@veracity/vui 3.3.0 → 3.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/rolldown_runtime.js +1 -1
- package/dist/accordion/accordion.d.ts +2 -2
- package/dist/accordion/accordion.d.ts.map +1 -1
- package/dist/accordion/accordion.js +1 -1
- package/dist/accordion/accordionItem.d.ts +2 -2
- package/dist/accordion/accordionItem.d.ts.map +1 -1
- package/dist/accordion/accordionItem.js +1 -1
- package/dist/accordion/accordionItemArrow.js +1 -1
- package/dist/accordion/accordionItemHorizontal.d.ts +2 -2
- package/dist/accordion/accordionItemHorizontal.d.ts.map +1 -1
- package/dist/accordion/accordionItemHorizontal.js +1 -1
- package/dist/accordion/context.js +1 -1
- package/dist/accordion/theme.js +1 -1
- package/dist/avatar/avatar.d.ts +2 -2
- package/dist/avatar/avatar.d.ts.map +1 -1
- package/dist/avatar/avatar.js +1 -1
- package/dist/avatar/helpers.js +1 -1
- package/dist/avatar/theme.js +1 -1
- package/dist/badge/badge.js +1 -1
- package/dist/badge/theme.js +1 -1
- package/dist/box/box.d.ts +2 -2
- package/dist/box/box.d.ts.map +1 -1
- package/dist/box/box.js +1 -1
- package/dist/box/theme.js +1 -1
- package/dist/breadcrumbs/breadcrumbs.d.ts +2 -2
- package/dist/breadcrumbs/breadcrumbs.d.ts.map +1 -1
- package/dist/breadcrumbs/breadcrumbs.js +1 -1
- package/dist/breadcrumbs/breadcrumbsItem.js +1 -1
- package/dist/breadcrumbs/breadcrumbsSeparator.js +1 -1
- package/dist/breadcrumbs/context.js +1 -1
- package/dist/breadcrumbs/theme.js +1 -1
- package/dist/button/button.d.ts +2 -2
- package/dist/button/button.d.ts.map +1 -1
- package/dist/button/button.js +1 -1
- package/dist/button/buttonIcon.js +1 -1
- package/dist/button/buttonText.js +1 -1
- package/dist/button/buttons.js +1 -1
- package/dist/button/consts.js +1 -1
- package/dist/button/context.d.ts +2 -2
- package/dist/button/context.d.ts.map +1 -1
- package/dist/button/context.js +1 -1
- package/dist/button/theme.js +1 -1
- package/dist/buttonGroup/buttonGroup.d.ts +2 -2
- package/dist/buttonGroup/buttonGroup.d.ts.map +1 -1
- package/dist/buttonGroup/buttonGroup.js +1 -1
- package/dist/buttonGroup/context.d.ts +2 -2
- package/dist/buttonGroup/context.d.ts.map +1 -1
- package/dist/buttonGroup/context.js +1 -1
- package/dist/buttonGroup/helpers.js +1 -1
- package/dist/buttonToggleGroup/buttonToggleGroup.d.ts +2 -2
- package/dist/buttonToggleGroup/buttonToggleGroup.js +1 -1
- package/dist/calendar/calendar.js +1 -1
- package/dist/calendar/calendar.styles.js +1 -1
- package/dist/calendar/components/calendarHeader.js +1 -1
- package/dist/calendar/components/dayPicker.js +1 -1
- package/dist/calendar/components/monthPicker.js +1 -1
- package/dist/calendar/components/timeUnitHeader.js +1 -1
- package/dist/calendar/components/yearPicker.js +1 -1
- package/dist/calendar/consts.js +1 -1
- package/dist/calendar/hooks/useBoundaries.js +1 -1
- package/dist/calendar/hooks/useCalendar.js +1 -1
- package/dist/calendar/hooks/useDefaultViewMonth.js +1 -1
- package/dist/calendar/hooks/useSelectedDate.js +1 -1
- package/dist/calendar/theme.js +1 -1
- package/dist/calendar/utils.js +1 -1
- package/dist/card/card.js +1 -1
- package/dist/card/theme.js +1 -1
- package/dist/chat/chat.js +1 -1
- package/dist/chat/chatInput.js +1 -1
- package/dist/chat/chatInputButton.js +1 -1
- package/dist/chat/chatMessage.js +1 -1
- package/dist/chat/theme.js +1 -1
- package/dist/checkbox/checkbox.d.ts +2 -2
- package/dist/checkbox/checkbox.js +1 -1
- package/dist/checkbox/checkboxGroup.d.ts +2 -2
- package/dist/checkbox/checkboxGroup.js +1 -1
- package/dist/checkbox/consts.js +1 -1
- package/dist/checkbox/context.d.ts +2 -2
- package/dist/checkbox/context.js +1 -1
- package/dist/checkbox/theme.js +1 -1
- package/dist/copyToClipboard/copyToClipboard.js +1 -1
- package/dist/copyToClipboard/useCopyToClipboard.js +1 -1
- package/dist/core/consts.js +1 -1
- package/dist/core/links.d.ts +2 -2
- package/dist/core/links.js +1 -1
- package/dist/core/media.js +1 -1
- package/dist/core/styled.d.ts +352 -352
- package/dist/core/styled.js +1 -1
- package/dist/core/theme.js +1 -1
- package/dist/core/vui.js +1 -1
- package/dist/core/vuiProvider/animations.js +1 -1
- package/dist/core/vuiProvider/consts.js +1 -1
- package/dist/core/vuiProvider/context.js +1 -1
- package/dist/core/vuiProvider/fontFaces.js +1 -1
- package/dist/core/vuiProvider/globalStyle.js +1 -1
- package/dist/core/vuiProvider/notifyOffline.js +1 -1
- package/dist/core/vuiProvider/reducers.js +1 -1
- package/dist/core/vuiProvider/resetCSS.js +1 -1
- package/dist/core/vuiProvider/useBodyScrollLock.js +1 -1
- package/dist/core/vuiProvider/useOfflineMode.js +1 -1
- package/dist/core/vuiProvider/vuiProvider.js +1 -1
- package/dist/datePicker/dateInput.js +1 -1
- package/dist/datePicker/datePicker.js +1 -1
- package/dist/datePicker/theme.js +1 -1
- package/dist/definition/definition.js +1 -1
- package/dist/definition/definitionContent.js +1 -1
- package/dist/definition/theme.js +1 -1
- package/dist/dialog/consts.js +1 -1
- package/dist/dialog/context.d.ts +2 -2
- package/dist/dialog/context.js +1 -1
- package/dist/dialog/dialog.d.ts +2 -2
- package/dist/dialog/dialog.js +1 -1
- package/dist/dialog/dialogBody.js +1 -1
- package/dist/dialog/dialogCancelButton.js +1 -1
- package/dist/dialog/dialogCloseButton.js +1 -1
- package/dist/dialog/dialogFooter.js +1 -1
- package/dist/dialog/dialogHeader.js +1 -1
- package/dist/dialog/dialogIcon.js +1 -1
- package/dist/dialog/dialogSubmitButton.js +1 -1
- package/dist/dialog/dialogTitle.js +1 -1
- package/dist/dialog/theme.js +1 -1
- package/dist/dialog/useDialog.js +1 -1
- package/dist/display/display.d.ts +2 -2
- package/dist/display/display.d.ts.map +1 -1
- package/dist/display/display.js +1 -1
- package/dist/display/theme.js +1 -1
- package/dist/divider/divider.d.ts +2 -2
- package/dist/divider/divider.d.ts.map +1 -1
- package/dist/divider/divider.js +1 -1
- package/dist/divider/theme.js +1 -1
- package/dist/dragAndDrop/dragAndDrop.js +1 -1
- package/dist/dragAndDrop/theme.js +1 -1
- package/dist/drawer/drawer.js +1 -1
- package/dist/drawer/theme.js +1 -1
- package/dist/focusLock/focusLock.js +1 -1
- package/dist/focusLock/focusLock.types.d.ts.map +1 -1
- package/dist/footer/applicationFooter.js +1 -1
- package/dist/footer/context.js +1 -1
- package/dist/footer/footer.d.ts +2 -2
- package/dist/footer/footer.d.ts.map +1 -1
- package/dist/footer/footer.js +11 -6
- package/dist/footer/footer.js.map +1 -1
- package/dist/footer/footer.types.d.ts +1 -0
- package/dist/footer/footer.types.d.ts.map +1 -1
- package/dist/footer/footerColumn.js +1 -1
- package/dist/footer/footerColumns.js +1 -1
- package/dist/footer/footerColumns.js.map +1 -1
- package/dist/footer/footerContent.js +1 -1
- package/dist/footer/footerHeading.js +1 -1
- package/dist/footer/footerLink.js +1 -1
- package/dist/footer/footerRow.js +1 -1
- package/dist/footer/footerRow.js.map +1 -1
- package/dist/footer/footerSection.js +4 -3
- package/dist/footer/footerSection.js.map +1 -1
- package/dist/footer/footerSlimColumn.js +1 -1
- package/dist/footer/footerTrademark.js +2 -1
- package/dist/footer/footerTrademark.js.map +1 -1
- package/dist/footer/helpers.js +1 -1
- package/dist/footer/theme.js +2 -2
- package/dist/footer/theme.js.map +1 -1
- package/dist/grid/grid.d.ts +2 -2
- package/dist/grid/grid.d.ts.map +1 -1
- package/dist/grid/grid.js +1 -1
- package/dist/grid/theme.js +1 -1
- package/dist/header/context.d.ts +2 -2
- package/dist/header/context.d.ts.map +1 -1
- package/dist/header/context.js +1 -1
- package/dist/header/header.d.ts +2 -2
- package/dist/header/header.d.ts.map +1 -1
- package/dist/header/header.js +1 -1
- package/dist/header/headerAccount.d.ts +2 -2
- package/dist/header/headerAccount.d.ts.map +1 -1
- package/dist/header/headerAccount.js +1 -1
- package/dist/header/headerAccountUserInfo.js +1 -1
- package/dist/header/headerApplicationName.js +1 -1
- package/dist/header/headerContent.js +1 -1
- package/dist/header/headerCreateAccount.js +1 -1
- package/dist/header/headerDivider.js +1 -1
- package/dist/header/headerLinkItem.js +1 -1
- package/dist/header/headerLogo.js +1 -1
- package/dist/header/headerMainLinks.js +1 -1
- package/dist/header/headerMobileContent.js +1 -1
- package/dist/header/headerMobileContent.js.map +1 -1
- package/dist/header/headerMobileToggle.js +1 -1
- package/dist/header/headerNotifications.js +1 -1
- package/dist/header/headerServices.d.ts +2 -2
- package/dist/header/headerServices.d.ts.map +1 -1
- package/dist/header/headerServices.js +1 -1
- package/dist/header/headerServicesMessage.js +1 -1
- package/dist/header/headerSignIn.js +1 -1
- package/dist/header/headerSupport.js +1 -1
- package/dist/header/helpers.js +1 -1
- package/dist/header/loggedInHeader.js +1 -1
- package/dist/header/loggedOutHeader.js +1 -1
- package/dist/header/theme.js +1 -1
- package/dist/heading/heading.d.ts +2 -2
- package/dist/heading/heading.d.ts.map +1 -1
- package/dist/heading/heading.js +1 -1
- package/dist/heading/headings.js +1 -1
- package/dist/heading/theme.js +1 -1
- package/dist/icon/helpers.js +1 -1
- package/dist/icon/icon.js +1 -1
- package/dist/icon/theme.js +1 -1
- package/dist/icons/baseIcons/brand/brandApplePay.js +1 -1
- package/dist/icons/baseIcons/brand/brandBellship.js +1 -1
- package/dist/icons/baseIcons/brand/brandCcAmazonPay.js +1 -1
- package/dist/icons/baseIcons/brand/brandCcAmex.js +1 -1
- package/dist/icons/baseIcons/brand/brandCcApplePay.js +1 -1
- package/dist/icons/baseIcons/brand/brandCcDinersClub.js +1 -1
- package/dist/icons/baseIcons/brand/brandCcMastercard.js +1 -1
- package/dist/icons/baseIcons/brand/brandCcPaypal.js +1 -1
- package/dist/icons/baseIcons/brand/brandCcVisa.js +1 -1
- package/dist/icons/baseIcons/brand/brandCircleFB.js +1 -1
- package/dist/icons/baseIcons/brand/brandCircleLinkedIn.js +1 -1
- package/dist/icons/baseIcons/brand/brandCircleTwitter.js +1 -1
- package/dist/icons/baseIcons/brand/brandCircleYoutube.js +1 -1
- package/dist/icons/baseIcons/brand/brandDNV.js +1 -1
- package/dist/icons/baseIcons/brand/brandDhl.js +1 -1
- package/dist/icons/baseIcons/brand/brandEbay.js +1 -1
- package/dist/icons/baseIcons/brand/brandFacebook.js +1 -1
- package/dist/icons/baseIcons/brand/brandFedex.js +1 -1
- package/dist/icons/baseIcons/brand/brandFirefox.js +1 -1
- package/dist/icons/baseIcons/brand/brandGoogle.js +1 -1
- package/dist/icons/baseIcons/brand/brandGoogleDrive.js +1 -1
- package/dist/icons/baseIcons/brand/brandLinkedinIn.js +1 -1
- package/dist/icons/baseIcons/brand/brandMarkdown.js +1 -1
- package/dist/icons/baseIcons/brand/brandMedium.js +1 -1
- package/dist/icons/baseIcons/brand/brandOsi.js +1 -1
- package/dist/icons/baseIcons/brand/brandPowerBi.js +1 -1
- package/dist/icons/baseIcons/brand/brandSlack.js +1 -1
- package/dist/icons/baseIcons/brand/brandTwitter.js +1 -1
- package/dist/icons/baseIcons/brand/brandUps.js +1 -1
- package/dist/icons/baseIcons/brand/brandVeracity.js +1 -1
- package/dist/icons/baseIcons/brand/brandXTwitter.js +1 -1
- package/dist/icons/baseIcons/brand/brandXTwitterSolid.js +1 -1
- package/dist/icons/baseIcons/brand/brandYoutube.js +1 -1
- package/dist/icons/baseIcons/conc/conAPI.js +1 -1
- package/dist/icons/baseIcons/conc/conAccessService.js +1 -1
- package/dist/icons/baseIcons/conc/conActivation.js +1 -1
- package/dist/icons/baseIcons/conc/conAlarm.js +1 -1
- package/dist/icons/baseIcons/conc/conAnalytics.js +1 -1
- package/dist/icons/baseIcons/conc/conBlog.js +1 -1
- package/dist/icons/baseIcons/conc/conCard.js +1 -1
- package/dist/icons/baseIcons/conc/conCertificate.js +1 -1
- package/dist/icons/baseIcons/conc/conCertified.js +1 -1
- package/dist/icons/baseIcons/conc/conChecklist.js +1 -1
- package/dist/icons/baseIcons/conc/conCircularEconomy.js +1 -1
- package/dist/icons/baseIcons/conc/conCleanAir.js +1 -1
- package/dist/icons/baseIcons/conc/conCleanWater.js +1 -1
- package/dist/icons/baseIcons/conc/conClock.js +1 -1
- package/dist/icons/baseIcons/conc/conCodefile.js +1 -1
- package/dist/icons/baseIcons/conc/conCreateDataset.js +1 -1
- package/dist/icons/baseIcons/conc/conDataConnectionPlus.js +1 -1
- package/dist/icons/baseIcons/conc/conDataEgest.js +1 -1
- package/dist/icons/baseIcons/conc/conDataFabric.js +1 -1
- package/dist/icons/baseIcons/conc/conDataIngest.js +1 -1
- package/dist/icons/baseIcons/conc/conDataSearchAlt.js +1 -1
- package/dist/icons/baseIcons/conc/conDataSearchPlus.js +1 -1
- package/dist/icons/baseIcons/conc/conDatabase.js +1 -1
- package/dist/icons/baseIcons/conc/conDatabasePlus.js +1 -1
- package/dist/icons/baseIcons/conc/conDataset.js +1 -1
- package/dist/icons/baseIcons/conc/conDeepSearch.js +1 -1
- package/dist/icons/baseIcons/conc/conDocument.js +1 -1
- package/dist/icons/baseIcons/conc/conElectricCar.js +1 -1
- package/dist/icons/baseIcons/conc/conEmptyBox.js +1 -1
- package/dist/icons/baseIcons/conc/conEnergyEfficiency.js +1 -1
- package/dist/icons/baseIcons/conc/conFasterDesignApproval.js +1 -1
- package/dist/icons/baseIcons/conc/conFolderPlus.js +1 -1
- package/dist/icons/baseIcons/conc/conIdentitySafe.js +1 -1
- package/dist/icons/baseIcons/conc/conInsightSearchAlt.js +1 -1
- package/dist/icons/baseIcons/conc/conInvoice.js +1 -1
- package/dist/icons/baseIcons/conc/conLNGBunkering.js +1 -1
- package/dist/icons/baseIcons/conc/conMachineLearning.js +1 -1
- package/dist/icons/baseIcons/conc/conManageUsers.js +1 -1
- package/dist/icons/baseIcons/conc/conMarketplace.js +1 -1
- package/dist/icons/baseIcons/conc/conNetwork.js +1 -1
- package/dist/icons/baseIcons/conc/conNotifications.js +1 -1
- package/dist/icons/baseIcons/conc/conNotifications2.js +1 -1
- package/dist/icons/baseIcons/conc/conPowerAnalysis.js +1 -1
- package/dist/icons/baseIcons/conc/conRecycling.js +1 -1
- package/dist/icons/baseIcons/conc/conRenewableCertificateWater.js +1 -1
- package/dist/icons/baseIcons/conc/conRenewableCertificateWind.js +1 -1
- package/dist/icons/baseIcons/conc/conReport.js +1 -1
- package/dist/icons/baseIcons/conc/conReport1.js +1 -1
- package/dist/icons/baseIcons/conc/conReport2.js +1 -1
- package/dist/icons/baseIcons/conc/conSaveTimeAndMoney.js +1 -1
- package/dist/icons/baseIcons/conc/conSearchLens.js +1 -1
- package/dist/icons/baseIcons/conc/conSensorAlt.js +1 -1
- package/dist/icons/baseIcons/conc/conSensorPlus.js +1 -1
- package/dist/icons/baseIcons/conc/conServices.js +1 -1
- package/dist/icons/baseIcons/conc/conSmartPowerGrid.js +1 -1
- package/dist/icons/baseIcons/conc/conStandardQuote.js +1 -1
- package/dist/icons/baseIcons/conc/conSustainableForestry.js +1 -1
- package/dist/icons/baseIcons/conc/conUploadFile.js +1 -1
- package/dist/icons/baseIcons/conc/conUploadFile1.js +1 -1
- package/dist/icons/baseIcons/conc/conUploadFile2.js +1 -1
- package/dist/icons/baseIcons/conc/conVeracityAdapter.js +1 -1
- package/dist/icons/baseIcons/conc/conVesselConnect.js +1 -1
- package/dist/icons/baseIcons/conc/conWindmill.js +1 -1
- package/dist/icons/baseIcons/icons.js +1 -1
- package/dist/icons/baseIcons/ui/uiAI.js +1 -1
- package/dist/icons/baseIcons/ui/uiAddressBook.js +1 -1
- package/dist/icons/baseIcons/ui/uiAddressCard.js +1 -1
- package/dist/icons/baseIcons/ui/uiAlignCenter.js +1 -1
- package/dist/icons/baseIcons/ui/uiAlignJustify.js +1 -1
- package/dist/icons/baseIcons/ui/uiAlignLeft.js +1 -1
- package/dist/icons/baseIcons/ui/uiAlignRight.js +1 -1
- package/dist/icons/baseIcons/ui/uiAnalytics.js +1 -1
- package/dist/icons/baseIcons/ui/uiAngleDoubleDown.js +1 -1
- package/dist/icons/baseIcons/ui/uiAngleDoubleLeft.js +1 -1
- package/dist/icons/baseIcons/ui/uiAngleDoubleRight.js +1 -1
- package/dist/icons/baseIcons/ui/uiAngleDoubleUp.js +1 -1
- package/dist/icons/baseIcons/ui/uiAngleDown.js +1 -1
- package/dist/icons/baseIcons/ui/uiAngleLeft.js +1 -1
- package/dist/icons/baseIcons/ui/uiAngleRight.js +1 -1
- package/dist/icons/baseIcons/ui/uiAngleUp.js +1 -1
- package/dist/icons/baseIcons/ui/uiApiProduct.js +1 -1
- package/dist/icons/baseIcons/ui/uiApiService.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowAltDown.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowAltLeft.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowAltRight.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowAltUp.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowCircleDown.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowCircleLeft.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowCircleRight.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowCircleUp.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowDown.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowFromBottom.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowFromLeft.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowFromRight.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowFromTop.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowLeft.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowRight.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowRightArrowLeft.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowToBottom.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowToLeft.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowToRight.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowToTop.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowTurnDownRight.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowUp.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrows.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowsLeftRight.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowsRotate.js +1 -1
- package/dist/icons/baseIcons/ui/uiArrowsUpDown.js +1 -1
- package/dist/icons/baseIcons/ui/uiAutoSave.js +1 -1
- package/dist/icons/baseIcons/ui/uiAward.js +1 -1
- package/dist/icons/baseIcons/ui/uiBalanceScale.js +1 -1
- package/dist/icons/baseIcons/ui/uiBan.js +1 -1
- package/dist/icons/baseIcons/ui/uiBars.js +1 -1
- package/dist/icons/baseIcons/ui/uiBell.js +1 -1
- package/dist/icons/baseIcons/ui/uiBellSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiBinoculars.js +1 -1
- package/dist/icons/baseIcons/ui/uiBluetooth.js +1 -1
- package/dist/icons/baseIcons/ui/uiBold.js +1 -1
- package/dist/icons/baseIcons/ui/uiBolt.js +1 -1
- package/dist/icons/baseIcons/ui/uiBookOpen.js +1 -1
- package/dist/icons/baseIcons/ui/uiBookmark.js +1 -1
- package/dist/icons/baseIcons/ui/uiBrainCircuit.js +1 -1
- package/dist/icons/baseIcons/ui/uiBroadcastTower.js +1 -1
- package/dist/icons/baseIcons/ui/uiBroom.js +1 -1
- package/dist/icons/baseIcons/ui/uiBtc.js +1 -1
- package/dist/icons/baseIcons/ui/uiBuilding.js +1 -1
- package/dist/icons/baseIcons/ui/uiBullseye.js +1 -1
- package/dist/icons/baseIcons/ui/uiCalculator.js +1 -1
- package/dist/icons/baseIcons/ui/uiCalendar.js +1 -1
- package/dist/icons/baseIcons/ui/uiCalendarAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiCalendarAltSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiCamera.js +1 -1
- package/dist/icons/baseIcons/ui/uiCaretDown.js +1 -1
- package/dist/icons/baseIcons/ui/uiCaretDownSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiCaretLeft.js +1 -1
- package/dist/icons/baseIcons/ui/uiCaretLeftSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiCaretRight.js +1 -1
- package/dist/icons/baseIcons/ui/uiCaretRightSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiCaretUp.js +1 -1
- package/dist/icons/baseIcons/ui/uiCaretUpSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiCauldron.js +1 -1
- package/dist/icons/baseIcons/ui/uiChartArea.js +1 -1
- package/dist/icons/baseIcons/ui/uiChartBar.js +1 -1
- package/dist/icons/baseIcons/ui/uiChartLine.js +1 -1
- package/dist/icons/baseIcons/ui/uiChartLineDown.js +1 -1
- package/dist/icons/baseIcons/ui/uiChartNetwork.js +1 -1
- package/dist/icons/baseIcons/ui/uiChartNetworkSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiChartPie.js +1 -1
- package/dist/icons/baseIcons/ui/uiChartPieAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiChartScatter.js +1 -1
- package/dist/icons/baseIcons/ui/uiChartSimpleSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiCheck.js +1 -1
- package/dist/icons/baseIcons/ui/uiCheckCircle.js +1 -1
- package/dist/icons/baseIcons/ui/uiCheckCircleSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiCheckSquare.js +1 -1
- package/dist/icons/baseIcons/ui/uiCheckboxIndeterminate.js +1 -1
- package/dist/icons/baseIcons/ui/uiCheckboxSelected.js +1 -1
- package/dist/icons/baseIcons/ui/uiCheckboxUnselected.js +1 -1
- package/dist/icons/baseIcons/ui/uiChevronCircleDown.js +1 -1
- package/dist/icons/baseIcons/ui/uiChevronCircleLeft.js +1 -1
- package/dist/icons/baseIcons/ui/uiChevronCircleRight.js +1 -1
- package/dist/icons/baseIcons/ui/uiChevronCircleUp.js +1 -1
- package/dist/icons/baseIcons/ui/uiChevronDoubleDown.js +1 -1
- package/dist/icons/baseIcons/ui/uiChevronDoubleLeft.js +1 -1
- package/dist/icons/baseIcons/ui/uiChevronDoubleRight.js +1 -1
- package/dist/icons/baseIcons/ui/uiChevronDoubleUp.js +1 -1
- package/dist/icons/baseIcons/ui/uiChevronDown.js +1 -1
- package/dist/icons/baseIcons/ui/uiChevronLeft.js +1 -1
- package/dist/icons/baseIcons/ui/uiChevronRight.js +1 -1
- package/dist/icons/baseIcons/ui/uiChevronUp.js +1 -1
- package/dist/icons/baseIcons/ui/uiCircle.js +1 -1
- package/dist/icons/baseIcons/ui/uiCircle1.js +1 -1
- package/dist/icons/baseIcons/ui/uiCircle2.js +1 -1
- package/dist/icons/baseIcons/ui/uiCircle3.js +1 -1
- package/dist/icons/baseIcons/ui/uiCircleArrowUpSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiCircleChart.js +1 -1
- package/dist/icons/baseIcons/ui/uiCircleDot.js +1 -1
- package/dist/icons/baseIcons/ui/uiCircleStopSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiClock.js +1 -1
- package/dist/icons/baseIcons/ui/uiClockRotateLeft.js +1 -1
- package/dist/icons/baseIcons/ui/uiClockSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiCloud.js +1 -1
- package/dist/icons/baseIcons/ui/uiCloudShowersHeavy.js +1 -1
- package/dist/icons/baseIcons/ui/uiCloudSnow.js +1 -1
- package/dist/icons/baseIcons/ui/uiCloudSun.js +1 -1
- package/dist/icons/baseIcons/ui/uiCloudSunRain.js +1 -1
- package/dist/icons/baseIcons/ui/uiCloudUpload.js +1 -1
- package/dist/icons/baseIcons/ui/uiCode.js +1 -1
- package/dist/icons/baseIcons/ui/uiCodeBranch.js +1 -1
- package/dist/icons/baseIcons/ui/uiCodeCommit.js +1 -1
- package/dist/icons/baseIcons/ui/uiCodeMerge.js +1 -1
- package/dist/icons/baseIcons/ui/uiCog.js +1 -1
- package/dist/icons/baseIcons/ui/uiCogs.js +1 -1
- package/dist/icons/baseIcons/ui/uiCoins.js +1 -1
- package/dist/icons/baseIcons/ui/uiComment.js +1 -1
- package/dist/icons/baseIcons/ui/uiCommentAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiCompressAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiCopy.js +1 -1
- package/dist/icons/baseIcons/ui/uiCovid.js +1 -1
- package/dist/icons/baseIcons/ui/uiCreateReport.js +1 -1
- package/dist/icons/baseIcons/ui/uiCreditCard.js +1 -1
- package/dist/icons/baseIcons/ui/uiDatabase.js +1 -1
- package/dist/icons/baseIcons/ui/uiDatacatalogue.js +1 -1
- package/dist/icons/baseIcons/ui/uiDataset.js +1 -1
- package/dist/icons/baseIcons/ui/uiDatasetAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiDeepSearch.js +1 -1
- package/dist/icons/baseIcons/ui/uiDesktop.js +1 -1
- package/dist/icons/baseIcons/ui/uiDiamond.js +1 -1
- package/dist/icons/baseIcons/ui/uiDiamondSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiDollarSign.js +1 -1
- package/dist/icons/baseIcons/ui/uiDotCircle.js +1 -1
- package/dist/icons/baseIcons/ui/uiDotFull.js +1 -1
- package/dist/icons/baseIcons/ui/uiDotFullAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiDotsMenu.js +1 -1
- package/dist/icons/baseIcons/ui/uiDotsMenuSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiDownload.js +1 -1
- package/dist/icons/baseIcons/ui/uiEdit.js +1 -1
- package/dist/icons/baseIcons/ui/uiEllipsisH.js +1 -1
- package/dist/icons/baseIcons/ui/uiEllipsisV.js +1 -1
- package/dist/icons/baseIcons/ui/uiEnvelope.js +1 -1
- package/dist/icons/baseIcons/ui/uiEnvelopeSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiEraser.js +1 -1
- package/dist/icons/baseIcons/ui/uiEuroSign.js +1 -1
- package/dist/icons/baseIcons/ui/uiExchange.js +1 -1
- package/dist/icons/baseIcons/ui/uiExclamationCircle.js +1 -1
- package/dist/icons/baseIcons/ui/uiExclamationTriangle.js +1 -1
- package/dist/icons/baseIcons/ui/uiExpandAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiExternalLink.js +1 -1
- package/dist/icons/baseIcons/ui/uiEye.js +1 -1
- package/dist/icons/baseIcons/ui/uiEyeAssess.js +1 -1
- package/dist/icons/baseIcons/ui/uiEyeSlash.js +1 -1
- package/dist/icons/baseIcons/ui/uiFile.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileArchive.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileAudio.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileCertificate.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileChartLine.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileChartPie.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileCheck.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileCode.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileCsv.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileDownloadAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileEdit.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileExcel.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileExclamation.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileImage.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileInvoiceDollar.js +1 -1
- package/dist/icons/baseIcons/ui/uiFilePdf.js +1 -1
- package/dist/icons/baseIcons/ui/uiFilePlus.js +1 -1
- package/dist/icons/baseIcons/ui/uiFilePowerpoint.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileSignature.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileSpreadsheet.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileStandard.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileVideo.js +1 -1
- package/dist/icons/baseIcons/ui/uiFileWord.js +1 -1
- package/dist/icons/baseIcons/ui/uiFilter.js +1 -1
- package/dist/icons/baseIcons/ui/uiFilterAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiFilterCircleXmark.js +1 -1
- package/dist/icons/baseIcons/ui/uiFlag.js +1 -1
- package/dist/icons/baseIcons/ui/uiFolder.js +1 -1
- package/dist/icons/baseIcons/ui/uiFolderArrow.js +1 -1
- package/dist/icons/baseIcons/ui/uiFolderCheck.js +1 -1
- package/dist/icons/baseIcons/ui/uiFolderOpen.js +1 -1
- package/dist/icons/baseIcons/ui/uiFolderPlus.js +1 -1
- package/dist/icons/baseIcons/ui/uiFolderSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiFolders.js +1 -1
- package/dist/icons/baseIcons/ui/uiGlassesAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiGlobe.js +1 -1
- package/dist/icons/baseIcons/ui/uiGlobePlus.js +1 -1
- package/dist/icons/baseIcons/ui/uiGrid.js +1 -1
- package/dist/icons/baseIcons/ui/uiGripCircleVertical.js +1 -1
- package/dist/icons/baseIcons/ui/uiGripDotsVertical.js +1 -1
- package/dist/icons/baseIcons/ui/uiGripDotsVertical8.js +1 -1
- package/dist/icons/baseIcons/ui/uiGripLines.js +1 -1
- package/dist/icons/baseIcons/ui/uiHeading.js +1 -1
- package/dist/icons/baseIcons/ui/uiHome.js +1 -1
- package/dist/icons/baseIcons/ui/uiHourglass.js +1 -1
- package/dist/icons/baseIcons/ui/uiHourglassClock.js +1 -1
- package/dist/icons/baseIcons/ui/uiImage.js +1 -1
- package/dist/icons/baseIcons/ui/uiInfoCircle.js +1 -1
- package/dist/icons/baseIcons/ui/uiItalic.js +1 -1
- package/dist/icons/baseIcons/ui/uiKey.js +1 -1
- package/dist/icons/baseIcons/ui/uiKeySolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiLayerGroup.js +1 -1
- package/dist/icons/baseIcons/ui/uiLayerGroupSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiLayerPlus.js +1 -1
- package/dist/icons/baseIcons/ui/uiLightDiagram.js +1 -1
- package/dist/icons/baseIcons/ui/uiLightbulbOn.js +1 -1
- package/dist/icons/baseIcons/ui/uiLink.js +1 -1
- package/dist/icons/baseIcons/ui/uiList.js +1 -1
- package/dist/icons/baseIcons/ui/uiListDense.js +1 -1
- package/dist/icons/baseIcons/ui/uiListOl.js +1 -1
- package/dist/icons/baseIcons/ui/uiListTree.js +1 -1
- package/dist/icons/baseIcons/ui/uiLockAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiLongArrowDown.js +1 -1
- package/dist/icons/baseIcons/ui/uiLongArrowLeft.js +1 -1
- package/dist/icons/baseIcons/ui/uiLongArrowRight.js +1 -1
- package/dist/icons/baseIcons/ui/uiLongArrowUp.js +1 -1
- package/dist/icons/baseIcons/ui/uiMap.js +1 -1
- package/dist/icons/baseIcons/ui/uiMapMarked.js +1 -1
- package/dist/icons/baseIcons/ui/uiMapMarkedAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiMapMarker.js +1 -1
- package/dist/icons/baseIcons/ui/uiMapMarkerAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiMapMarkerAltSlash.js +1 -1
- package/dist/icons/baseIcons/ui/uiMapMarkerAltSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiMapMarkerCheck.js +1 -1
- package/dist/icons/baseIcons/ui/uiMapMarkerExclamation.js +1 -1
- package/dist/icons/baseIcons/ui/uiMapMarkerExclamationSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiMapMarkerStar.js +1 -1
- package/dist/icons/baseIcons/ui/uiMessagePlus.js +1 -1
- package/dist/icons/baseIcons/ui/uiMessagePlusSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiMicrophone.js +1 -1
- package/dist/icons/baseIcons/ui/uiMinus.js +1 -1
- package/dist/icons/baseIcons/ui/uiMoon.js +1 -1
- package/dist/icons/baseIcons/ui/uiMousePointer.js +1 -1
- package/dist/icons/baseIcons/ui/uiNoStream.js +1 -1
- package/dist/icons/baseIcons/ui/uiNumber1.js +1 -1
- package/dist/icons/baseIcons/ui/uiPaintBrushAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiPaperPlaneSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiPaperPlaneTopSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiPaperclip.js +1 -1
- package/dist/icons/baseIcons/ui/uiParagraph.js +1 -1
- package/dist/icons/baseIcons/ui/uiPause.js +1 -1
- package/dist/icons/baseIcons/ui/uiPauseCircle.js +1 -1
- package/dist/icons/baseIcons/ui/uiPen.js +1 -1
- package/dist/icons/baseIcons/ui/uiPencilRuler.js +1 -1
- package/dist/icons/baseIcons/ui/uiPlay.js +1 -1
- package/dist/icons/baseIcons/ui/uiPlayCircle.js +1 -1
- package/dist/icons/baseIcons/ui/uiPlug.js +1 -1
- package/dist/icons/baseIcons/ui/uiPlus.js +1 -1
- package/dist/icons/baseIcons/ui/uiPlusCircle.js +1 -1
- package/dist/icons/baseIcons/ui/uiPlusSquare.js +1 -1
- package/dist/icons/baseIcons/ui/uiPlusThin.js +1 -1
- package/dist/icons/baseIcons/ui/uiPoundSign.js +1 -1
- package/dist/icons/baseIcons/ui/uiPreview.js +1 -1
- package/dist/icons/baseIcons/ui/uiPrint.js +1 -1
- package/dist/icons/baseIcons/ui/uiProjectDiagram.js +1 -1
- package/dist/icons/baseIcons/ui/uiPuzzlePiece.js +1 -1
- package/dist/icons/baseIcons/ui/uiPuzzlePieceSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiPython.js +1 -1
- package/dist/icons/baseIcons/ui/uiQuestionCircle.js +1 -1
- package/dist/icons/baseIcons/ui/uiQuoteLeft.js +1 -1
- package/dist/icons/baseIcons/ui/uiQuoteRight.js +1 -1
- package/dist/icons/baseIcons/ui/uiRadioSelected.js +1 -1
- package/dist/icons/baseIcons/ui/uiRadioUnselected.js +1 -1
- package/dist/icons/baseIcons/ui/uiReceipt.js +1 -1
- package/dist/icons/baseIcons/ui/uiRedo.js +1 -1
- package/dist/icons/baseIcons/ui/uiReupload.js +1 -1
- package/dist/icons/baseIcons/ui/uiRocketLaunch.js +1 -1
- package/dist/icons/baseIcons/ui/uiRss.js +1 -1
- package/dist/icons/baseIcons/ui/uiRuler.js +1 -1
- package/dist/icons/baseIcons/ui/uiSave.js +1 -1
- package/dist/icons/baseIcons/ui/uiScreenshot.js +1 -1
- package/dist/icons/baseIcons/ui/uiScreenshotAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiSearch.js +1 -1
- package/dist/icons/baseIcons/ui/uiSearchMinus.js +1 -1
- package/dist/icons/baseIcons/ui/uiSearchPlus.js +1 -1
- package/dist/icons/baseIcons/ui/uiServer.js +1 -1
- package/dist/icons/baseIcons/ui/uiShare.js +1 -1
- package/dist/icons/baseIcons/ui/uiShareAll.js +1 -1
- package/dist/icons/baseIcons/ui/uiShareAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiShield.js +1 -1
- package/dist/icons/baseIcons/ui/uiShieldAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiShieldCheck.js +1 -1
- package/dist/icons/baseIcons/ui/uiShieldHalf.js +1 -1
- package/dist/icons/baseIcons/ui/uiShieldKeyhole.js +1 -1
- package/dist/icons/baseIcons/ui/uiShieldSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiShip.js +1 -1
- package/dist/icons/baseIcons/ui/uiShips.js +1 -1
- package/dist/icons/baseIcons/ui/uiShoppingBasket.js +1 -1
- package/dist/icons/baseIcons/ui/uiShoppingCart.js +1 -1
- package/dist/icons/baseIcons/ui/uiShoppingCartPlus.js +1 -1
- package/dist/icons/baseIcons/ui/uiShortcut.js +1 -1
- package/dist/icons/baseIcons/ui/uiSignIn.js +1 -1
- package/dist/icons/baseIcons/ui/uiSignInAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiSignOut.js +1 -1
- package/dist/icons/baseIcons/ui/uiSignOutAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiSlidersSimple.js +1 -1
- package/dist/icons/baseIcons/ui/uiSlidersV.js +1 -1
- package/dist/icons/baseIcons/ui/uiSmile.js +1 -1
- package/dist/icons/baseIcons/ui/uiSnapshot.js +1 -1
- package/dist/icons/baseIcons/ui/uiSnowBlowing.js +1 -1
- package/dist/icons/baseIcons/ui/uiSnowflake.js +1 -1
- package/dist/icons/baseIcons/ui/uiSolarPanel.js +1 -1
- package/dist/icons/baseIcons/ui/uiSolarPanelSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiSort.js +1 -1
- package/dist/icons/baseIcons/ui/uiSortSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiSortZA.js +1 -1
- package/dist/icons/baseIcons/ui/uiSparkles.js +1 -1
- package/dist/icons/baseIcons/ui/uiSparklesSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiSpinner.js +1 -1
- package/dist/icons/baseIcons/ui/uiSpinnerThird.js +1 -1
- package/dist/icons/baseIcons/ui/uiSquare.js +1 -1
- package/dist/icons/baseIcons/ui/uiStar.js +1 -1
- package/dist/icons/baseIcons/ui/uiStarSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiStepForward.js +1 -1
- package/dist/icons/baseIcons/ui/uiStopCircle.js +1 -1
- package/dist/icons/baseIcons/ui/uiStopSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiStopwatch.js +1 -1
- package/dist/icons/baseIcons/ui/uiStream.js +1 -1
- package/dist/icons/baseIcons/ui/uiStrikethrough.js +1 -1
- package/dist/icons/baseIcons/ui/uiSuitcase.js +1 -1
- package/dist/icons/baseIcons/ui/uiSun.js +1 -1
- package/dist/icons/baseIcons/ui/uiSunBright.js +1 -1
- package/dist/icons/baseIcons/ui/uiSync.js +1 -1
- package/dist/icons/baseIcons/ui/uiTable.js +1 -1
- package/dist/icons/baseIcons/ui/uiTachometer.js +1 -1
- package/dist/icons/baseIcons/ui/uiTagSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiTarget.js +1 -1
- package/dist/icons/baseIcons/ui/uiTasks.js +1 -1
- package/dist/icons/baseIcons/ui/uiTemperatureHigh.js +1 -1
- package/dist/icons/baseIcons/ui/uiTextSize.js +1 -1
- package/dist/icons/baseIcons/ui/uiTh.js +1 -1
- package/dist/icons/baseIcons/ui/uiThLarge.js +1 -1
- package/dist/icons/baseIcons/ui/uiThList.js +1 -1
- package/dist/icons/baseIcons/ui/uiThumbsDown.js +1 -1
- package/dist/icons/baseIcons/ui/uiThumbsDownSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiThumbsUp.js +1 -1
- package/dist/icons/baseIcons/ui/uiThumbsUpSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiThumbtack.js +1 -1
- package/dist/icons/baseIcons/ui/uiTimes.js +1 -1
- package/dist/icons/baseIcons/ui/uiTimesCircle.js +1 -1
- package/dist/icons/baseIcons/ui/uiTimesThin.js +1 -1
- package/dist/icons/baseIcons/ui/uiToggleOff.js +1 -1
- package/dist/icons/baseIcons/ui/uiToggleOn.js +1 -1
- package/dist/icons/baseIcons/ui/uiTools.js +1 -1
- package/dist/icons/baseIcons/ui/uiTransformer.js +1 -1
- package/dist/icons/baseIcons/ui/uiTransformerSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiTrashAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiUnderline.js +1 -1
- package/dist/icons/baseIcons/ui/uiUndo.js +1 -1
- package/dist/icons/baseIcons/ui/uiUnlockAlt.js +1 -1
- package/dist/icons/baseIcons/ui/uiUser.js +1 -1
- package/dist/icons/baseIcons/ui/uiUserChart.js +1 -1
- package/dist/icons/baseIcons/ui/uiUserCircle.js +1 -1
- package/dist/icons/baseIcons/ui/uiUserCog.js +1 -1
- package/dist/icons/baseIcons/ui/uiUserEdit.js +1 -1
- package/dist/icons/baseIcons/ui/uiUserFriends.js +1 -1
- package/dist/icons/baseIcons/ui/uiUserHeadset.js +1 -1
- package/dist/icons/baseIcons/ui/uiUserPlus.js +1 -1
- package/dist/icons/baseIcons/ui/uiUserShield.js +1 -1
- package/dist/icons/baseIcons/ui/uiUserTimes.js +1 -1
- package/dist/icons/baseIcons/ui/uiUserTransfer.js +1 -1
- package/dist/icons/baseIcons/ui/uiUsers.js +1 -1
- package/dist/icons/baseIcons/ui/uiUsersClass.js +1 -1
- package/dist/icons/baseIcons/ui/uiVeracityService.js +1 -1
- package/dist/icons/baseIcons/ui/uiVessel.js +1 -1
- package/dist/icons/baseIcons/ui/uiVesselGroup.js +1 -1
- package/dist/icons/baseIcons/ui/uiVesselSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiWater.js +1 -1
- package/dist/icons/baseIcons/ui/uiWind.js +1 -1
- package/dist/icons/baseIcons/ui/uiWindTurbine.js +1 -1
- package/dist/icons/baseIcons/ui/uiWindTurbineSolid.js +1 -1
- package/dist/icons/baseIcons/ui/uiWrench.js +1 -1
- package/dist/icons/cache.js +1 -1
- package/dist/icons/consts.js +1 -1
- package/dist/icons/iconReplacements.js +1 -1
- package/dist/image/image.d.ts +2 -2
- package/dist/image/image.d.ts.map +1 -1
- package/dist/image/image.js +1 -1
- package/dist/image/theme.js +1 -1
- package/dist/index.js +1 -1
- package/dist/input/autoCompletePopover.js +1 -1
- package/dist/input/consts.js +1 -1
- package/dist/input/context.js +1 -1
- package/dist/input/helpText.js +1 -1
- package/dist/input/helpers.js +1 -1
- package/dist/input/input.d.ts +2 -2
- package/dist/input/input.d.ts.map +1 -1
- package/dist/input/input.js +1 -1
- package/dist/input/inputIcon.js +1 -1
- package/dist/input/inputInput.d.ts +2 -2
- package/dist/input/inputInput.d.ts.map +1 -1
- package/dist/input/inputInput.js +1 -1
- package/dist/input/theme.js +1 -1
- package/dist/label/label.d.ts +2 -2
- package/dist/label/label.d.ts.map +1 -1
- package/dist/label/label.js +1 -1
- package/dist/label/theme.js +1 -1
- package/dist/link/context.js +1 -1
- package/dist/link/link.d.ts +2 -2
- package/dist/link/link.d.ts.map +1 -1
- package/dist/link/link.js +1 -1
- package/dist/link/linkIcon.js +1 -1
- package/dist/link/linkText.js +1 -1
- package/dist/link/theme.js +1 -1
- package/dist/list/context.d.ts +2 -2
- package/dist/list/context.d.ts.map +1 -1
- package/dist/list/context.js +1 -1
- package/dist/list/list.d.ts +2 -2
- package/dist/list/list.d.ts.map +1 -1
- package/dist/list/list.js +1 -1
- package/dist/list/listDivider.js +1 -1
- package/dist/list/listHeading.js +1 -1
- package/dist/list/listIcon.js +1 -1
- package/dist/list/listItem.d.ts +2 -2
- package/dist/list/listItem.d.ts.map +1 -1
- package/dist/list/listItem.js +1 -1
- package/dist/list/listText.js +1 -1
- package/dist/list/theme.js +1 -1
- package/dist/logo/Logo.js +1 -1
- package/dist/menu/context.js +1 -1
- package/dist/menu/menu.js +1 -1
- package/dist/menu/menuButton.js +1 -1
- package/dist/menu/menuItem.js +1 -1
- package/dist/menu/menuList.js +1 -1
- package/dist/menu/theme.js +1 -1
- package/dist/message/consts.js +1 -1
- package/dist/message/message.d.ts +2 -2
- package/dist/message/message.d.ts.map +1 -1
- package/dist/message/message.js +1 -1
- package/dist/message/theme.js +1 -1
- package/dist/modal/context.d.ts +2 -2
- package/dist/modal/context.js +1 -1
- package/dist/modal/modal.js +1 -1
- package/dist/modal/modalBackdrop.d.ts +2 -2
- package/dist/modal/modalBackdrop.d.ts.map +1 -1
- package/dist/modal/modalBackdrop.js +1 -1
- package/dist/modal/modalContent.d.ts +2 -2
- package/dist/modal/modalContent.d.ts.map +1 -1
- package/dist/modal/modalContent.js +1 -1
- package/dist/modal/modalManager.js +1 -1
- package/dist/modal/theme.js +1 -1
- package/dist/notification/consts.js +1 -1
- package/dist/notification/context.d.ts +2 -2
- package/dist/notification/context.js +1 -1
- package/dist/notification/notification.js +1 -1
- package/dist/notification/notificationButton.js +1 -1
- package/dist/notification/notificationIcon.js +1 -1
- package/dist/notification/notificationText.js +1 -1
- package/dist/notification/notificationTitle.js +1 -1
- package/dist/notification/theme.js +1 -1
- package/dist/onedesign-tokens/dist/js/rem/button.js +1 -1
- package/dist/p/p.d.ts +2 -2
- package/dist/p/p.d.ts.map +1 -1
- package/dist/p/p.js +1 -1
- package/dist/p/theme.js +1 -1
- package/dist/pagination/context.d.ts +2 -2
- package/dist/pagination/context.js +1 -1
- package/dist/pagination/helpers.js +1 -1
- package/dist/pagination/pagination.js +1 -1
- package/dist/pagination/paginationButton.js +1 -1
- package/dist/pagination/paginationEllipsis.js +1 -1
- package/dist/pagination/paginationGoToPage.js +1 -1
- package/dist/pagination/paginationNavigation.js +1 -1
- package/dist/pagination/paginationPrevNext.js +1 -1
- package/dist/pagination/paginationResults.js +1 -1
- package/dist/pagination/theme.js +1 -1
- package/dist/pagination/usePagination.d.ts +2 -2
- package/dist/pagination/usePagination.js +1 -1
- package/dist/panel/panel.js +1 -1
- package/dist/panel/theme.js +1 -1
- package/dist/popover/consts.js +1 -1
- package/dist/popover/context.d.ts +2 -2
- package/dist/popover/context.js +1 -1
- package/dist/popover/globalStyle.js +1 -1
- package/dist/popover/popover.js +1 -1
- package/dist/popover/popoverContent.js +1 -1
- package/dist/popover/popoverTrigger.js +1 -1
- package/dist/popover/theme.js +1 -1
- package/dist/popover/usePopover.d.ts +3 -3
- package/dist/popover/usePopover.js +1 -1
- package/dist/portal/portal.js +1 -1
- package/dist/progress/progress.d.ts +2 -2
- package/dist/progress/progress.js +1 -1
- package/dist/progress/theme.js +1 -1
- package/dist/progressCircular/consts.js +1 -1
- package/dist/progressCircular/progressCircular.d.ts +2 -2
- package/dist/progressCircular/progressCircular.js +1 -1
- package/dist/progressCircular/theme.js +1 -1
- package/dist/radio/consts.js +1 -1
- package/dist/radio/context.d.ts +2 -2
- package/dist/radio/context.js +1 -1
- package/dist/radio/radio.d.ts +2 -2
- package/dist/radio/radio.js +1 -1
- package/dist/radio/radioGroup.d.ts +2 -2
- package/dist/radio/radioGroup.js +1 -1
- package/dist/radio/theme.js +1 -1
- package/dist/range/consts.js +1 -1
- package/dist/range/range.js +1 -1
- package/dist/range/theme.js +1 -1
- package/dist/rating/rating.js +1 -1
- package/dist/rating/theme.js +1 -1
- package/dist/select/context.js +1 -1
- package/dist/select/select.d.ts +2 -2
- package/dist/select/select.js +1 -1
- package/dist/select/selectButton.js +1 -1
- package/dist/select/selectContent.js +1 -1
- package/dist/select/selectGroup.js +1 -1
- package/dist/select/selectLabel.js +1 -1
- package/dist/select/selectOption.js +1 -1
- package/dist/select/theme.js +1 -1
- package/dist/select/useSelect.js +1 -1
- package/dist/sidemenu/consts.js +1 -1
- package/dist/sidemenu/context.js +1 -1
- package/dist/sidemenu/sidemenu.js +1 -1
- package/dist/sidemenu/sidemenuItem.js +1 -1
- package/dist/sidemenu/sidemenuTop.d.ts +2 -2
- package/dist/sidemenu/sidemenuTop.js +1 -1
- package/dist/sidemenu/theme.js +1 -1
- package/dist/sidemenu/useSidemenuItem.js +1 -1
- package/dist/sidemenuV2/SidemenuItemContent.js +1 -1
- package/dist/sidemenuV2/consts.js +1 -1
- package/dist/sidemenuV2/context.d.ts +2 -2
- package/dist/sidemenuV2/context.js +1 -1
- package/dist/sidemenuV2/sidemenuItemV2.js +1 -1
- package/dist/sidemenuV2/sidemenuTopV2.d.ts +2 -2
- package/dist/sidemenuV2/sidemenuTopV2.js +1 -1
- package/dist/sidemenuV2/sidemenuV2.js +1 -1
- package/dist/sidemenuV2/theme.js +1 -1
- package/dist/sidemenuV2/useSidemenuItem.js +1 -1
- package/dist/skeleton/skeleton.d.ts +2 -2
- package/dist/skeleton/skeleton.js +1 -1
- package/dist/skeleton/theme.js +1 -1
- package/dist/spinner/consts.js +1 -1
- package/dist/spinner/spinner.d.ts +2 -2
- package/dist/spinner/spinner.d.ts.map +1 -1
- package/dist/spinner/spinner.js +1 -1
- package/dist/spinner/theme.js +1 -1
- package/dist/stepIndicator/stepIndicator.js +1 -1
- package/dist/stepIndicator/theme.js +1 -1
- package/dist/stepperHorizontal/consts.js +1 -1
- package/dist/stepperHorizontal/context.js +1 -1
- package/dist/stepperHorizontal/stepHorizontal.d.ts +2 -2
- package/dist/stepperHorizontal/stepHorizontal.js +1 -1
- package/dist/stepperHorizontal/stepHorizontalTail.js +1 -1
- package/dist/stepperHorizontal/stepHorizontalTitle.js +1 -1
- package/dist/stepperHorizontal/stepperHorizontal.js +1 -1
- package/dist/stepperHorizontal/stepperHorizontalBase.js +1 -1
- package/dist/stepperHorizontal/theme.js +1 -1
- package/dist/stepperVertical/consts.js +1 -1
- package/dist/stepperVertical/context.js +1 -1
- package/dist/stepperVertical/stepVertical.d.ts +2 -2
- package/dist/stepperVertical/stepVertical.js +1 -1
- package/dist/stepperVertical/stepVerticalTail.js +1 -1
- package/dist/stepperVertical/stepVerticalTitle.js +1 -1
- package/dist/stepperVertical/stepperVertical.js +1 -1
- package/dist/stepperVertical/stepperVerticalBase.js +1 -1
- package/dist/stepperVertical/theme.js +1 -1
- package/dist/svg/cache.js +1 -1
- package/dist/svg/helpers.js +1 -1
- package/dist/svg/svg.js +1 -1
- package/dist/switch/consts.js +1 -1
- package/dist/switch/context.d.ts +2 -2
- package/dist/switch/context.d.ts.map +1 -1
- package/dist/switch/context.js +1 -1
- package/dist/switch/switchButton.d.ts +2 -2
- package/dist/switch/switchButton.d.ts.map +1 -1
- package/dist/switch/switchButton.js +1 -1
- package/dist/switch/switchLabel.js +1 -1
- package/dist/switch/switchMain.d.ts +2 -2
- package/dist/switch/switchMain.d.ts.map +1 -1
- package/dist/switch/switchMain.js +1 -1
- package/dist/switch/theme.js +1 -1
- package/dist/system/custom.js +1 -1
- package/dist/system/system.js +1 -1
- package/dist/t/specialVariants.js +1 -1
- package/dist/t/t.d.ts +2 -2
- package/dist/t/t.js +1 -1
- package/dist/t/theme.js +1 -1
- package/dist/table/context.d.ts +2 -2
- package/dist/table/context.js +1 -1
- package/dist/table/table.d.ts +2 -2
- package/dist/table/table.js +1 -1
- package/dist/table/tableSortIcon.js +1 -1
- package/dist/table/tbody.d.ts +2 -2
- package/dist/table/tbody.js +1 -1
- package/dist/table/td.d.ts +2 -2
- package/dist/table/td.js +1 -1
- package/dist/table/tfoot.d.ts +2 -2
- package/dist/table/tfoot.js +1 -1
- package/dist/table/th.d.ts +2 -2
- package/dist/table/th.js +1 -1
- package/dist/table/thead.js +1 -1
- package/dist/table/theme.js +1 -1
- package/dist/table/tr.d.ts +2 -2
- package/dist/table/tr.js +1 -1
- package/dist/table/useTable.js +1 -1
- package/dist/tabs/consts.js +1 -1
- package/dist/tabs/tab.d.ts +2 -2
- package/dist/tabs/tab.js +1 -1
- package/dist/tabs/tabs.d.ts +4 -4
- package/dist/tabs/tabs.js +1 -1
- package/dist/tabs/tabsNavBar.js +1 -1
- package/dist/tabs/theme.js +1 -1
- package/dist/tabs/useTabsState.js +1 -1
- package/dist/tag/context.d.ts +2 -2
- package/dist/tag/context.js +1 -1
- package/dist/tag/tag.d.ts +2 -2
- package/dist/tag/tag.js +1 -1
- package/dist/tag/tagButton.js +1 -1
- package/dist/tag/tagIcon.js +1 -1
- package/dist/tag/tagText.js +1 -1
- package/dist/tag/theme.js +1 -1
- package/dist/textarea/helpers.js +1 -1
- package/dist/textarea/textarea.d.ts +2 -2
- package/dist/textarea/textarea.js +1 -1
- package/dist/textarea/theme.js +1 -1
- package/dist/theme/components.d.ts +3 -1
- package/dist/theme/components.js +1 -1
- package/dist/theme/defaultTheme.d.ts +3 -1
- package/dist/theme/defaultTheme.js +1 -1
- package/dist/theme/foundations/animations.js +1 -1
- package/dist/theme/foundations/borders.js +1 -1
- package/dist/theme/foundations/colors.js +1 -1
- package/dist/theme/foundations/durations.js +1 -1
- package/dist/theme/foundations/fontSizes.js +1 -1
- package/dist/theme/foundations/fontWeights.js +1 -1
- package/dist/theme/foundations/fonts.js +1 -1
- package/dist/theme/foundations/gridTemplateColumns.js +1 -1
- package/dist/theme/foundations/gridTemplateRows.js +1 -1
- package/dist/theme/foundations/index.js +1 -1
- package/dist/theme/foundations/radii.js +1 -1
- package/dist/theme/foundations/ringWidths.js +1 -1
- package/dist/theme/foundations/screens.js +1 -1
- package/dist/theme/foundations/shadows.js +7 -7
- package/dist/theme/foundations/shadows.js.map +1 -1
- package/dist/theme/foundations/sizes.js +1 -1
- package/dist/theme/foundations/spaces.js +1 -1
- package/dist/theme/foundations/timingFunctions.js +1 -1
- package/dist/theme/foundations/transformers.js +1 -1
- package/dist/theme/foundations/transforms.js +1 -1
- package/dist/theme/foundations/transitions.js +1 -1
- package/dist/theme/foundations/zIndices.js +1 -1
- package/dist/theme/themePlaceholder.js +1 -1
- package/dist/toast/toast.d.ts +2 -2
- package/dist/toast/toast.js +1 -1
- package/dist/toast/useToast.js +1 -1
- package/dist/tooltip/consts.js +1 -1
- package/dist/tooltip/tooltip.js +1 -1
- package/dist/tooltip/tooltipContent.js +1 -1
- package/dist/tree/context.d.ts +2 -2
- package/dist/tree/context.js +1 -1
- package/dist/tree/theme.js +1 -1
- package/dist/tree/tree.d.ts +2 -2
- package/dist/tree/tree.js +1 -1
- package/dist/tree/treeIcon.js +1 -1
- package/dist/tree/treeItem.d.ts +2 -2
- package/dist/tree/treeItem.js +1 -1
- package/dist/tree/treeText.js +1 -1
- package/dist/tree/useTreeState.js +1 -1
- package/dist/tutorial/consts.js +1 -1
- package/dist/tutorial/tutorial.d.ts +2 -2
- package/dist/tutorial/tutorial.js +1 -1
- package/dist/tutorial/tutorialCard.d.ts +2 -2
- package/dist/tutorial/tutorialCard.js +1 -1
- package/dist/tutorial/tutorialStep.d.ts +2 -2
- package/dist/tutorial/tutorialStep.js +1 -1
- package/dist/utils/array.js +1 -1
- package/dist/utils/assertion.js +1 -1
- package/dist/utils/consts.js +1 -1
- package/dist/utils/dates.js +1 -1
- package/dist/utils/dom.js +1 -1
- package/dist/utils/formatDate.js +1 -1
- package/dist/utils/function.js +1 -1
- package/dist/utils/images.js +1 -1
- package/dist/utils/number.js +1 -1
- package/dist/utils/object.js +1 -1
- package/dist/utils/react.js +1 -1
- package/dist/utils/string.js +1 -1
- package/dist/utils/styles.js +1 -1
- package/dist/utils/uid.js +1 -1
- package/dist/utils/window.js +1 -1
- package/package.json +2 -1
package/dist/core/styled.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SystemProps } from "../system/system.js";
|
|
2
2
|
import "../system/index.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react21 from "react";
|
|
4
4
|
import { StyleGenerator } from "@xstyled/styled-components";
|
|
5
|
-
import * as
|
|
5
|
+
import * as styled_components87 from "styled-components";
|
|
6
6
|
import { DefaultTheme, ThemedCssFunction, ThemedStyledFunction, ThemedStyledInterface, createGlobalStyle } from "styled-components";
|
|
7
7
|
import { BoxElements } from "@xstyled/styled-components/dist/BoxElements";
|
|
8
8
|
|
|
@@ -16,358 +16,358 @@ declare const createGlobalStyle$1: typeof createGlobalStyle;
|
|
|
16
16
|
declare const css$1: CSSFunction;
|
|
17
17
|
declare const v: {
|
|
18
18
|
extend<TExtendProps extends object>(...generators: StyleGenerator[]): any & {
|
|
19
|
-
symbol:
|
|
20
|
-
object:
|
|
21
|
-
a:
|
|
22
|
-
abbr:
|
|
23
|
-
address:
|
|
24
|
-
area:
|
|
25
|
-
article:
|
|
26
|
-
aside:
|
|
27
|
-
audio:
|
|
28
|
-
b:
|
|
29
|
-
base:
|
|
30
|
-
bdi:
|
|
31
|
-
bdo:
|
|
32
|
-
big:
|
|
33
|
-
blockquote:
|
|
34
|
-
body:
|
|
35
|
-
br:
|
|
36
|
-
button:
|
|
37
|
-
canvas:
|
|
38
|
-
caption:
|
|
39
|
-
cite:
|
|
40
|
-
code:
|
|
41
|
-
col:
|
|
42
|
-
colgroup:
|
|
43
|
-
data:
|
|
44
|
-
datalist:
|
|
45
|
-
dd:
|
|
46
|
-
del:
|
|
47
|
-
details:
|
|
48
|
-
dfn:
|
|
49
|
-
dialog:
|
|
50
|
-
div:
|
|
51
|
-
dl:
|
|
52
|
-
dt:
|
|
53
|
-
em:
|
|
54
|
-
embed:
|
|
55
|
-
fieldset:
|
|
56
|
-
figcaption:
|
|
57
|
-
figure:
|
|
58
|
-
footer:
|
|
59
|
-
form:
|
|
60
|
-
h1:
|
|
61
|
-
h2:
|
|
62
|
-
h3:
|
|
63
|
-
h4:
|
|
64
|
-
h5:
|
|
65
|
-
h6:
|
|
66
|
-
head:
|
|
67
|
-
header:
|
|
68
|
-
hgroup:
|
|
69
|
-
hr:
|
|
70
|
-
html:
|
|
71
|
-
i:
|
|
72
|
-
iframe:
|
|
73
|
-
img:
|
|
74
|
-
input:
|
|
75
|
-
ins:
|
|
76
|
-
kbd:
|
|
77
|
-
keygen:
|
|
78
|
-
label:
|
|
79
|
-
legend:
|
|
80
|
-
li:
|
|
81
|
-
link:
|
|
82
|
-
main:
|
|
83
|
-
map:
|
|
84
|
-
mark:
|
|
85
|
-
menu:
|
|
86
|
-
menuitem:
|
|
87
|
-
meta:
|
|
88
|
-
meter:
|
|
89
|
-
nav:
|
|
90
|
-
noindex:
|
|
91
|
-
noscript:
|
|
92
|
-
ol:
|
|
93
|
-
optgroup:
|
|
94
|
-
option:
|
|
95
|
-
output:
|
|
96
|
-
p:
|
|
97
|
-
param:
|
|
98
|
-
picture:
|
|
99
|
-
pre:
|
|
100
|
-
progress:
|
|
101
|
-
q:
|
|
102
|
-
rp:
|
|
103
|
-
rt:
|
|
104
|
-
ruby:
|
|
105
|
-
s:
|
|
106
|
-
samp:
|
|
107
|
-
slot:
|
|
108
|
-
script:
|
|
109
|
-
section:
|
|
110
|
-
select:
|
|
111
|
-
small:
|
|
112
|
-
source:
|
|
113
|
-
span:
|
|
114
|
-
strong:
|
|
115
|
-
style:
|
|
116
|
-
sub:
|
|
117
|
-
summary:
|
|
118
|
-
sup:
|
|
119
|
-
table:
|
|
120
|
-
template:
|
|
121
|
-
tbody:
|
|
122
|
-
td:
|
|
123
|
-
textarea:
|
|
124
|
-
tfoot:
|
|
125
|
-
th:
|
|
126
|
-
thead:
|
|
127
|
-
time:
|
|
128
|
-
title:
|
|
129
|
-
tr:
|
|
130
|
-
track:
|
|
131
|
-
u:
|
|
132
|
-
ul:
|
|
133
|
-
var:
|
|
134
|
-
video:
|
|
135
|
-
wbr:
|
|
136
|
-
webview:
|
|
137
|
-
svg:
|
|
138
|
-
animate:
|
|
139
|
-
animateMotion:
|
|
140
|
-
animateTransform:
|
|
141
|
-
circle:
|
|
142
|
-
clipPath:
|
|
143
|
-
defs:
|
|
144
|
-
desc:
|
|
145
|
-
ellipse:
|
|
146
|
-
feBlend:
|
|
147
|
-
feColorMatrix:
|
|
148
|
-
feComponentTransfer:
|
|
149
|
-
feComposite:
|
|
150
|
-
feConvolveMatrix:
|
|
151
|
-
feDiffuseLighting:
|
|
152
|
-
feDisplacementMap:
|
|
153
|
-
feDistantLight:
|
|
154
|
-
feDropShadow:
|
|
155
|
-
feFlood:
|
|
156
|
-
feFuncA:
|
|
157
|
-
feFuncB:
|
|
158
|
-
feFuncG:
|
|
159
|
-
feFuncR:
|
|
160
|
-
feGaussianBlur:
|
|
161
|
-
feImage:
|
|
162
|
-
feMerge:
|
|
163
|
-
feMergeNode:
|
|
164
|
-
feMorphology:
|
|
165
|
-
feOffset:
|
|
166
|
-
fePointLight:
|
|
167
|
-
feSpecularLighting:
|
|
168
|
-
feSpotLight:
|
|
169
|
-
feTile:
|
|
170
|
-
feTurbulence:
|
|
171
|
-
filter:
|
|
172
|
-
foreignObject:
|
|
173
|
-
g:
|
|
174
|
-
image:
|
|
175
|
-
line:
|
|
176
|
-
linearGradient:
|
|
177
|
-
marker:
|
|
178
|
-
mask:
|
|
179
|
-
metadata:
|
|
180
|
-
mpath:
|
|
181
|
-
path:
|
|
182
|
-
pattern:
|
|
183
|
-
polygon:
|
|
184
|
-
polyline:
|
|
185
|
-
radialGradient:
|
|
186
|
-
rect:
|
|
187
|
-
stop:
|
|
188
|
-
switch:
|
|
189
|
-
text:
|
|
190
|
-
textPath:
|
|
191
|
-
tspan:
|
|
192
|
-
use:
|
|
193
|
-
view:
|
|
19
|
+
symbol: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGSymbolElement>, "color">) => react21.ReactElement<any, "symbol">, DefaultTheme, TExtendProps, "color">;
|
|
20
|
+
object: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>, "color">) => react21.ReactElement<any, "object">, DefaultTheme, TExtendProps, "color">;
|
|
21
|
+
a: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "color">) => react21.ReactElement<any, "a">, DefaultTheme, TExtendProps, "color">;
|
|
22
|
+
abbr: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "abbr">, DefaultTheme, TExtendProps, "color">;
|
|
23
|
+
address: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "address">, DefaultTheme, TExtendProps, "color">;
|
|
24
|
+
area: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>, "color">) => react21.ReactElement<any, "area">, DefaultTheme, TExtendProps, "color">;
|
|
25
|
+
article: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "article">, DefaultTheme, TExtendProps, "color">;
|
|
26
|
+
aside: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "aside">, DefaultTheme, TExtendProps, "color">;
|
|
27
|
+
audio: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>, "color">) => react21.ReactElement<any, "audio">, DefaultTheme, TExtendProps, "color">;
|
|
28
|
+
b: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "b">, DefaultTheme, TExtendProps, "color">;
|
|
29
|
+
base: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>, "color">) => react21.ReactElement<any, "base">, DefaultTheme, TExtendProps, "color">;
|
|
30
|
+
bdi: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "bdi">, DefaultTheme, TExtendProps, "color">;
|
|
31
|
+
bdo: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "bdo">, DefaultTheme, TExtendProps, "color">;
|
|
32
|
+
big: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "big">, DefaultTheme, TExtendProps, "color">;
|
|
33
|
+
blockquote: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>, "color">) => react21.ReactElement<any, "blockquote">, DefaultTheme, TExtendProps, "color">;
|
|
34
|
+
body: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>, "color">) => react21.ReactElement<any, "body">, DefaultTheme, TExtendProps, "color">;
|
|
35
|
+
br: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLBRElement>, HTMLBRElement>, "color">) => react21.ReactElement<any, "br">, DefaultTheme, TExtendProps, "color">;
|
|
36
|
+
button: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "color">) => react21.ReactElement<any, "button">, DefaultTheme, TExtendProps, "color">;
|
|
37
|
+
canvas: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>, "color">) => react21.ReactElement<any, "canvas">, DefaultTheme, TExtendProps, "color">;
|
|
38
|
+
caption: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "caption">, DefaultTheme, TExtendProps, "color">;
|
|
39
|
+
cite: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "cite">, DefaultTheme, TExtendProps, "color">;
|
|
40
|
+
code: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "code">, DefaultTheme, TExtendProps, "color">;
|
|
41
|
+
col: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>, "color">) => react21.ReactElement<any, "col">, DefaultTheme, TExtendProps, "color">;
|
|
42
|
+
colgroup: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>, "color">) => react21.ReactElement<any, "colgroup">, DefaultTheme, TExtendProps, "color">;
|
|
43
|
+
data: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>, "color">) => react21.ReactElement<any, "data">, DefaultTheme, TExtendProps, "color">;
|
|
44
|
+
datalist: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>, "color">) => react21.ReactElement<any, "datalist">, DefaultTheme, TExtendProps, "color">;
|
|
45
|
+
dd: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "dd">, DefaultTheme, TExtendProps, "color">;
|
|
46
|
+
del: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.DelHTMLAttributes<HTMLModElement>, HTMLModElement>, "color">) => react21.ReactElement<any, "del">, DefaultTheme, TExtendProps, "color">;
|
|
47
|
+
details: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement>, "color">) => react21.ReactElement<any, "details">, DefaultTheme, TExtendProps, "color">;
|
|
48
|
+
dfn: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "dfn">, DefaultTheme, TExtendProps, "color">;
|
|
49
|
+
dialog: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>, "color">) => react21.ReactElement<any, "dialog">, DefaultTheme, TExtendProps, "color">;
|
|
50
|
+
div: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "color">) => react21.ReactElement<any, "div">, DefaultTheme, TExtendProps, "color">;
|
|
51
|
+
dl: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLDListElement>, HTMLDListElement>, "color">) => react21.ReactElement<any, "dl">, DefaultTheme, TExtendProps, "color">;
|
|
52
|
+
dt: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "dt">, DefaultTheme, TExtendProps, "color">;
|
|
53
|
+
em: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "em">, DefaultTheme, TExtendProps, "color">;
|
|
54
|
+
embed: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>, "color">) => react21.ReactElement<any, "embed">, DefaultTheme, TExtendProps, "color">;
|
|
55
|
+
fieldset: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>, "color">) => react21.ReactElement<any, "fieldset">, DefaultTheme, TExtendProps, "color">;
|
|
56
|
+
figcaption: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "figcaption">, DefaultTheme, TExtendProps, "color">;
|
|
57
|
+
figure: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "figure">, DefaultTheme, TExtendProps, "color">;
|
|
58
|
+
footer: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "footer">, DefaultTheme, TExtendProps, "color">;
|
|
59
|
+
form: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, "color">) => react21.ReactElement<any, "form">, DefaultTheme, TExtendProps, "color">;
|
|
60
|
+
h1: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color">) => react21.ReactElement<any, "h1">, DefaultTheme, TExtendProps, "color">;
|
|
61
|
+
h2: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color">) => react21.ReactElement<any, "h2">, DefaultTheme, TExtendProps, "color">;
|
|
62
|
+
h3: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color">) => react21.ReactElement<any, "h3">, DefaultTheme, TExtendProps, "color">;
|
|
63
|
+
h4: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color">) => react21.ReactElement<any, "h4">, DefaultTheme, TExtendProps, "color">;
|
|
64
|
+
h5: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color">) => react21.ReactElement<any, "h5">, DefaultTheme, TExtendProps, "color">;
|
|
65
|
+
h6: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color">) => react21.ReactElement<any, "h6">, DefaultTheme, TExtendProps, "color">;
|
|
66
|
+
head: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>, "color">) => react21.ReactElement<any, "head">, DefaultTheme, TExtendProps, "color">;
|
|
67
|
+
header: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "header">, DefaultTheme, TExtendProps, "color">;
|
|
68
|
+
hgroup: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "hgroup">, DefaultTheme, TExtendProps, "color">;
|
|
69
|
+
hr: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLHRElement>, HTMLHRElement>, "color">) => react21.ReactElement<any, "hr">, DefaultTheme, TExtendProps, "color">;
|
|
70
|
+
html: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>, "color">) => react21.ReactElement<any, "html">, DefaultTheme, TExtendProps, "color">;
|
|
71
|
+
i: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "i">, DefaultTheme, TExtendProps, "color">;
|
|
72
|
+
iframe: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>, "color">) => react21.ReactElement<any, "iframe">, DefaultTheme, TExtendProps, "color">;
|
|
73
|
+
img: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "color">) => react21.ReactElement<any, "img">, DefaultTheme, TExtendProps, "color">;
|
|
74
|
+
input: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "color">) => react21.ReactElement<any, "input">, DefaultTheme, TExtendProps, "color">;
|
|
75
|
+
ins: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.InsHTMLAttributes<HTMLModElement>, HTMLModElement>, "color">) => react21.ReactElement<any, "ins">, DefaultTheme, TExtendProps, "color">;
|
|
76
|
+
kbd: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "kbd">, DefaultTheme, TExtendProps, "color">;
|
|
77
|
+
keygen: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.KeygenHTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "keygen">, DefaultTheme, TExtendProps, "color">;
|
|
78
|
+
label: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "color">) => react21.ReactElement<any, "label">, DefaultTheme, TExtendProps, "color">;
|
|
79
|
+
legend: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>, "color">) => react21.ReactElement<any, "legend">, DefaultTheme, TExtendProps, "color">;
|
|
80
|
+
li: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "color">) => react21.ReactElement<any, "li">, DefaultTheme, TExtendProps, "color">;
|
|
81
|
+
link: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>, "color">) => react21.ReactElement<any, "link">, DefaultTheme, TExtendProps, "color">;
|
|
82
|
+
main: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "main">, DefaultTheme, TExtendProps, "color">;
|
|
83
|
+
map: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>, "color">) => react21.ReactElement<any, "map">, DefaultTheme, TExtendProps, "color">;
|
|
84
|
+
mark: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "mark">, DefaultTheme, TExtendProps, "color">;
|
|
85
|
+
menu: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.MenuHTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "menu">, DefaultTheme, TExtendProps, "color">;
|
|
86
|
+
menuitem: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "menuitem">, DefaultTheme, TExtendProps, "color">;
|
|
87
|
+
meta: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>, "color">) => react21.ReactElement<any, "meta">, DefaultTheme, TExtendProps, "color">;
|
|
88
|
+
meter: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.MeterHTMLAttributes<HTMLMeterElement>, HTMLMeterElement>, "color">) => react21.ReactElement<any, "meter">, DefaultTheme, TExtendProps, "color">;
|
|
89
|
+
nav: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "nav">, DefaultTheme, TExtendProps, "color">;
|
|
90
|
+
noindex: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "noindex">, DefaultTheme, TExtendProps, "color">;
|
|
91
|
+
noscript: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "noscript">, DefaultTheme, TExtendProps, "color">;
|
|
92
|
+
ol: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, "color">) => react21.ReactElement<any, "ol">, DefaultTheme, TExtendProps, "color">;
|
|
93
|
+
optgroup: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>, "color">) => react21.ReactElement<any, "optgroup">, DefaultTheme, TExtendProps, "color">;
|
|
94
|
+
option: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>, "color">) => react21.ReactElement<any, "option">, DefaultTheme, TExtendProps, "color">;
|
|
95
|
+
output: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.OutputHTMLAttributes<HTMLOutputElement>, HTMLOutputElement>, "color">) => react21.ReactElement<any, "output">, DefaultTheme, TExtendProps, "color">;
|
|
96
|
+
p: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "color">) => react21.ReactElement<any, "p">, DefaultTheme, TExtendProps, "color">;
|
|
97
|
+
param: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>, "color">) => react21.ReactElement<any, "param">, DefaultTheme, TExtendProps, "color">;
|
|
98
|
+
picture: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "picture">, DefaultTheme, TExtendProps, "color">;
|
|
99
|
+
pre: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLPreElement>, HTMLPreElement>, "color">) => react21.ReactElement<any, "pre">, DefaultTheme, TExtendProps, "color">;
|
|
100
|
+
progress: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>, "color">) => react21.ReactElement<any, "progress">, DefaultTheme, TExtendProps, "color">;
|
|
101
|
+
q: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>, "color">) => react21.ReactElement<any, "q">, DefaultTheme, TExtendProps, "color">;
|
|
102
|
+
rp: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "rp">, DefaultTheme, TExtendProps, "color">;
|
|
103
|
+
rt: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "rt">, DefaultTheme, TExtendProps, "color">;
|
|
104
|
+
ruby: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "ruby">, DefaultTheme, TExtendProps, "color">;
|
|
105
|
+
s: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "s">, DefaultTheme, TExtendProps, "color">;
|
|
106
|
+
samp: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "samp">, DefaultTheme, TExtendProps, "color">;
|
|
107
|
+
slot: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>, "color">) => react21.ReactElement<any, "slot">, DefaultTheme, TExtendProps, "color">;
|
|
108
|
+
script: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>, "color">) => react21.ReactElement<any, "script">, DefaultTheme, TExtendProps, "color">;
|
|
109
|
+
section: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "section">, DefaultTheme, TExtendProps, "color">;
|
|
110
|
+
select: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, "color">) => react21.ReactElement<any, "select">, DefaultTheme, TExtendProps, "color">;
|
|
111
|
+
small: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "small">, DefaultTheme, TExtendProps, "color">;
|
|
112
|
+
source: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>, "color">) => react21.ReactElement<any, "source">, DefaultTheme, TExtendProps, "color">;
|
|
113
|
+
span: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "color">) => react21.ReactElement<any, "span">, DefaultTheme, TExtendProps, "color">;
|
|
114
|
+
strong: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "strong">, DefaultTheme, TExtendProps, "color">;
|
|
115
|
+
style: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>, "color">) => react21.ReactElement<any, "style">, DefaultTheme, TExtendProps, "color">;
|
|
116
|
+
sub: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "sub">, DefaultTheme, TExtendProps, "color">;
|
|
117
|
+
summary: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "summary">, DefaultTheme, TExtendProps, "color">;
|
|
118
|
+
sup: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "sup">, DefaultTheme, TExtendProps, "color">;
|
|
119
|
+
table: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "color">) => react21.ReactElement<any, "table">, DefaultTheme, TExtendProps, "color">;
|
|
120
|
+
template: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>, "color">) => react21.ReactElement<any, "template">, DefaultTheme, TExtendProps, "color">;
|
|
121
|
+
tbody: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "color">) => react21.ReactElement<any, "tbody">, DefaultTheme, TExtendProps, "color">;
|
|
122
|
+
td: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, "color">) => react21.ReactElement<any, "td">, DefaultTheme, TExtendProps, "color">;
|
|
123
|
+
textarea: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "color">) => react21.ReactElement<any, "textarea">, DefaultTheme, TExtendProps, "color">;
|
|
124
|
+
tfoot: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "color">) => react21.ReactElement<any, "tfoot">, DefaultTheme, TExtendProps, "color">;
|
|
125
|
+
th: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, "color">) => react21.ReactElement<any, "th">, DefaultTheme, TExtendProps, "color">;
|
|
126
|
+
thead: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "color">) => react21.ReactElement<any, "thead">, DefaultTheme, TExtendProps, "color">;
|
|
127
|
+
time: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.TimeHTMLAttributes<HTMLTimeElement>, HTMLTimeElement>, "color">) => react21.ReactElement<any, "time">, DefaultTheme, TExtendProps, "color">;
|
|
128
|
+
title: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>, "color">) => react21.ReactElement<any, "title">, DefaultTheme, TExtendProps, "color">;
|
|
129
|
+
tr: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "color">) => react21.ReactElement<any, "tr">, DefaultTheme, TExtendProps, "color">;
|
|
130
|
+
track: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>, "color">) => react21.ReactElement<any, "track">, DefaultTheme, TExtendProps, "color">;
|
|
131
|
+
u: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "u">, DefaultTheme, TExtendProps, "color">;
|
|
132
|
+
ul: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "color">) => react21.ReactElement<any, "ul">, DefaultTheme, TExtendProps, "color">;
|
|
133
|
+
var: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "var">, DefaultTheme, TExtendProps, "color">;
|
|
134
|
+
video: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>, "color">) => react21.ReactElement<any, "video">, DefaultTheme, TExtendProps, "color">;
|
|
135
|
+
wbr: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "wbr">, DefaultTheme, TExtendProps, "color">;
|
|
136
|
+
webview: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>, "color">) => react21.ReactElement<any, "webview">, DefaultTheme, TExtendProps, "color">;
|
|
137
|
+
svg: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGSVGElement>, "color">) => react21.ReactElement<any, "svg">, DefaultTheme, TExtendProps, "color">;
|
|
138
|
+
animate: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGElement>, "color">) => react21.ReactElement<any, "animate">, DefaultTheme, TExtendProps, "color">;
|
|
139
|
+
animateMotion: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGElement>, "color">) => react21.ReactElement<any, "animateMotion">, DefaultTheme, TExtendProps, "color">;
|
|
140
|
+
animateTransform: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGElement>, "color">) => react21.ReactElement<any, "animateTransform">, DefaultTheme, TExtendProps, "color">;
|
|
141
|
+
circle: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGCircleElement>, "color">) => react21.ReactElement<any, "circle">, DefaultTheme, TExtendProps, "color">;
|
|
142
|
+
clipPath: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGClipPathElement>, "color">) => react21.ReactElement<any, "clipPath">, DefaultTheme, TExtendProps, "color">;
|
|
143
|
+
defs: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGDefsElement>, "color">) => react21.ReactElement<any, "defs">, DefaultTheme, TExtendProps, "color">;
|
|
144
|
+
desc: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGDescElement>, "color">) => react21.ReactElement<any, "desc">, DefaultTheme, TExtendProps, "color">;
|
|
145
|
+
ellipse: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGEllipseElement>, "color">) => react21.ReactElement<any, "ellipse">, DefaultTheme, TExtendProps, "color">;
|
|
146
|
+
feBlend: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEBlendElement>, "color">) => react21.ReactElement<any, "feBlend">, DefaultTheme, TExtendProps, "color">;
|
|
147
|
+
feColorMatrix: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEColorMatrixElement>, "color">) => react21.ReactElement<any, "feColorMatrix">, DefaultTheme, TExtendProps, "color">;
|
|
148
|
+
feComponentTransfer: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEComponentTransferElement>, "color">) => react21.ReactElement<any, "feComponentTransfer">, DefaultTheme, TExtendProps, "color">;
|
|
149
|
+
feComposite: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFECompositeElement>, "color">) => react21.ReactElement<any, "feComposite">, DefaultTheme, TExtendProps, "color">;
|
|
150
|
+
feConvolveMatrix: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEConvolveMatrixElement>, "color">) => react21.ReactElement<any, "feConvolveMatrix">, DefaultTheme, TExtendProps, "color">;
|
|
151
|
+
feDiffuseLighting: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEDiffuseLightingElement>, "color">) => react21.ReactElement<any, "feDiffuseLighting">, DefaultTheme, TExtendProps, "color">;
|
|
152
|
+
feDisplacementMap: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEDisplacementMapElement>, "color">) => react21.ReactElement<any, "feDisplacementMap">, DefaultTheme, TExtendProps, "color">;
|
|
153
|
+
feDistantLight: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEDistantLightElement>, "color">) => react21.ReactElement<any, "feDistantLight">, DefaultTheme, TExtendProps, "color">;
|
|
154
|
+
feDropShadow: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEDropShadowElement>, "color">) => react21.ReactElement<any, "feDropShadow">, DefaultTheme, TExtendProps, "color">;
|
|
155
|
+
feFlood: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEFloodElement>, "color">) => react21.ReactElement<any, "feFlood">, DefaultTheme, TExtendProps, "color">;
|
|
156
|
+
feFuncA: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEFuncAElement>, "color">) => react21.ReactElement<any, "feFuncA">, DefaultTheme, TExtendProps, "color">;
|
|
157
|
+
feFuncB: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEFuncBElement>, "color">) => react21.ReactElement<any, "feFuncB">, DefaultTheme, TExtendProps, "color">;
|
|
158
|
+
feFuncG: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEFuncGElement>, "color">) => react21.ReactElement<any, "feFuncG">, DefaultTheme, TExtendProps, "color">;
|
|
159
|
+
feFuncR: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEFuncRElement>, "color">) => react21.ReactElement<any, "feFuncR">, DefaultTheme, TExtendProps, "color">;
|
|
160
|
+
feGaussianBlur: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEGaussianBlurElement>, "color">) => react21.ReactElement<any, "feGaussianBlur">, DefaultTheme, TExtendProps, "color">;
|
|
161
|
+
feImage: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEImageElement>, "color">) => react21.ReactElement<any, "feImage">, DefaultTheme, TExtendProps, "color">;
|
|
162
|
+
feMerge: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEMergeElement>, "color">) => react21.ReactElement<any, "feMerge">, DefaultTheme, TExtendProps, "color">;
|
|
163
|
+
feMergeNode: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEMergeNodeElement>, "color">) => react21.ReactElement<any, "feMergeNode">, DefaultTheme, TExtendProps, "color">;
|
|
164
|
+
feMorphology: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEMorphologyElement>, "color">) => react21.ReactElement<any, "feMorphology">, DefaultTheme, TExtendProps, "color">;
|
|
165
|
+
feOffset: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEOffsetElement>, "color">) => react21.ReactElement<any, "feOffset">, DefaultTheme, TExtendProps, "color">;
|
|
166
|
+
fePointLight: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEPointLightElement>, "color">) => react21.ReactElement<any, "fePointLight">, DefaultTheme, TExtendProps, "color">;
|
|
167
|
+
feSpecularLighting: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFESpecularLightingElement>, "color">) => react21.ReactElement<any, "feSpecularLighting">, DefaultTheme, TExtendProps, "color">;
|
|
168
|
+
feSpotLight: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFESpotLightElement>, "color">) => react21.ReactElement<any, "feSpotLight">, DefaultTheme, TExtendProps, "color">;
|
|
169
|
+
feTile: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFETileElement>, "color">) => react21.ReactElement<any, "feTile">, DefaultTheme, TExtendProps, "color">;
|
|
170
|
+
feTurbulence: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFETurbulenceElement>, "color">) => react21.ReactElement<any, "feTurbulence">, DefaultTheme, TExtendProps, "color">;
|
|
171
|
+
filter: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFilterElement>, "color">) => react21.ReactElement<any, "filter">, DefaultTheme, TExtendProps, "color">;
|
|
172
|
+
foreignObject: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGForeignObjectElement>, "color">) => react21.ReactElement<any, "foreignObject">, DefaultTheme, TExtendProps, "color">;
|
|
173
|
+
g: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGGElement>, "color">) => react21.ReactElement<any, "g">, DefaultTheme, TExtendProps, "color">;
|
|
174
|
+
image: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGImageElement>, "color">) => react21.ReactElement<any, "image">, DefaultTheme, TExtendProps, "color">;
|
|
175
|
+
line: styled_components87.StyledComponent<(props: Omit<react21.SVGLineElementAttributes<SVGLineElement>, "color">) => react21.ReactElement<any, "line">, DefaultTheme, TExtendProps, "color">;
|
|
176
|
+
linearGradient: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGLinearGradientElement>, "color">) => react21.ReactElement<any, "linearGradient">, DefaultTheme, TExtendProps, "color">;
|
|
177
|
+
marker: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGMarkerElement>, "color">) => react21.ReactElement<any, "marker">, DefaultTheme, TExtendProps, "color">;
|
|
178
|
+
mask: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGMaskElement>, "color">) => react21.ReactElement<any, "mask">, DefaultTheme, TExtendProps, "color">;
|
|
179
|
+
metadata: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGMetadataElement>, "color">) => react21.ReactElement<any, "metadata">, DefaultTheme, TExtendProps, "color">;
|
|
180
|
+
mpath: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGElement>, "color">) => react21.ReactElement<any, "mpath">, DefaultTheme, TExtendProps, "color">;
|
|
181
|
+
path: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGPathElement>, "color">) => react21.ReactElement<any, "path">, DefaultTheme, TExtendProps, "color">;
|
|
182
|
+
pattern: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGPatternElement>, "color">) => react21.ReactElement<any, "pattern">, DefaultTheme, TExtendProps, "color">;
|
|
183
|
+
polygon: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGPolygonElement>, "color">) => react21.ReactElement<any, "polygon">, DefaultTheme, TExtendProps, "color">;
|
|
184
|
+
polyline: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGPolylineElement>, "color">) => react21.ReactElement<any, "polyline">, DefaultTheme, TExtendProps, "color">;
|
|
185
|
+
radialGradient: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGRadialGradientElement>, "color">) => react21.ReactElement<any, "radialGradient">, DefaultTheme, TExtendProps, "color">;
|
|
186
|
+
rect: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGRectElement>, "color">) => react21.ReactElement<any, "rect">, DefaultTheme, TExtendProps, "color">;
|
|
187
|
+
stop: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGStopElement>, "color">) => react21.ReactElement<any, "stop">, DefaultTheme, TExtendProps, "color">;
|
|
188
|
+
switch: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGSwitchElement>, "color">) => react21.ReactElement<any, "switch">, DefaultTheme, TExtendProps, "color">;
|
|
189
|
+
text: styled_components87.StyledComponent<(props: Omit<react21.SVGTextElementAttributes<SVGTextElement>, "color">) => react21.ReactElement<any, "text">, DefaultTheme, TExtendProps, "color">;
|
|
190
|
+
textPath: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGTextPathElement>, "color">) => react21.ReactElement<any, "textPath">, DefaultTheme, TExtendProps, "color">;
|
|
191
|
+
tspan: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGTSpanElement>, "color">) => react21.ReactElement<any, "tspan">, DefaultTheme, TExtendProps, "color">;
|
|
192
|
+
use: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGUseElement>, "color">) => react21.ReactElement<any, "use">, DefaultTheme, TExtendProps, "color">;
|
|
193
|
+
view: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGViewElement>, "color">) => react21.ReactElement<any, "view">, DefaultTheme, TExtendProps, "color">;
|
|
194
194
|
};
|
|
195
195
|
} & {
|
|
196
|
-
symbol:
|
|
197
|
-
object:
|
|
198
|
-
a:
|
|
199
|
-
abbr:
|
|
200
|
-
address:
|
|
201
|
-
area:
|
|
202
|
-
article:
|
|
203
|
-
aside:
|
|
204
|
-
audio:
|
|
205
|
-
b:
|
|
206
|
-
base:
|
|
207
|
-
bdi:
|
|
208
|
-
bdo:
|
|
209
|
-
big:
|
|
210
|
-
blockquote:
|
|
211
|
-
body:
|
|
212
|
-
br:
|
|
213
|
-
button:
|
|
214
|
-
canvas:
|
|
215
|
-
caption:
|
|
216
|
-
cite:
|
|
217
|
-
code:
|
|
218
|
-
col:
|
|
219
|
-
colgroup:
|
|
220
|
-
data:
|
|
221
|
-
datalist:
|
|
222
|
-
dd:
|
|
223
|
-
del:
|
|
224
|
-
details:
|
|
225
|
-
dfn:
|
|
226
|
-
dialog:
|
|
227
|
-
div:
|
|
228
|
-
dl:
|
|
229
|
-
dt:
|
|
230
|
-
em:
|
|
231
|
-
embed:
|
|
232
|
-
fieldset:
|
|
233
|
-
figcaption:
|
|
234
|
-
figure:
|
|
235
|
-
footer:
|
|
236
|
-
form:
|
|
237
|
-
h1:
|
|
238
|
-
h2:
|
|
239
|
-
h3:
|
|
240
|
-
h4:
|
|
241
|
-
h5:
|
|
242
|
-
h6:
|
|
243
|
-
head:
|
|
244
|
-
header:
|
|
245
|
-
hgroup:
|
|
246
|
-
hr:
|
|
247
|
-
html:
|
|
248
|
-
i:
|
|
249
|
-
iframe:
|
|
250
|
-
img:
|
|
251
|
-
input:
|
|
252
|
-
ins:
|
|
253
|
-
kbd:
|
|
254
|
-
keygen:
|
|
255
|
-
label:
|
|
256
|
-
legend:
|
|
257
|
-
li:
|
|
258
|
-
link:
|
|
259
|
-
main:
|
|
260
|
-
map:
|
|
261
|
-
mark:
|
|
262
|
-
menu:
|
|
263
|
-
menuitem:
|
|
264
|
-
meta:
|
|
265
|
-
meter:
|
|
266
|
-
nav:
|
|
267
|
-
noindex:
|
|
268
|
-
noscript:
|
|
269
|
-
ol:
|
|
270
|
-
optgroup:
|
|
271
|
-
option:
|
|
272
|
-
output:
|
|
273
|
-
p:
|
|
274
|
-
param:
|
|
275
|
-
picture:
|
|
276
|
-
pre:
|
|
277
|
-
progress:
|
|
278
|
-
q:
|
|
279
|
-
rp:
|
|
280
|
-
rt:
|
|
281
|
-
ruby:
|
|
282
|
-
s:
|
|
283
|
-
samp:
|
|
284
|
-
slot:
|
|
285
|
-
script:
|
|
286
|
-
section:
|
|
287
|
-
select:
|
|
288
|
-
small:
|
|
289
|
-
source:
|
|
290
|
-
span:
|
|
291
|
-
strong:
|
|
292
|
-
style:
|
|
293
|
-
sub:
|
|
294
|
-
summary:
|
|
295
|
-
sup:
|
|
296
|
-
table:
|
|
297
|
-
template:
|
|
298
|
-
tbody:
|
|
299
|
-
td:
|
|
300
|
-
textarea:
|
|
301
|
-
tfoot:
|
|
302
|
-
th:
|
|
303
|
-
thead:
|
|
304
|
-
time:
|
|
305
|
-
title:
|
|
306
|
-
tr:
|
|
307
|
-
track:
|
|
308
|
-
u:
|
|
309
|
-
ul:
|
|
310
|
-
var:
|
|
311
|
-
video:
|
|
312
|
-
wbr:
|
|
313
|
-
webview:
|
|
314
|
-
svg:
|
|
315
|
-
animate:
|
|
316
|
-
animateMotion:
|
|
317
|
-
animateTransform:
|
|
318
|
-
circle:
|
|
319
|
-
clipPath:
|
|
320
|
-
defs:
|
|
321
|
-
desc:
|
|
322
|
-
ellipse:
|
|
323
|
-
feBlend:
|
|
324
|
-
feColorMatrix:
|
|
325
|
-
feComponentTransfer:
|
|
326
|
-
feComposite:
|
|
327
|
-
feConvolveMatrix:
|
|
328
|
-
feDiffuseLighting:
|
|
329
|
-
feDisplacementMap:
|
|
330
|
-
feDistantLight:
|
|
331
|
-
feDropShadow:
|
|
332
|
-
feFlood:
|
|
333
|
-
feFuncA:
|
|
334
|
-
feFuncB:
|
|
335
|
-
feFuncG:
|
|
336
|
-
feFuncR:
|
|
337
|
-
feGaussianBlur:
|
|
338
|
-
feImage:
|
|
339
|
-
feMerge:
|
|
340
|
-
feMergeNode:
|
|
341
|
-
feMorphology:
|
|
342
|
-
feOffset:
|
|
343
|
-
fePointLight:
|
|
344
|
-
feSpecularLighting:
|
|
345
|
-
feSpotLight:
|
|
346
|
-
feTile:
|
|
347
|
-
feTurbulence:
|
|
348
|
-
filter:
|
|
349
|
-
foreignObject:
|
|
350
|
-
g:
|
|
351
|
-
image:
|
|
352
|
-
line:
|
|
353
|
-
linearGradient:
|
|
354
|
-
marker:
|
|
355
|
-
mask:
|
|
356
|
-
metadata:
|
|
357
|
-
mpath:
|
|
358
|
-
path:
|
|
359
|
-
pattern:
|
|
360
|
-
polygon:
|
|
361
|
-
polyline:
|
|
362
|
-
radialGradient:
|
|
363
|
-
rect:
|
|
364
|
-
stop:
|
|
365
|
-
switch:
|
|
366
|
-
text:
|
|
367
|
-
textPath:
|
|
368
|
-
tspan:
|
|
369
|
-
use:
|
|
370
|
-
view:
|
|
196
|
+
symbol: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGSymbolElement>, "color">) => react21.ReactElement<any, "symbol">, DefaultTheme, SystemProps, "color">;
|
|
197
|
+
object: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>, "color">) => react21.ReactElement<any, "object">, DefaultTheme, SystemProps, "color">;
|
|
198
|
+
a: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "color">) => react21.ReactElement<any, "a">, DefaultTheme, SystemProps, "color">;
|
|
199
|
+
abbr: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "abbr">, DefaultTheme, SystemProps, "color">;
|
|
200
|
+
address: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "address">, DefaultTheme, SystemProps, "color">;
|
|
201
|
+
area: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>, "color">) => react21.ReactElement<any, "area">, DefaultTheme, SystemProps, "color">;
|
|
202
|
+
article: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "article">, DefaultTheme, SystemProps, "color">;
|
|
203
|
+
aside: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "aside">, DefaultTheme, SystemProps, "color">;
|
|
204
|
+
audio: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>, "color">) => react21.ReactElement<any, "audio">, DefaultTheme, SystemProps, "color">;
|
|
205
|
+
b: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "b">, DefaultTheme, SystemProps, "color">;
|
|
206
|
+
base: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>, "color">) => react21.ReactElement<any, "base">, DefaultTheme, SystemProps, "color">;
|
|
207
|
+
bdi: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "bdi">, DefaultTheme, SystemProps, "color">;
|
|
208
|
+
bdo: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "bdo">, DefaultTheme, SystemProps, "color">;
|
|
209
|
+
big: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "big">, DefaultTheme, SystemProps, "color">;
|
|
210
|
+
blockquote: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>, "color">) => react21.ReactElement<any, "blockquote">, DefaultTheme, SystemProps, "color">;
|
|
211
|
+
body: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>, "color">) => react21.ReactElement<any, "body">, DefaultTheme, SystemProps, "color">;
|
|
212
|
+
br: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLBRElement>, HTMLBRElement>, "color">) => react21.ReactElement<any, "br">, DefaultTheme, SystemProps, "color">;
|
|
213
|
+
button: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "color">) => react21.ReactElement<any, "button">, DefaultTheme, SystemProps, "color">;
|
|
214
|
+
canvas: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>, "color">) => react21.ReactElement<any, "canvas">, DefaultTheme, SystemProps, "color">;
|
|
215
|
+
caption: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "caption">, DefaultTheme, SystemProps, "color">;
|
|
216
|
+
cite: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "cite">, DefaultTheme, SystemProps, "color">;
|
|
217
|
+
code: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "code">, DefaultTheme, SystemProps, "color">;
|
|
218
|
+
col: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>, "color">) => react21.ReactElement<any, "col">, DefaultTheme, SystemProps, "color">;
|
|
219
|
+
colgroup: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>, "color">) => react21.ReactElement<any, "colgroup">, DefaultTheme, SystemProps, "color">;
|
|
220
|
+
data: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>, "color">) => react21.ReactElement<any, "data">, DefaultTheme, SystemProps, "color">;
|
|
221
|
+
datalist: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>, "color">) => react21.ReactElement<any, "datalist">, DefaultTheme, SystemProps, "color">;
|
|
222
|
+
dd: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "dd">, DefaultTheme, SystemProps, "color">;
|
|
223
|
+
del: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.DelHTMLAttributes<HTMLModElement>, HTMLModElement>, "color">) => react21.ReactElement<any, "del">, DefaultTheme, SystemProps, "color">;
|
|
224
|
+
details: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement>, "color">) => react21.ReactElement<any, "details">, DefaultTheme, SystemProps, "color">;
|
|
225
|
+
dfn: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "dfn">, DefaultTheme, SystemProps, "color">;
|
|
226
|
+
dialog: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>, "color">) => react21.ReactElement<any, "dialog">, DefaultTheme, SystemProps, "color">;
|
|
227
|
+
div: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "color">) => react21.ReactElement<any, "div">, DefaultTheme, SystemProps, "color">;
|
|
228
|
+
dl: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLDListElement>, HTMLDListElement>, "color">) => react21.ReactElement<any, "dl">, DefaultTheme, SystemProps, "color">;
|
|
229
|
+
dt: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "dt">, DefaultTheme, SystemProps, "color">;
|
|
230
|
+
em: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "em">, DefaultTheme, SystemProps, "color">;
|
|
231
|
+
embed: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>, "color">) => react21.ReactElement<any, "embed">, DefaultTheme, SystemProps, "color">;
|
|
232
|
+
fieldset: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>, "color">) => react21.ReactElement<any, "fieldset">, DefaultTheme, SystemProps, "color">;
|
|
233
|
+
figcaption: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "figcaption">, DefaultTheme, SystemProps, "color">;
|
|
234
|
+
figure: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "figure">, DefaultTheme, SystemProps, "color">;
|
|
235
|
+
footer: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "footer">, DefaultTheme, SystemProps, "color">;
|
|
236
|
+
form: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, "color">) => react21.ReactElement<any, "form">, DefaultTheme, SystemProps, "color">;
|
|
237
|
+
h1: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color">) => react21.ReactElement<any, "h1">, DefaultTheme, SystemProps, "color">;
|
|
238
|
+
h2: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color">) => react21.ReactElement<any, "h2">, DefaultTheme, SystemProps, "color">;
|
|
239
|
+
h3: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color">) => react21.ReactElement<any, "h3">, DefaultTheme, SystemProps, "color">;
|
|
240
|
+
h4: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color">) => react21.ReactElement<any, "h4">, DefaultTheme, SystemProps, "color">;
|
|
241
|
+
h5: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color">) => react21.ReactElement<any, "h5">, DefaultTheme, SystemProps, "color">;
|
|
242
|
+
h6: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "color">) => react21.ReactElement<any, "h6">, DefaultTheme, SystemProps, "color">;
|
|
243
|
+
head: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>, "color">) => react21.ReactElement<any, "head">, DefaultTheme, SystemProps, "color">;
|
|
244
|
+
header: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "header">, DefaultTheme, SystemProps, "color">;
|
|
245
|
+
hgroup: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "hgroup">, DefaultTheme, SystemProps, "color">;
|
|
246
|
+
hr: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLHRElement>, HTMLHRElement>, "color">) => react21.ReactElement<any, "hr">, DefaultTheme, SystemProps, "color">;
|
|
247
|
+
html: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>, "color">) => react21.ReactElement<any, "html">, DefaultTheme, SystemProps, "color">;
|
|
248
|
+
i: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "i">, DefaultTheme, SystemProps, "color">;
|
|
249
|
+
iframe: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>, "color">) => react21.ReactElement<any, "iframe">, DefaultTheme, SystemProps, "color">;
|
|
250
|
+
img: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "color">) => react21.ReactElement<any, "img">, DefaultTheme, SystemProps, "color">;
|
|
251
|
+
input: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "color">) => react21.ReactElement<any, "input">, DefaultTheme, SystemProps, "color">;
|
|
252
|
+
ins: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.InsHTMLAttributes<HTMLModElement>, HTMLModElement>, "color">) => react21.ReactElement<any, "ins">, DefaultTheme, SystemProps, "color">;
|
|
253
|
+
kbd: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "kbd">, DefaultTheme, SystemProps, "color">;
|
|
254
|
+
keygen: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.KeygenHTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "keygen">, DefaultTheme, SystemProps, "color">;
|
|
255
|
+
label: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "color">) => react21.ReactElement<any, "label">, DefaultTheme, SystemProps, "color">;
|
|
256
|
+
legend: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>, "color">) => react21.ReactElement<any, "legend">, DefaultTheme, SystemProps, "color">;
|
|
257
|
+
li: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "color">) => react21.ReactElement<any, "li">, DefaultTheme, SystemProps, "color">;
|
|
258
|
+
link: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>, "color">) => react21.ReactElement<any, "link">, DefaultTheme, SystemProps, "color">;
|
|
259
|
+
main: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "main">, DefaultTheme, SystemProps, "color">;
|
|
260
|
+
map: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>, "color">) => react21.ReactElement<any, "map">, DefaultTheme, SystemProps, "color">;
|
|
261
|
+
mark: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "mark">, DefaultTheme, SystemProps, "color">;
|
|
262
|
+
menu: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.MenuHTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "menu">, DefaultTheme, SystemProps, "color">;
|
|
263
|
+
menuitem: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "menuitem">, DefaultTheme, SystemProps, "color">;
|
|
264
|
+
meta: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>, "color">) => react21.ReactElement<any, "meta">, DefaultTheme, SystemProps, "color">;
|
|
265
|
+
meter: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.MeterHTMLAttributes<HTMLMeterElement>, HTMLMeterElement>, "color">) => react21.ReactElement<any, "meter">, DefaultTheme, SystemProps, "color">;
|
|
266
|
+
nav: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "nav">, DefaultTheme, SystemProps, "color">;
|
|
267
|
+
noindex: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "noindex">, DefaultTheme, SystemProps, "color">;
|
|
268
|
+
noscript: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "noscript">, DefaultTheme, SystemProps, "color">;
|
|
269
|
+
ol: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, "color">) => react21.ReactElement<any, "ol">, DefaultTheme, SystemProps, "color">;
|
|
270
|
+
optgroup: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>, "color">) => react21.ReactElement<any, "optgroup">, DefaultTheme, SystemProps, "color">;
|
|
271
|
+
option: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>, "color">) => react21.ReactElement<any, "option">, DefaultTheme, SystemProps, "color">;
|
|
272
|
+
output: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.OutputHTMLAttributes<HTMLOutputElement>, HTMLOutputElement>, "color">) => react21.ReactElement<any, "output">, DefaultTheme, SystemProps, "color">;
|
|
273
|
+
p: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "color">) => react21.ReactElement<any, "p">, DefaultTheme, SystemProps, "color">;
|
|
274
|
+
param: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>, "color">) => react21.ReactElement<any, "param">, DefaultTheme, SystemProps, "color">;
|
|
275
|
+
picture: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "picture">, DefaultTheme, SystemProps, "color">;
|
|
276
|
+
pre: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLPreElement>, HTMLPreElement>, "color">) => react21.ReactElement<any, "pre">, DefaultTheme, SystemProps, "color">;
|
|
277
|
+
progress: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>, "color">) => react21.ReactElement<any, "progress">, DefaultTheme, SystemProps, "color">;
|
|
278
|
+
q: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>, "color">) => react21.ReactElement<any, "q">, DefaultTheme, SystemProps, "color">;
|
|
279
|
+
rp: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "rp">, DefaultTheme, SystemProps, "color">;
|
|
280
|
+
rt: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "rt">, DefaultTheme, SystemProps, "color">;
|
|
281
|
+
ruby: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "ruby">, DefaultTheme, SystemProps, "color">;
|
|
282
|
+
s: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "s">, DefaultTheme, SystemProps, "color">;
|
|
283
|
+
samp: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "samp">, DefaultTheme, SystemProps, "color">;
|
|
284
|
+
slot: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>, "color">) => react21.ReactElement<any, "slot">, DefaultTheme, SystemProps, "color">;
|
|
285
|
+
script: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>, "color">) => react21.ReactElement<any, "script">, DefaultTheme, SystemProps, "color">;
|
|
286
|
+
section: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "section">, DefaultTheme, SystemProps, "color">;
|
|
287
|
+
select: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, "color">) => react21.ReactElement<any, "select">, DefaultTheme, SystemProps, "color">;
|
|
288
|
+
small: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "small">, DefaultTheme, SystemProps, "color">;
|
|
289
|
+
source: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>, "color">) => react21.ReactElement<any, "source">, DefaultTheme, SystemProps, "color">;
|
|
290
|
+
span: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "color">) => react21.ReactElement<any, "span">, DefaultTheme, SystemProps, "color">;
|
|
291
|
+
strong: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "strong">, DefaultTheme, SystemProps, "color">;
|
|
292
|
+
style: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>, "color">) => react21.ReactElement<any, "style">, DefaultTheme, SystemProps, "color">;
|
|
293
|
+
sub: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "sub">, DefaultTheme, SystemProps, "color">;
|
|
294
|
+
summary: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "summary">, DefaultTheme, SystemProps, "color">;
|
|
295
|
+
sup: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "sup">, DefaultTheme, SystemProps, "color">;
|
|
296
|
+
table: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, "color">) => react21.ReactElement<any, "table">, DefaultTheme, SystemProps, "color">;
|
|
297
|
+
template: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>, "color">) => react21.ReactElement<any, "template">, DefaultTheme, SystemProps, "color">;
|
|
298
|
+
tbody: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "color">) => react21.ReactElement<any, "tbody">, DefaultTheme, SystemProps, "color">;
|
|
299
|
+
td: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, "color">) => react21.ReactElement<any, "td">, DefaultTheme, SystemProps, "color">;
|
|
300
|
+
textarea: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "color">) => react21.ReactElement<any, "textarea">, DefaultTheme, SystemProps, "color">;
|
|
301
|
+
tfoot: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "color">) => react21.ReactElement<any, "tfoot">, DefaultTheme, SystemProps, "color">;
|
|
302
|
+
th: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, "color">) => react21.ReactElement<any, "th">, DefaultTheme, SystemProps, "color">;
|
|
303
|
+
thead: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "color">) => react21.ReactElement<any, "thead">, DefaultTheme, SystemProps, "color">;
|
|
304
|
+
time: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.TimeHTMLAttributes<HTMLTimeElement>, HTMLTimeElement>, "color">) => react21.ReactElement<any, "time">, DefaultTheme, SystemProps, "color">;
|
|
305
|
+
title: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>, "color">) => react21.ReactElement<any, "title">, DefaultTheme, SystemProps, "color">;
|
|
306
|
+
tr: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "color">) => react21.ReactElement<any, "tr">, DefaultTheme, SystemProps, "color">;
|
|
307
|
+
track: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>, "color">) => react21.ReactElement<any, "track">, DefaultTheme, SystemProps, "color">;
|
|
308
|
+
u: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "u">, DefaultTheme, SystemProps, "color">;
|
|
309
|
+
ul: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "color">) => react21.ReactElement<any, "ul">, DefaultTheme, SystemProps, "color">;
|
|
310
|
+
var: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "var">, DefaultTheme, SystemProps, "color">;
|
|
311
|
+
video: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>, "color">) => react21.ReactElement<any, "video">, DefaultTheme, SystemProps, "color">;
|
|
312
|
+
wbr: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.HTMLAttributes<HTMLElement>, HTMLElement>, "color">) => react21.ReactElement<any, "wbr">, DefaultTheme, SystemProps, "color">;
|
|
313
|
+
webview: styled_components87.StyledComponent<(props: Omit<react21.DetailedHTMLProps<react21.WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>, "color">) => react21.ReactElement<any, "webview">, DefaultTheme, SystemProps, "color">;
|
|
314
|
+
svg: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGSVGElement>, "color">) => react21.ReactElement<any, "svg">, DefaultTheme, SystemProps, "color">;
|
|
315
|
+
animate: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGElement>, "color">) => react21.ReactElement<any, "animate">, DefaultTheme, SystemProps, "color">;
|
|
316
|
+
animateMotion: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGElement>, "color">) => react21.ReactElement<any, "animateMotion">, DefaultTheme, SystemProps, "color">;
|
|
317
|
+
animateTransform: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGElement>, "color">) => react21.ReactElement<any, "animateTransform">, DefaultTheme, SystemProps, "color">;
|
|
318
|
+
circle: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGCircleElement>, "color">) => react21.ReactElement<any, "circle">, DefaultTheme, SystemProps, "color">;
|
|
319
|
+
clipPath: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGClipPathElement>, "color">) => react21.ReactElement<any, "clipPath">, DefaultTheme, SystemProps, "color">;
|
|
320
|
+
defs: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGDefsElement>, "color">) => react21.ReactElement<any, "defs">, DefaultTheme, SystemProps, "color">;
|
|
321
|
+
desc: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGDescElement>, "color">) => react21.ReactElement<any, "desc">, DefaultTheme, SystemProps, "color">;
|
|
322
|
+
ellipse: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGEllipseElement>, "color">) => react21.ReactElement<any, "ellipse">, DefaultTheme, SystemProps, "color">;
|
|
323
|
+
feBlend: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEBlendElement>, "color">) => react21.ReactElement<any, "feBlend">, DefaultTheme, SystemProps, "color">;
|
|
324
|
+
feColorMatrix: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEColorMatrixElement>, "color">) => react21.ReactElement<any, "feColorMatrix">, DefaultTheme, SystemProps, "color">;
|
|
325
|
+
feComponentTransfer: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEComponentTransferElement>, "color">) => react21.ReactElement<any, "feComponentTransfer">, DefaultTheme, SystemProps, "color">;
|
|
326
|
+
feComposite: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFECompositeElement>, "color">) => react21.ReactElement<any, "feComposite">, DefaultTheme, SystemProps, "color">;
|
|
327
|
+
feConvolveMatrix: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEConvolveMatrixElement>, "color">) => react21.ReactElement<any, "feConvolveMatrix">, DefaultTheme, SystemProps, "color">;
|
|
328
|
+
feDiffuseLighting: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEDiffuseLightingElement>, "color">) => react21.ReactElement<any, "feDiffuseLighting">, DefaultTheme, SystemProps, "color">;
|
|
329
|
+
feDisplacementMap: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEDisplacementMapElement>, "color">) => react21.ReactElement<any, "feDisplacementMap">, DefaultTheme, SystemProps, "color">;
|
|
330
|
+
feDistantLight: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEDistantLightElement>, "color">) => react21.ReactElement<any, "feDistantLight">, DefaultTheme, SystemProps, "color">;
|
|
331
|
+
feDropShadow: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEDropShadowElement>, "color">) => react21.ReactElement<any, "feDropShadow">, DefaultTheme, SystemProps, "color">;
|
|
332
|
+
feFlood: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEFloodElement>, "color">) => react21.ReactElement<any, "feFlood">, DefaultTheme, SystemProps, "color">;
|
|
333
|
+
feFuncA: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEFuncAElement>, "color">) => react21.ReactElement<any, "feFuncA">, DefaultTheme, SystemProps, "color">;
|
|
334
|
+
feFuncB: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEFuncBElement>, "color">) => react21.ReactElement<any, "feFuncB">, DefaultTheme, SystemProps, "color">;
|
|
335
|
+
feFuncG: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEFuncGElement>, "color">) => react21.ReactElement<any, "feFuncG">, DefaultTheme, SystemProps, "color">;
|
|
336
|
+
feFuncR: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEFuncRElement>, "color">) => react21.ReactElement<any, "feFuncR">, DefaultTheme, SystemProps, "color">;
|
|
337
|
+
feGaussianBlur: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEGaussianBlurElement>, "color">) => react21.ReactElement<any, "feGaussianBlur">, DefaultTheme, SystemProps, "color">;
|
|
338
|
+
feImage: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEImageElement>, "color">) => react21.ReactElement<any, "feImage">, DefaultTheme, SystemProps, "color">;
|
|
339
|
+
feMerge: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEMergeElement>, "color">) => react21.ReactElement<any, "feMerge">, DefaultTheme, SystemProps, "color">;
|
|
340
|
+
feMergeNode: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEMergeNodeElement>, "color">) => react21.ReactElement<any, "feMergeNode">, DefaultTheme, SystemProps, "color">;
|
|
341
|
+
feMorphology: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEMorphologyElement>, "color">) => react21.ReactElement<any, "feMorphology">, DefaultTheme, SystemProps, "color">;
|
|
342
|
+
feOffset: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEOffsetElement>, "color">) => react21.ReactElement<any, "feOffset">, DefaultTheme, SystemProps, "color">;
|
|
343
|
+
fePointLight: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFEPointLightElement>, "color">) => react21.ReactElement<any, "fePointLight">, DefaultTheme, SystemProps, "color">;
|
|
344
|
+
feSpecularLighting: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFESpecularLightingElement>, "color">) => react21.ReactElement<any, "feSpecularLighting">, DefaultTheme, SystemProps, "color">;
|
|
345
|
+
feSpotLight: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFESpotLightElement>, "color">) => react21.ReactElement<any, "feSpotLight">, DefaultTheme, SystemProps, "color">;
|
|
346
|
+
feTile: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFETileElement>, "color">) => react21.ReactElement<any, "feTile">, DefaultTheme, SystemProps, "color">;
|
|
347
|
+
feTurbulence: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFETurbulenceElement>, "color">) => react21.ReactElement<any, "feTurbulence">, DefaultTheme, SystemProps, "color">;
|
|
348
|
+
filter: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGFilterElement>, "color">) => react21.ReactElement<any, "filter">, DefaultTheme, SystemProps, "color">;
|
|
349
|
+
foreignObject: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGForeignObjectElement>, "color">) => react21.ReactElement<any, "foreignObject">, DefaultTheme, SystemProps, "color">;
|
|
350
|
+
g: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGGElement>, "color">) => react21.ReactElement<any, "g">, DefaultTheme, SystemProps, "color">;
|
|
351
|
+
image: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGImageElement>, "color">) => react21.ReactElement<any, "image">, DefaultTheme, SystemProps, "color">;
|
|
352
|
+
line: styled_components87.StyledComponent<(props: Omit<react21.SVGLineElementAttributes<SVGLineElement>, "color">) => react21.ReactElement<any, "line">, DefaultTheme, SystemProps, "color">;
|
|
353
|
+
linearGradient: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGLinearGradientElement>, "color">) => react21.ReactElement<any, "linearGradient">, DefaultTheme, SystemProps, "color">;
|
|
354
|
+
marker: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGMarkerElement>, "color">) => react21.ReactElement<any, "marker">, DefaultTheme, SystemProps, "color">;
|
|
355
|
+
mask: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGMaskElement>, "color">) => react21.ReactElement<any, "mask">, DefaultTheme, SystemProps, "color">;
|
|
356
|
+
metadata: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGMetadataElement>, "color">) => react21.ReactElement<any, "metadata">, DefaultTheme, SystemProps, "color">;
|
|
357
|
+
mpath: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGElement>, "color">) => react21.ReactElement<any, "mpath">, DefaultTheme, SystemProps, "color">;
|
|
358
|
+
path: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGPathElement>, "color">) => react21.ReactElement<any, "path">, DefaultTheme, SystemProps, "color">;
|
|
359
|
+
pattern: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGPatternElement>, "color">) => react21.ReactElement<any, "pattern">, DefaultTheme, SystemProps, "color">;
|
|
360
|
+
polygon: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGPolygonElement>, "color">) => react21.ReactElement<any, "polygon">, DefaultTheme, SystemProps, "color">;
|
|
361
|
+
polyline: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGPolylineElement>, "color">) => react21.ReactElement<any, "polyline">, DefaultTheme, SystemProps, "color">;
|
|
362
|
+
radialGradient: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGRadialGradientElement>, "color">) => react21.ReactElement<any, "radialGradient">, DefaultTheme, SystemProps, "color">;
|
|
363
|
+
rect: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGRectElement>, "color">) => react21.ReactElement<any, "rect">, DefaultTheme, SystemProps, "color">;
|
|
364
|
+
stop: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGStopElement>, "color">) => react21.ReactElement<any, "stop">, DefaultTheme, SystemProps, "color">;
|
|
365
|
+
switch: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGSwitchElement>, "color">) => react21.ReactElement<any, "switch">, DefaultTheme, SystemProps, "color">;
|
|
366
|
+
text: styled_components87.StyledComponent<(props: Omit<react21.SVGTextElementAttributes<SVGTextElement>, "color">) => react21.ReactElement<any, "text">, DefaultTheme, SystemProps, "color">;
|
|
367
|
+
textPath: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGTextPathElement>, "color">) => react21.ReactElement<any, "textPath">, DefaultTheme, SystemProps, "color">;
|
|
368
|
+
tspan: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGTSpanElement>, "color">) => react21.ReactElement<any, "tspan">, DefaultTheme, SystemProps, "color">;
|
|
369
|
+
use: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGUseElement>, "color">) => react21.ReactElement<any, "use">, DefaultTheme, SystemProps, "color">;
|
|
370
|
+
view: styled_components87.StyledComponent<(props: Omit<react21.SVGProps<SVGViewElement>, "color">) => react21.ReactElement<any, "view">, DefaultTheme, SystemProps, "color">;
|
|
371
371
|
};
|
|
372
372
|
declare const styled: VStyled;
|
|
373
373
|
//#endregion
|