@bitrise/bitkit 12.82.0 → 12.84.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/src/Components/Accordion/Accordion.tsx +1 -1
- package/src/Components/Accordion/AccordionItem.tsx +4 -4
- package/src/Components/AccordionLegacy/Accordion.theme.ts +59 -59
- package/src/Components/AccordionLegacy/LegacyAccordion.tsx +3 -3
- package/src/Components/AccordionLegacy/LegacyAccordionItem.tsx +4 -4
- package/src/Components/Badge/Badge.theme.ts +5 -5
- package/src/Components/Badge/Badge.tsx +1 -1
- package/src/Components/Breadcrumb/Breadcrumb.theme.ts +10 -10
- package/src/Components/Breadcrumb/Breadcrumb.tsx +1 -1
- package/src/Components/Button/Button.theme.ts +72 -72
- package/src/Components/Card/Card.theme.ts +7 -7
- package/src/Components/CloseButton/CloseButton.theme.ts +10 -10
- package/src/Components/CloseButton/CloseButton.tsx +1 -1
- package/src/Components/CodeBlock/CodeBlock.theme.ts +7 -7
- package/src/Components/CodeBlock/CodeBlock.tsx +4 -4
- package/src/Components/CodeSnippet/CodeSnippet.theme.ts +8 -8
- package/src/Components/CodeSnippet/CodeSnippet.tsx +2 -2
- package/src/Components/ColorButton/ColorButton.theme.ts +27 -27
- package/src/Components/ColorButton/ColorButton.tsx +2 -2
- package/src/Components/DatePicker/DatePicker.tsx +11 -11
- package/src/Components/DatePicker/DatePickerDay.theme.ts +31 -31
- package/src/Components/DatePicker/DatePickerDay.tsx +17 -17
- package/src/Components/DatePicker/DatePickerFooter.tsx +13 -13
- package/src/Components/DatePicker/DatePickerGrid.tsx +1 -1
- package/src/Components/DatePicker/DatePickerHeader.tsx +19 -19
- package/src/Components/DatePicker/DatePickerMonth.tsx +15 -15
- package/src/Components/DatePicker/DatePickerMonthSelector.tsx +25 -25
- package/src/Components/DefinitionTooltip/DefinitionTooltip.theme.ts +5 -5
- package/src/Components/DefinitionTooltip/DefinitionTooltip.tsx +1 -1
- package/src/Components/Dialog/Dialog.theme.ts +51 -51
- package/src/Components/Dialog/Dialog.tsx +5 -5
- package/src/Components/Dot/Dot.tsx +1 -1
- package/src/Components/Drawer/Drawer.theme.ts +20 -20
- package/src/Components/Drawer/Drawer.tsx +5 -5
- package/src/Components/Dropdown/Dropdown.context.tsx +2 -2
- package/src/Components/Dropdown/Dropdown.theme.ts +55 -55
- package/src/Components/Dropdown/Dropdown.tsx +52 -52
- package/src/Components/Dropdown/DropdownButton.tsx +5 -5
- package/src/Components/Dropdown/DropdownOption.tsx +12 -12
- package/src/Components/Dropdown/hooks/useAutoScroll.ts +3 -3
- package/src/Components/Dropdown/hooks/useFloatingDropdown.ts +39 -39
- package/src/Components/Dropdown/hooks/useSimpleSearch.tsx +1 -1
- package/src/Components/EmptyState/EmptyState.theme.ts +11 -11
- package/src/Components/EmptyState/EmptyState.tsx +1 -1
- package/src/Components/ExpandableCard/ExpandableCard.theme.ts +14 -14
- package/src/Components/ExpandableCard/ExpandableCard.tsx +3 -3
- package/src/Components/Filter/Filter.storyData.ts +44 -44
- package/src/Components/Filter/Filter.theme.ts +82 -82
- package/src/Components/Filter/Filter.tsx +6 -6
- package/src/Components/Filter/FilterAdd/FilterAdd.tsx +3 -3
- package/src/Components/Filter/FilterDate/FilterDate.tsx +4 -4
- package/src/Components/Filter/FilterForm/FilterForm.tsx +4 -5
- package/src/Components/Filter/FilterItem/FilterItem.tsx +4 -4
- package/src/Components/Filter/FilterSearch/FilterSearch.tsx +2 -2
- package/src/Components/Filter/FilterSwitch/FilterSwitch.theme.ts +29 -29
- package/src/Components/Filter/FilterSwitch/FilterSwitch.tsx +6 -6
- package/src/Components/Form/Checkbox/Checkbox.theme.ts +25 -25
- package/src/Components/Form/DateInput/DateInput.tsx +50 -0
- package/src/Components/Form/FileInput/FileInput.theme.ts +26 -26
- package/src/Components/Form/FileInput/FileInput.tsx +11 -11
- package/src/Components/Form/Form.theme.ts +5 -5
- package/src/Components/Form/Input/Input.theme.ts +24 -24
- package/src/Components/Form/Input/Input.tsx +17 -17
- package/src/Components/Form/Radio/Radio.theme.ts +26 -26
- package/src/Components/Form/Radio/Radio.tsx +1 -1
- package/src/Components/Form/Textarea/Textarea.tsx +9 -9
- package/src/Components/Icon/Icon.tsx +1 -1
- package/src/Components/IconButton/IconButton.tsx +1 -1
- package/src/Components/Icons/16x16/Addons.tsx +3 -3
- package/src/Components/Icons/16x16/AddonsTuorqouise.tsx +7 -7
- package/src/Components/Icons/16x16/AddonsViolet.tsx +7 -7
- package/src/Components/Icons/16x16/AddonsWhite.tsx +7 -7
- package/src/Components/Icons/16x16/Agent.tsx +3 -3
- package/src/Components/Icons/16x16/Anchor.tsx +3 -3
- package/src/Components/Icons/16x16/Android.tsx +3 -3
- package/src/Components/Icons/16x16/App.tsx +3 -3
- package/src/Components/Icons/16x16/Apple.tsx +3 -3
- package/src/Components/Icons/16x16/AppleFill.tsx +2 -2
- package/src/Components/Icons/16x16/ArrowDown.tsx +2 -2
- package/src/Components/Icons/16x16/ArrowLeft.tsx +3 -3
- package/src/Components/Icons/16x16/ArrowMoveDown.tsx +2 -2
- package/src/Components/Icons/16x16/ArrowMoveLeft.tsx +3 -3
- package/src/Components/Icons/16x16/ArrowMoveRight.tsx +3 -3
- package/src/Components/Icons/16x16/ArrowMoveUp.tsx +3 -3
- package/src/Components/Icons/16x16/ArrowQuit.tsx +2 -2
- package/src/Components/Icons/16x16/ArrowRight.tsx +2 -2
- package/src/Components/Icons/16x16/ArrowUp.tsx +2 -2
- package/src/Components/Icons/16x16/Badge3rdParty.tsx +4 -4
- package/src/Components/Icons/16x16/BadgeBitrise.tsx +4 -4
- package/src/Components/Icons/16x16/Bazel.tsx +8 -8
- package/src/Components/Icons/16x16/Bell.tsx +3 -3
- package/src/Components/Icons/16x16/Bitbot.tsx +4 -4
- package/src/Components/Icons/16x16/BitbotError.tsx +4 -4
- package/src/Components/Icons/16x16/BitbucketBlue.tsx +4 -4
- package/src/Components/Icons/16x16/BitbucketPlain.tsx +3 -3
- package/src/Components/Icons/16x16/BitbucketShadedWhite.tsx +6 -6
- package/src/Components/Icons/16x16/Book.tsx +3 -3
- package/src/Components/Icons/16x16/BoxWithArrowDown.tsx +2 -2
- package/src/Components/Icons/16x16/BoxWithDot.tsx +3 -3
- package/src/Components/Icons/16x16/Branch.tsx +3 -3
- package/src/Components/Icons/16x16/Bug.tsx +3 -3
- package/src/Components/Icons/16x16/Build.tsx +4 -4
- package/src/Components/Icons/16x16/BuildCache.tsx +2 -2
- package/src/Components/Icons/16x16/BuildCacheSolid.tsx +3 -3
- package/src/Components/Icons/16x16/BuildTest.tsx +2 -2
- package/src/Components/Icons/16x16/BuildTestSolid.tsx +2 -2
- package/src/Components/Icons/16x16/BuildstatusAborted.tsx +5 -5
- package/src/Components/Icons/16x16/BuildstatusAbortedSolid.tsx +2 -2
- package/src/Components/Icons/16x16/BuildstatusFailed.tsx +3 -3
- package/src/Components/Icons/16x16/BuildstatusFailedSolid.tsx +2 -2
- package/src/Components/Icons/16x16/BuildstatusLoading.tsx +5 -5
- package/src/Components/Icons/16x16/BuildstatusLoadingAnimated.tsx +11 -11
- package/src/Components/Icons/16x16/BuildstatusNeverbuilt.tsx +3 -3
- package/src/Components/Icons/16x16/BuildstatusProgressEggplant.tsx +7 -7
- package/src/Components/Icons/16x16/BuildstatusProgressWhite.tsx +5 -5
- package/src/Components/Icons/16x16/BuildstatusSuccessful.tsx +5 -5
- package/src/Components/Icons/16x16/BuildstatusSuccessfulSolid.tsx +2 -2
- package/src/Components/Icons/16x16/Bulletpoint.tsx +2 -2
- package/src/Components/Icons/16x16/Cache.tsx +4 -4
- package/src/Components/Icons/16x16/Calendar.tsx +3 -3
- package/src/Components/Icons/16x16/ChangePlan.tsx +3 -3
- package/src/Components/Icons/16x16/Chat.tsx +4 -4
- package/src/Components/Icons/16x16/ChatMessage.tsx +3 -3
- package/src/Components/Icons/16x16/CheckCircle.tsx +2 -2
- package/src/Components/Icons/16x16/ChevronDown.tsx +3 -3
- package/src/Components/Icons/16x16/ChevronLeft.tsx +3 -3
- package/src/Components/Icons/16x16/ChevronRight.tsx +3 -3
- package/src/Components/Icons/16x16/ChevronUp.tsx +3 -3
- package/src/Components/Icons/16x16/Clock.tsx +3 -3
- package/src/Components/Icons/16x16/CloseSmall.tsx +3 -3
- package/src/Components/Icons/16x16/Code.tsx +3 -3
- package/src/Components/Icons/16x16/CodeSigning.tsx +4 -4
- package/src/Components/Icons/16x16/Coffee.tsx +3 -3
- package/src/Components/Icons/16x16/Commit.tsx +2 -2
- package/src/Components/Icons/16x16/Conference.tsx +5 -5
- package/src/Components/Icons/16x16/ConnectedAccounts.tsx +2 -2
- package/src/Components/Icons/16x16/Cordova.tsx +3 -3
- package/src/Components/Icons/16x16/Cpu.tsx +4 -4
- package/src/Components/Icons/16x16/Creditcard.tsx +4 -4
- package/src/Components/Icons/16x16/Credits.tsx +5 -5
- package/src/Components/Icons/16x16/Cycle.tsx +3 -3
- package/src/Components/Icons/16x16/DeleteNope.tsx +3 -3
- package/src/Components/Icons/16x16/Deployment.tsx +5 -5
- package/src/Components/Icons/16x16/Details.tsx +2 -2
- package/src/Components/Icons/16x16/Doc.tsx +3 -3
- package/src/Components/Icons/16x16/Dollars.tsx +3 -3
- package/src/Components/Icons/16x16/Download.tsx +3 -3
- package/src/Components/Icons/16x16/DropdownArrows.tsx +3 -3
- package/src/Components/Icons/16x16/Dudes.tsx +3 -3
- package/src/Components/Icons/16x16/Duplicate.tsx +3 -3
- package/src/Components/Icons/16x16/Enterprise.tsx +4 -4
- package/src/Components/Icons/16x16/ErrorGeneral.tsx +4 -4
- package/src/Components/Icons/16x16/Expand.tsx +2 -2
- package/src/Components/Icons/16x16/Fastlane.tsx +3 -3
- package/src/Components/Icons/16x16/FileDoc.tsx +3 -3
- package/src/Components/Icons/16x16/FilePdf.tsx +3 -3
- package/src/Components/Icons/16x16/FilePlist.tsx +5 -5
- package/src/Components/Icons/16x16/FileZip.tsx +5 -5
- package/src/Components/Icons/16x16/Filter.tsx +1 -1
- package/src/Components/Icons/16x16/Flag.tsx +3 -3
- package/src/Components/Icons/16x16/Flutter.tsx +2 -2
- package/src/Components/Icons/16x16/Folder.tsx +3 -3
- package/src/Components/Icons/16x16/Fullscreen.tsx +2 -2
- package/src/Components/Icons/16x16/FullscreenExit.tsx +2 -2
- package/src/Components/Icons/16x16/Gauge.tsx +2 -2
- package/src/Components/Icons/16x16/Github.tsx +3 -3
- package/src/Components/Icons/16x16/GitlabColor.tsx +9 -9
- package/src/Components/Icons/16x16/GitlabPlain.tsx +3 -3
- package/src/Components/Icons/16x16/GitlabShadedWhite.tsx +14 -14
- package/src/Components/Icons/16x16/Globe.tsx +3 -3
- package/src/Components/Icons/16x16/Go.tsx +8 -8
- package/src/Components/Icons/16x16/GoogleColor.tsx +6 -6
- package/src/Components/Icons/16x16/Gradle.tsx +2 -2
- package/src/Components/Icons/16x16/Group.tsx +3 -3
- package/src/Components/Icons/16x16/Heart.tsx +3 -3
- package/src/Components/Icons/16x16/HidePassword.tsx +4 -4
- package/src/Components/Icons/16x16/History.tsx +2 -2
- package/src/Components/Icons/16x16/Image.tsx +3 -3
- package/src/Components/Icons/16x16/Info.tsx +3 -3
- package/src/Components/Icons/16x16/Insights.tsx +2 -2
- package/src/Components/Icons/16x16/InsightsSolid.tsx +2 -2
- package/src/Components/Icons/16x16/Interaction.tsx +4 -4
- package/src/Components/Icons/16x16/Invoice.tsx +3 -3
- package/src/Components/Icons/16x16/Ionic.tsx +3 -3
- package/src/Components/Icons/16x16/Japanese.tsx +3 -3
- package/src/Components/Icons/16x16/Key.tsx +3 -3
- package/src/Components/Icons/16x16/Laptop.tsx +3 -3
- package/src/Components/Icons/16x16/LaunchDarkly.tsx +1 -1
- package/src/Components/Icons/16x16/Lightbulb.tsx +3 -3
- package/src/Components/Icons/16x16/Link.tsx +2 -2
- package/src/Components/Icons/16x16/Lock.tsx +3 -3
- package/src/Components/Icons/16x16/LockOpen.tsx +2 -2
- package/src/Components/Icons/16x16/Login.tsx +3 -3
- package/src/Components/Icons/16x16/Logout.tsx +3 -3
- package/src/Components/Icons/16x16/Macos.tsx +3 -3
- package/src/Components/Icons/16x16/Magnifier.tsx +3 -3
- package/src/Components/Icons/16x16/Mail.tsx +3 -3
- package/src/Components/Icons/16x16/MenuGrid.tsx +3 -3
- package/src/Components/Icons/16x16/MenuHamburger.tsx +3 -3
- package/src/Components/Icons/16x16/Message.tsx +3 -3
- package/src/Components/Icons/16x16/MinusClose.tsx +2 -2
- package/src/Components/Icons/16x16/MinusRemove.tsx +3 -3
- package/src/Components/Icons/16x16/Mobile.tsx +3 -3
- package/src/Components/Icons/16x16/MonitorChart.tsx +2 -2
- package/src/Components/Icons/16x16/MoreHorizontal.tsx +3 -3
- package/src/Components/Icons/16x16/MoreVertical.tsx +3 -3
- package/src/Components/Icons/16x16/News.tsx +4 -4
- package/src/Components/Icons/16x16/NoTie.tsx +3 -3
- package/src/Components/Icons/16x16/Nodejs.tsx +3 -3
- package/src/Components/Icons/16x16/Numero.tsx +3 -3
- package/src/Components/Icons/16x16/OpenInBrowser.tsx +3 -3
- package/src/Components/Icons/16x16/Other.tsx +5 -5
- package/src/Components/Icons/16x16/OverflowingLines.tsx +3 -3
- package/src/Components/Icons/16x16/Overview.tsx +3 -3
- package/src/Components/Icons/16x16/Owner.tsx +4 -4
- package/src/Components/Icons/16x16/Pause.tsx +3 -3
- package/src/Components/Icons/16x16/Pencil.tsx +5 -5
- package/src/Components/Icons/16x16/Percent.tsx +3 -3
- package/src/Components/Icons/16x16/Person.tsx +3 -3
- package/src/Components/Icons/16x16/Play.tsx +3 -3
- package/src/Components/Icons/16x16/PlusAdd.tsx +3 -3
- package/src/Components/Icons/16x16/PlusOpen.tsx +3 -3
- package/src/Components/Icons/16x16/Podcast.tsx +4 -4
- package/src/Components/Icons/16x16/Power.tsx +3 -3
- package/src/Components/Icons/16x16/ProgressEggplant.tsx +5 -5
- package/src/Components/Icons/16x16/ProgressViolet.tsx +5 -5
- package/src/Components/Icons/16x16/ProgressWhite.tsx +5 -5
- package/src/Components/Icons/16x16/Pull.tsx +3 -3
- package/src/Components/Icons/16x16/Push.tsx +3 -3
- package/src/Components/Icons/16x16/ReactIcon.tsx +3 -3
- package/src/Components/Icons/16x16/Refresh.tsx +2 -2
- package/src/Components/Icons/16x16/Release.tsx +2 -2
- package/src/Components/Icons/16x16/ReleaseSolid.tsx +2 -2
- package/src/Components/Icons/16x16/Replace.tsx +2 -2
- package/src/Components/Icons/16x16/Request.tsx +2 -2
- package/src/Components/Icons/16x16/Responsiveness.tsx +3 -3
- package/src/Components/Icons/16x16/Save.tsx +4 -4
- package/src/Components/Icons/16x16/Screenshare.tsx +4 -4
- package/src/Components/Icons/16x16/SecurityShield.tsx +3 -3
- package/src/Components/Icons/16x16/Settings.tsx +3 -3
- package/src/Components/Icons/16x16/SettingsSolid.tsx +2 -2
- package/src/Components/Icons/16x16/Ship.tsx +4 -4
- package/src/Components/Icons/16x16/ShowPassword.tsx +4 -4
- package/src/Components/Icons/16x16/Shuffle.tsx +3 -3
- package/src/Components/Icons/16x16/Siren.tsx +1 -1
- package/src/Components/Icons/16x16/Sort.tsx +2 -2
- package/src/Components/Icons/16x16/SortArrows.tsx +2 -2
- package/src/Components/Icons/16x16/Stability.tsx +4 -4
- package/src/Components/Icons/16x16/Stack.tsx +3 -3
- package/src/Components/Icons/16x16/StageCurrent.tsx +2 -2
- package/src/Components/Icons/16x16/StageIncomplete.tsx +2 -2
- package/src/Components/Icons/16x16/Star.tsx +3 -3
- package/src/Components/Icons/16x16/Status.tsx +5 -5
- package/src/Components/Icons/16x16/StepUpgrade.tsx +3 -3
- package/src/Components/Icons/16x16/StepVersionOk.tsx +3 -3
- package/src/Components/Icons/16x16/Steps.tsx +3 -3
- package/src/Components/Icons/16x16/StepsTuorqouise.tsx +7 -7
- package/src/Components/Icons/16x16/StepsViolet.tsx +7 -7
- package/src/Components/Icons/16x16/StepsWhite.tsx +7 -7
- package/src/Components/Icons/16x16/StepstatusSkip.tsx +5 -5
- package/src/Components/Icons/16x16/StepstatusWarning.tsx +4 -4
- package/src/Components/Icons/16x16/Stopwatch.tsx +5 -5
- package/src/Components/Icons/16x16/Support.tsx +3 -3
- package/src/Components/Icons/16x16/Swag.tsx +2 -2
- package/src/Components/Icons/16x16/Tag.tsx +4 -4
- package/src/Components/Icons/16x16/TestFailed.tsx +4 -4
- package/src/Components/Icons/16x16/TestInconclusive.tsx +4 -4
- package/src/Components/Icons/16x16/TestInfo.tsx +4 -4
- package/src/Components/Icons/16x16/TestInprogress.tsx +3 -3
- package/src/Components/Icons/16x16/TestSkipped.tsx +5 -5
- package/src/Components/Icons/16x16/TestSuccess.tsx +4 -4
- package/src/Components/Icons/16x16/TestWarning.tsx +4 -4
- package/src/Components/Icons/16x16/Testing.tsx +4 -4
- package/src/Components/Icons/16x16/Tick.tsx +3 -3
- package/src/Components/Icons/16x16/Time.tsx +3 -3
- package/src/Components/Icons/16x16/Tools.tsx +3 -3
- package/src/Components/Icons/16x16/Trace.tsx +2 -2
- package/src/Components/Icons/16x16/Trash.tsx +3 -3
- package/src/Components/Icons/16x16/Trigger.tsx +3 -3
- package/src/Components/Icons/16x16/Twitter.tsx +3 -3
- package/src/Components/Icons/16x16/Upload.tsx +1 -1
- package/src/Components/Icons/16x16/ValidateShield.tsx +3 -3
- package/src/Components/Icons/16x16/Video.tsx +5 -5
- package/src/Components/Icons/16x16/Warning.tsx +3 -3
- package/src/Components/Icons/16x16/WarningColored.tsx +2 -2
- package/src/Components/Icons/16x16/WebUi.tsx +5 -5
- package/src/Components/Icons/16x16/Webhooks.tsx +4 -4
- package/src/Components/Icons/16x16/Webinar.tsx +3 -3
- package/src/Components/Icons/16x16/Window.tsx +4 -4
- package/src/Components/Icons/16x16/Workflow.tsx +3 -3
- package/src/Components/Icons/16x16/WorkflowFlow.tsx +3 -3
- package/src/Components/Icons/16x16/Wow.tsx +3 -3
- package/src/Components/Icons/16x16/WrappedLines.tsx +3 -3
- package/src/Components/Icons/16x16/Xamarin.tsx +4 -4
- package/src/Components/Icons/24x24/Addons.tsx +2 -2
- package/src/Components/Icons/24x24/AddonsTuorqouise.tsx +6 -6
- package/src/Components/Icons/24x24/AddonsViolet.tsx +6 -6
- package/src/Components/Icons/24x24/AddonsWhite.tsx +6 -6
- package/src/Components/Icons/24x24/Agent.tsx +3 -3
- package/src/Components/Icons/24x24/Anchor.tsx +2 -2
- package/src/Components/Icons/24x24/Android.tsx +2 -2
- package/src/Components/Icons/24x24/App.tsx +2 -2
- package/src/Components/Icons/24x24/Apple.tsx +2 -2
- package/src/Components/Icons/24x24/AppleFill.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowDown.tsx +2 -2
- package/src/Components/Icons/24x24/ArrowLeft.tsx +2 -2
- package/src/Components/Icons/24x24/ArrowMoveDown.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowMoveLeft.tsx +2 -2
- package/src/Components/Icons/24x24/ArrowMoveRight.tsx +2 -2
- package/src/Components/Icons/24x24/ArrowMoveUp.tsx +2 -2
- package/src/Components/Icons/24x24/ArrowQuit.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowRight.tsx +2 -2
- package/src/Components/Icons/24x24/ArrowUp.tsx +2 -2
- package/src/Components/Icons/24x24/Badge3rdParty.tsx +2 -2
- package/src/Components/Icons/24x24/BadgeBitrise.tsx +2 -2
- package/src/Components/Icons/24x24/Bazel.tsx +8 -8
- package/src/Components/Icons/24x24/Bell.tsx +2 -2
- package/src/Components/Icons/24x24/Bitbot.tsx +2 -2
- package/src/Components/Icons/24x24/BitbotError.tsx +2 -2
- package/src/Components/Icons/24x24/BitbucketBlue.tsx +3 -3
- package/src/Components/Icons/24x24/BitbucketPlain.tsx +2 -2
- package/src/Components/Icons/24x24/BitbucketShadedWhite.tsx +9 -9
- package/src/Components/Icons/24x24/Book.tsx +2 -2
- package/src/Components/Icons/24x24/BoxWithArrowDown.tsx +2 -2
- package/src/Components/Icons/24x24/BoxWithDot.tsx +2 -2
- package/src/Components/Icons/24x24/Branch.tsx +3 -3
- package/src/Components/Icons/24x24/Bug.tsx +2 -2
- package/src/Components/Icons/24x24/Build.tsx +2 -2
- package/src/Components/Icons/24x24/BuildCache.tsx +2 -2
- package/src/Components/Icons/24x24/BuildCacheSolid.tsx +3 -3
- package/src/Components/Icons/24x24/BuildTest.tsx +2 -2
- package/src/Components/Icons/24x24/BuildTestSolid.tsx +2 -2
- package/src/Components/Icons/24x24/BuildstatusAborted.tsx +3 -3
- package/src/Components/Icons/24x24/BuildstatusAbortedSolid.tsx +2 -2
- package/src/Components/Icons/24x24/BuildstatusFailed.tsx +2 -2
- package/src/Components/Icons/24x24/BuildstatusFailedSolid.tsx +2 -2
- package/src/Components/Icons/24x24/BuildstatusLoading.tsx +3 -3
- package/src/Components/Icons/24x24/BuildstatusLoadingAnimated.tsx +11 -11
- package/src/Components/Icons/24x24/BuildstatusNeverbuilt.tsx +2 -2
- package/src/Components/Icons/24x24/BuildstatusProgressEggplant.tsx +6 -6
- package/src/Components/Icons/24x24/BuildstatusProgressWhite.tsx +3 -3
- package/src/Components/Icons/24x24/BuildstatusSuccessful.tsx +3 -3
- package/src/Components/Icons/24x24/BuildstatusSuccessfulSolid.tsx +2 -2
- package/src/Components/Icons/24x24/Bulletpoint.tsx +2 -2
- package/src/Components/Icons/24x24/Cache.tsx +2 -2
- package/src/Components/Icons/24x24/Calendar.tsx +2 -2
- package/src/Components/Icons/24x24/ChangePlan.tsx +1 -1
- package/src/Components/Icons/24x24/Chat.tsx +2 -2
- package/src/Components/Icons/24x24/ChatMessage.tsx +2 -2
- package/src/Components/Icons/24x24/CheckCircle.tsx +2 -2
- package/src/Components/Icons/24x24/ChevronDown.tsx +2 -2
- package/src/Components/Icons/24x24/ChevronLeft.tsx +2 -2
- package/src/Components/Icons/24x24/ChevronRight.tsx +2 -2
- package/src/Components/Icons/24x24/ChevronUp.tsx +2 -2
- package/src/Components/Icons/24x24/Clock.tsx +2 -2
- package/src/Components/Icons/24x24/CloseSmall.tsx +2 -2
- package/src/Components/Icons/24x24/Code.tsx +1 -1
- package/src/Components/Icons/24x24/CodeSigning.tsx +2 -2
- package/src/Components/Icons/24x24/Coffee.tsx +2 -2
- package/src/Components/Icons/24x24/Commit.tsx +2 -2
- package/src/Components/Icons/24x24/Conference.tsx +2 -2
- package/src/Components/Icons/24x24/ConnectedAccounts.tsx +2 -2
- package/src/Components/Icons/24x24/Cordova.tsx +2 -2
- package/src/Components/Icons/24x24/Cpu.tsx +2 -2
- package/src/Components/Icons/24x24/Creditcard.tsx +2 -2
- package/src/Components/Icons/24x24/Credits.tsx +3 -3
- package/src/Components/Icons/24x24/Cycle.tsx +2 -2
- package/src/Components/Icons/24x24/DeleteNope.tsx +2 -2
- package/src/Components/Icons/24x24/Deployment.tsx +2 -2
- package/src/Components/Icons/24x24/Details.tsx +2 -2
- package/src/Components/Icons/24x24/Doc.tsx +2 -2
- package/src/Components/Icons/24x24/Dollars.tsx +2 -2
- package/src/Components/Icons/24x24/Download.tsx +2 -2
- package/src/Components/Icons/24x24/DropdownArrows.tsx +2 -2
- package/src/Components/Icons/24x24/Dudes.tsx +2 -2
- package/src/Components/Icons/24x24/Duplicate.tsx +2 -2
- package/src/Components/Icons/24x24/Enterprise.tsx +2 -2
- package/src/Components/Icons/24x24/ErrorGeneral.tsx +2 -2
- package/src/Components/Icons/24x24/Expand.tsx +1 -1
- package/src/Components/Icons/24x24/Fastlane.tsx +2 -2
- package/src/Components/Icons/24x24/FileDoc.tsx +2 -2
- package/src/Components/Icons/24x24/FilePdf.tsx +2 -2
- package/src/Components/Icons/24x24/FilePlist.tsx +2 -2
- package/src/Components/Icons/24x24/FileZip.tsx +2 -2
- package/src/Components/Icons/24x24/Filter.tsx +1 -1
- package/src/Components/Icons/24x24/Flag.tsx +2 -2
- package/src/Components/Icons/24x24/Flutter.tsx +1 -1
- package/src/Components/Icons/24x24/Folder.tsx +2 -2
- package/src/Components/Icons/24x24/Fullscreen.tsx +1 -1
- package/src/Components/Icons/24x24/FullscreenExit.tsx +1 -1
- package/src/Components/Icons/24x24/Gauge.tsx +2 -2
- package/src/Components/Icons/24x24/Github.tsx +2 -2
- package/src/Components/Icons/24x24/GitlabColor.tsx +1 -1
- package/src/Components/Icons/24x24/GitlabPlain.tsx +2 -2
- package/src/Components/Icons/24x24/GitlabShadedWhite.tsx +7 -7
- package/src/Components/Icons/24x24/Globe.tsx +2 -2
- package/src/Components/Icons/24x24/Go.tsx +4 -4
- package/src/Components/Icons/24x24/GoogleColor.tsx +6 -6
- package/src/Components/Icons/24x24/Gradle.tsx +3 -3
- package/src/Components/Icons/24x24/Group.tsx +2 -2
- package/src/Components/Icons/24x24/Heart.tsx +2 -2
- package/src/Components/Icons/24x24/HidePassword.tsx +2 -2
- package/src/Components/Icons/24x24/History.tsx +2 -2
- package/src/Components/Icons/24x24/Image.tsx +2 -2
- package/src/Components/Icons/24x24/Info.tsx +2 -2
- package/src/Components/Icons/24x24/Insights.tsx +2 -2
- package/src/Components/Icons/24x24/InsightsSolid.tsx +2 -2
- package/src/Components/Icons/24x24/Interaction.tsx +2 -2
- package/src/Components/Icons/24x24/Invoice.tsx +2 -2
- package/src/Components/Icons/24x24/Ionic.tsx +2 -2
- package/src/Components/Icons/24x24/Japanese.tsx +2 -2
- package/src/Components/Icons/24x24/Key.tsx +2 -2
- package/src/Components/Icons/24x24/Laptop.tsx +2 -2
- package/src/Components/Icons/24x24/LaunchDarkly.tsx +1 -1
- package/src/Components/Icons/24x24/Lightbulb.tsx +2 -2
- package/src/Components/Icons/24x24/Link.tsx +1 -1
- package/src/Components/Icons/24x24/Lock.tsx +2 -2
- package/src/Components/Icons/24x24/LockOpen.tsx +2 -2
- package/src/Components/Icons/24x24/Login.tsx +2 -2
- package/src/Components/Icons/24x24/Logout.tsx +2 -2
- package/src/Components/Icons/24x24/Macos.tsx +2 -2
- package/src/Components/Icons/24x24/Magnifier.tsx +2 -2
- package/src/Components/Icons/24x24/Mail.tsx +2 -2
- package/src/Components/Icons/24x24/MenuGrid.tsx +2 -2
- package/src/Components/Icons/24x24/MenuHamburger.tsx +2 -2
- package/src/Components/Icons/24x24/Message.tsx +2 -2
- package/src/Components/Icons/24x24/MinusClose.tsx +2 -2
- package/src/Components/Icons/24x24/MinusRemove.tsx +2 -2
- package/src/Components/Icons/24x24/Mobile.tsx +2 -2
- package/src/Components/Icons/24x24/MonitorChart.tsx +2 -2
- package/src/Components/Icons/24x24/MoreHorizontal.tsx +2 -2
- package/src/Components/Icons/24x24/MoreVertical.tsx +2 -2
- package/src/Components/Icons/24x24/News.tsx +2 -2
- package/src/Components/Icons/24x24/NoTie.tsx +2 -2
- package/src/Components/Icons/24x24/Nodejs.tsx +2 -2
- package/src/Components/Icons/24x24/Numero.tsx +2 -2
- package/src/Components/Icons/24x24/OpenInBrowser.tsx +2 -2
- package/src/Components/Icons/24x24/Other.tsx +3 -3
- package/src/Components/Icons/24x24/OverflowingLines.tsx +3 -3
- package/src/Components/Icons/24x24/Overview.tsx +2 -2
- package/src/Components/Icons/24x24/Owner.tsx +2 -2
- package/src/Components/Icons/24x24/Pause.tsx +2 -2
- package/src/Components/Icons/24x24/Pencil.tsx +2 -2
- package/src/Components/Icons/24x24/Percent.tsx +2 -2
- package/src/Components/Icons/24x24/Person.tsx +2 -2
- package/src/Components/Icons/24x24/Play.tsx +2 -2
- package/src/Components/Icons/24x24/PlusAdd.tsx +2 -2
- package/src/Components/Icons/24x24/PlusOpen.tsx +2 -2
- package/src/Components/Icons/24x24/Podcast.tsx +2 -2
- package/src/Components/Icons/24x24/Power.tsx +1 -1
- package/src/Components/Icons/24x24/ProgressEggplant.tsx +5 -5
- package/src/Components/Icons/24x24/ProgressViolet.tsx +5 -5
- package/src/Components/Icons/24x24/ProgressWhite.tsx +5 -5
- package/src/Components/Icons/24x24/Pull.tsx +2 -2
- package/src/Components/Icons/24x24/Push.tsx +3 -3
- package/src/Components/Icons/24x24/ReactIcon.tsx +2 -2
- package/src/Components/Icons/24x24/Refresh.tsx +1 -1
- package/src/Components/Icons/24x24/Release.tsx +2 -2
- package/src/Components/Icons/24x24/ReleaseSolid.tsx +2 -2
- package/src/Components/Icons/24x24/Replace.tsx +2 -2
- package/src/Components/Icons/24x24/Request.tsx +1 -1
- package/src/Components/Icons/24x24/Responsiveness.tsx +1 -1
- package/src/Components/Icons/24x24/Save.tsx +2 -2
- package/src/Components/Icons/24x24/Screenshare.tsx +2 -2
- package/src/Components/Icons/24x24/SecurityShield.tsx +2 -2
- package/src/Components/Icons/24x24/Settings.tsx +2 -2
- package/src/Components/Icons/24x24/SettingsSolid.tsx +2 -2
- package/src/Components/Icons/24x24/Ship.tsx +2 -2
- package/src/Components/Icons/24x24/ShowPassword.tsx +2 -2
- package/src/Components/Icons/24x24/Shuffle.tsx +2 -2
- package/src/Components/Icons/24x24/Siren.tsx +1 -1
- package/src/Components/Icons/24x24/Sort.tsx +2 -2
- package/src/Components/Icons/24x24/SortArrows.tsx +2 -2
- package/src/Components/Icons/24x24/Stability.tsx +2 -2
- package/src/Components/Icons/24x24/Stack.tsx +2 -2
- package/src/Components/Icons/24x24/StageCurrent.tsx +2 -2
- package/src/Components/Icons/24x24/StageIncomplete.tsx +2 -2
- package/src/Components/Icons/24x24/Star.tsx +2 -2
- package/src/Components/Icons/24x24/Status.tsx +3 -3
- package/src/Components/Icons/24x24/StepUpgrade.tsx +2 -2
- package/src/Components/Icons/24x24/StepVersionOk.tsx +2 -2
- package/src/Components/Icons/24x24/Steps.tsx +2 -2
- package/src/Components/Icons/24x24/StepsTuorqouise.tsx +6 -6
- package/src/Components/Icons/24x24/StepsViolet.tsx +6 -6
- package/src/Components/Icons/24x24/StepsWhite.tsx +6 -6
- package/src/Components/Icons/24x24/StepstatusSkip.tsx +2 -2
- package/src/Components/Icons/24x24/StepstatusWarning.tsx +2 -2
- package/src/Components/Icons/24x24/Stopwatch.tsx +2 -2
- package/src/Components/Icons/24x24/Support.tsx +2 -2
- package/src/Components/Icons/24x24/Swag.tsx +1 -1
- package/src/Components/Icons/24x24/Tag.tsx +2 -2
- package/src/Components/Icons/24x24/TestFailed.tsx +2 -2
- package/src/Components/Icons/24x24/TestInconclusive.tsx +2 -2
- package/src/Components/Icons/24x24/TestInfo.tsx +2 -2
- package/src/Components/Icons/24x24/TestInprogress.tsx +2 -2
- package/src/Components/Icons/24x24/TestSkipped.tsx +2 -2
- package/src/Components/Icons/24x24/TestSuccess.tsx +2 -2
- package/src/Components/Icons/24x24/TestWarning.tsx +2 -2
- package/src/Components/Icons/24x24/Testing.tsx +2 -2
- package/src/Components/Icons/24x24/Tick.tsx +2 -2
- package/src/Components/Icons/24x24/Time.tsx +2 -2
- package/src/Components/Icons/24x24/Tools.tsx +1 -1
- package/src/Components/Icons/24x24/Trace.tsx +1 -1
- package/src/Components/Icons/24x24/Trash.tsx +2 -2
- package/src/Components/Icons/24x24/Trigger.tsx +2 -2
- package/src/Components/Icons/24x24/Twitter.tsx +2 -2
- package/src/Components/Icons/24x24/Upload.tsx +1 -1
- package/src/Components/Icons/24x24/ValidateShield.tsx +2 -2
- package/src/Components/Icons/24x24/Video.tsx +3 -3
- package/src/Components/Icons/24x24/Warning.tsx +2 -2
- package/src/Components/Icons/24x24/WarningColored.tsx +2 -2
- package/src/Components/Icons/24x24/WebUi.tsx +2 -2
- package/src/Components/Icons/24x24/Webhooks.tsx +1 -1
- package/src/Components/Icons/24x24/Webinar.tsx +2 -2
- package/src/Components/Icons/24x24/Window.tsx +2 -2
- package/src/Components/Icons/24x24/Workflow.tsx +2 -2
- package/src/Components/Icons/24x24/WorkflowFlow.tsx +2 -2
- package/src/Components/Icons/24x24/Wow.tsx +2 -2
- package/src/Components/Icons/24x24/WrappedLines.tsx +3 -3
- package/src/Components/Icons/24x24/Xamarin.tsx +2 -2
- package/src/Components/Image/Image.tsx +1 -1
- package/src/Components/LightBox/LightBox.tsx +3 -3
- package/src/Components/Link/Link.theme.ts +4 -4
- package/src/Components/Link/Link.tsx +1 -1
- package/src/Components/LinkBox/LinkBox.tsx +1 -1
- package/src/Components/LinkOverlay/LinkOverlay.tsx +1 -1
- package/src/Components/List/List.theme.ts +1 -1
- package/src/Components/List/List.tsx +1 -1
- package/src/Components/List/ListItem.tsx +1 -1
- package/src/Components/Menu/Menu.theme.ts +27 -27
- package/src/Components/Menu/MenuButton.tsx +1 -1
- package/src/Components/Menu/MenuItem.tsx +6 -6
- package/src/Components/Menu/MenuList.tsx +1 -1
- package/src/Components/Note/Note.theme.ts +47 -47
- package/src/Components/Note/Note.tsx +3 -3
- package/src/Components/Note/NoteMarkdownContent.tsx +17 -17
- package/src/Components/Notification/Notification.tsx +10 -10
- package/src/Components/NumberInput/NumberInput.theme.ts +14 -14
- package/src/Components/Popover/Popover.theme.ts +3 -3
- package/src/Components/Popover/Popover.tsx +1 -1
- package/src/Components/Popover/PopoverArrow.tsx +1 -1
- package/src/Components/ProgressBitbot/ProgressBitbot.tsx +2 -2
- package/src/Components/ProgressIndicator/ProgressIndicator.theme.ts +24 -24
- package/src/Components/ProgressIndicator/ProgressIndicator.tsx +13 -13
- package/src/Components/ProgressSpinner/ProgressSpinner.tsx +2 -2
- package/src/Components/Provider/Provider.tsx +1 -1
- package/src/Components/Ribbon/Ribbon.tsx +10 -10
- package/src/Components/SearchInput/SearchInput.tsx +2 -2
- package/src/Components/SegmentedControl/SegmentedControl.theme.ts +26 -26
- package/src/Components/SegmentedControl/SegmentedControl.tsx +3 -3
- package/src/Components/SegmentedControl/SegmentedControlItem.tsx +1 -1
- package/src/Components/Select/Select.theme.ts +20 -20
- package/src/Components/Select/Select.tsx +7 -7
- package/src/Components/Sidebar/Sidebar.tsx +6 -6
- package/src/Components/Sidebar/SidebarItem.theme.ts +30 -30
- package/src/Components/Sidebar/SidebarItem.tsx +11 -11
- package/src/Components/Skeleton/Skeleton.theme.ts +9 -9
- package/src/Components/Skeleton/Skeleton.tsx +3 -3
- package/src/Components/Slider/Slider.theme.ts +27 -27
- package/src/Components/Table/CheckableRow.tsx +3 -3
- package/src/Components/Table/SelectableRow.tsx +3 -3
- package/src/Components/Table/Table.theme.ts +63 -61
- package/src/Components/Table/Table.tsx +2 -2
- package/src/Components/Table/TableCaption.tsx +2 -2
- package/src/Components/Table/TableContainer.tsx +1 -1
- package/src/Components/Table/TableIconButton.tsx +5 -5
- package/src/Components/Table/TablePagination.tsx +16 -16
- package/src/Components/Table/Tbody.tsx +1 -1
- package/src/Components/Table/Td.tsx +1 -1
- package/src/Components/Table/Th.tsx +4 -4
- package/src/Components/Table/Thead.tsx +1 -1
- package/src/Components/Table/Tr.tsx +6 -6
- package/src/Components/Tabs/ContainedTab.tsx +1 -1
- package/src/Components/Tabs/Tab.tsx +1 -1
- package/src/Components/Tabs/TabList.tsx +1 -1
- package/src/Components/Tabs/TabPanel.tsx +1 -1
- package/src/Components/Tabs/TabPanels.tsx +1 -1
- package/src/Components/Tabs/Tabs.theme.ts +56 -56
- package/src/Components/Tabs/Tabs.tsx +2 -2
- package/src/Components/Tag/Tag.theme.ts +41 -41
- package/src/Components/Tag/Tag.tsx +2 -2
- package/src/Components/Text/Text.tsx +2 -2
- package/src/Components/Toast/Toast.tsx +4 -4
- package/src/Components/Toggle/Toggle.theme.ts +57 -57
- package/src/Components/Toggle/Toggle.tsx +2 -2
- package/src/Components/Toggletip/Toggletip.theme.ts +2 -2
- package/src/Components/Toggletip/Toggletip.tsx +3 -3
- package/src/Components/Tooltip/Tooltip.theme.ts +2 -2
- package/src/Components/Tooltip/Tooltip.tsx +5 -5
- package/src/Foundations/Breakpoints/Breakpoints.ts +1 -1
- package/src/Foundations/Colors/Colors.tsx +2 -2
- package/src/Foundations/Colors/CommonTokens.tsx +2 -2
- package/src/Foundations/Colors/SystemTokens.tsx +2 -2
- package/src/Foundations/Icons/figmaIcons.ts +239 -239
- package/src/Foundations/Shadows/Shadows.ts +5 -5
- package/src/Foundations/Themes/Alert.theme.ts +12 -12
- package/src/Foundations/Typography/Typography.ts +2 -2
- package/src/Foundations/Zindex/Zindex.ts +5 -5
- package/src/Foundations/docComponents/TokenTable.tsx +1 -1
- package/src/hooks/useResponsive.ts +1 -1
- package/src/index.ts +3 -0
- package/src/theme.ts +54 -54
- package/src/tokens/tokens.ts +4 -4
- package/src/utils/utils.ts +1 -1
|
@@ -4,35 +4,26 @@ const FilterSwitch = {
|
|
|
4
4
|
baseStyle: () => {
|
|
5
5
|
return {
|
|
6
6
|
container: {
|
|
7
|
-
color: 'neutral.40',
|
|
8
7
|
background: 'neutral.95',
|
|
9
8
|
border: '1px solid',
|
|
10
9
|
borderColor: 'neutral.80',
|
|
11
|
-
display: 'flex',
|
|
12
10
|
borderRadius: '4',
|
|
11
|
+
color: 'neutral.40',
|
|
12
|
+
display: 'flex',
|
|
13
13
|
},
|
|
14
14
|
item: {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
lineHeight: rem(20),
|
|
25
|
-
display: 'flex',
|
|
26
|
-
alignItems: 'center',
|
|
27
|
-
gap: '4',
|
|
28
|
-
borderLeft: '1px solid',
|
|
29
|
-
borderLeftColor: 'neutral.80',
|
|
15
|
+
_active: {
|
|
16
|
+
background: 'neutral.100',
|
|
17
|
+
color: 'purple.10',
|
|
18
|
+
},
|
|
19
|
+
_checked: {
|
|
20
|
+
background: 'neutral.100',
|
|
21
|
+
color: 'purple.10',
|
|
22
|
+
cursor: 'default',
|
|
23
|
+
},
|
|
30
24
|
_first: {
|
|
31
|
-
borderLeftRadius: '4',
|
|
32
25
|
borderLeft: 'none',
|
|
33
|
-
|
|
34
|
-
_last: {
|
|
35
|
-
borderRightRadius: '4',
|
|
26
|
+
borderLeftRadius: '4',
|
|
36
27
|
},
|
|
37
28
|
_focusVisible: {
|
|
38
29
|
boxShadow: 'outline',
|
|
@@ -41,15 +32,24 @@ const FilterSwitch = {
|
|
|
41
32
|
_hover: {
|
|
42
33
|
background: 'neutral.100',
|
|
43
34
|
},
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
background: 'neutral.100',
|
|
47
|
-
},
|
|
48
|
-
_checked: {
|
|
49
|
-
background: 'neutral.100',
|
|
50
|
-
color: 'purple.10',
|
|
51
|
-
cursor: 'default',
|
|
35
|
+
_last: {
|
|
36
|
+
borderRightRadius: '4',
|
|
52
37
|
},
|
|
38
|
+
alignItems: 'center',
|
|
39
|
+
borderLeft: '1px solid',
|
|
40
|
+
borderLeftColor: 'neutral.80',
|
|
41
|
+
cursor: 'pointer',
|
|
42
|
+
display: 'flex',
|
|
43
|
+
fontSize: rem(14),
|
|
44
|
+
gap: '4',
|
|
45
|
+
lineHeight: rem(20),
|
|
46
|
+
overflow: 'hidden',
|
|
47
|
+
paddingBlock: rem(5),
|
|
48
|
+
paddingInline: rem(11),
|
|
49
|
+
position: 'relative',
|
|
50
|
+
textOverflow: 'ellipsis',
|
|
51
|
+
whiteSpace: 'nowrap',
|
|
52
|
+
zIndex: 0,
|
|
53
53
|
},
|
|
54
54
|
};
|
|
55
55
|
},
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
|
-
RadioProps as ChakraRadioProps,
|
|
3
|
-
forwardRef,
|
|
4
2
|
chakra,
|
|
5
|
-
|
|
3
|
+
forwardRef,
|
|
4
|
+
RadioProps as ChakraRadioProps,
|
|
6
5
|
useMultiStyleConfig,
|
|
6
|
+
useRadio,
|
|
7
7
|
useRadioGroupContext,
|
|
8
8
|
} from '@chakra-ui/react';
|
|
9
9
|
import { omitThemingProps } from '@chakra-ui/styled-system';
|
|
@@ -36,13 +36,13 @@ const FilterSwitch = forwardRef<FilterSwitchProps, 'input'>((props, ref) => {
|
|
|
36
36
|
|
|
37
37
|
const { name } = group;
|
|
38
38
|
|
|
39
|
-
const { getInputProps, getLabelProps
|
|
39
|
+
const { getCheckboxProps, getInputProps, getLabelProps } = useRadio({
|
|
40
40
|
...rest,
|
|
41
41
|
isChecked,
|
|
42
|
-
isFocusable,
|
|
43
42
|
isDisabled,
|
|
44
|
-
|
|
43
|
+
isFocusable,
|
|
45
44
|
name,
|
|
45
|
+
onChange: group.onChange,
|
|
46
46
|
});
|
|
47
47
|
|
|
48
48
|
return (
|
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
const CheckboxTheme = {
|
|
2
2
|
baseStyle: {
|
|
3
|
-
icon: {
|
|
4
|
-
color: 'neutral.100',
|
|
5
|
-
},
|
|
6
3
|
container: {
|
|
7
|
-
|
|
4
|
+
':hover > span:first-of-type': {
|
|
5
|
+
borderColor: 'neutral.70',
|
|
6
|
+
},
|
|
8
7
|
_disabled: {
|
|
9
|
-
cursor: 'not-allowed',
|
|
10
8
|
':hover > span:first-of-type': {
|
|
11
9
|
borderColor: 'neutral.90',
|
|
12
10
|
},
|
|
11
|
+
cursor: 'not-allowed',
|
|
13
12
|
},
|
|
14
|
-
|
|
15
|
-
borderColor: 'neutral.70',
|
|
16
|
-
},
|
|
13
|
+
alignItems: 'flex-start',
|
|
17
14
|
},
|
|
18
15
|
control: {
|
|
19
|
-
width: '24',
|
|
20
|
-
height: '24',
|
|
21
|
-
border: '1px solid',
|
|
22
|
-
borderColor: 'neutral.90',
|
|
23
|
-
borderRadius: '4',
|
|
24
|
-
boxShadow: 'inner',
|
|
25
|
-
transitionDuration: '200ms',
|
|
26
16
|
_checked: {
|
|
27
|
-
backgroundColor: 'purple.50',
|
|
28
17
|
_disabled: {
|
|
29
18
|
backgroundColor: 'neutral.80',
|
|
30
19
|
},
|
|
20
|
+
backgroundColor: 'purple.50',
|
|
31
21
|
},
|
|
32
|
-
|
|
33
|
-
|
|
22
|
+
_disabled: {
|
|
23
|
+
backgroundColor: 'neutral.93',
|
|
24
|
+
borderColor: 'neutral.90',
|
|
25
|
+
cursor: 'not-allowed',
|
|
34
26
|
},
|
|
35
27
|
_focusVisible: {
|
|
36
28
|
boxShadow: 'formFocus',
|
|
37
29
|
},
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
backgroundColor: 'neutral.93',
|
|
41
|
-
borderColor: 'neutral.90',
|
|
30
|
+
_hover: {
|
|
31
|
+
borderColor: 'neutral.70',
|
|
42
32
|
},
|
|
33
|
+
border: '1px solid',
|
|
34
|
+
borderColor: 'neutral.90',
|
|
35
|
+
borderRadius: '4',
|
|
36
|
+
boxShadow: 'inner',
|
|
37
|
+
height: '24',
|
|
38
|
+
transitionDuration: '200ms',
|
|
39
|
+
width: '24',
|
|
40
|
+
},
|
|
41
|
+
icon: {
|
|
42
|
+
color: 'neutral.100',
|
|
43
43
|
},
|
|
44
44
|
label: {
|
|
45
|
-
|
|
46
|
-
display: 'flex',
|
|
45
|
+
_disabled: { color: 'neutral.60' },
|
|
47
46
|
alignItems: 'center',
|
|
47
|
+
display: 'flex',
|
|
48
48
|
gap: '4',
|
|
49
|
-
|
|
49
|
+
userSelect: 'none',
|
|
50
50
|
},
|
|
51
51
|
},
|
|
52
52
|
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { useState } from 'react';
|
|
2
|
+
import { forwardRef } from '@chakra-ui/react';
|
|
3
|
+
import DatePicker from '../../DatePicker/DatePicker';
|
|
4
|
+
import IconButton from '../../IconButton/IconButton';
|
|
5
|
+
import Input, { InputProps } from '../Input/Input';
|
|
6
|
+
|
|
7
|
+
export type DateInputProps = Omit<InputProps, 'value' | 'onChange' | 'placeholder'> & {
|
|
8
|
+
onCalendarClick?(): void;
|
|
9
|
+
value?: string;
|
|
10
|
+
onChange?(value: string): void;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
const DateInput = forwardRef<DateInputProps, 'div'>((props, ref) => {
|
|
14
|
+
const { onCalendarClick, onChange, value, ...rest } = props;
|
|
15
|
+
const [isDatePickerVisible, setIsDatePickerVisible] = useState(false);
|
|
16
|
+
|
|
17
|
+
const rightButton = (
|
|
18
|
+
<IconButton
|
|
19
|
+
_active={{ background: 'transparent' }}
|
|
20
|
+
_hover={{ background: 'transparent' }}
|
|
21
|
+
aria-label="Show date picker"
|
|
22
|
+
color="icon.tertiary"
|
|
23
|
+
iconName="Calendar"
|
|
24
|
+
onClick={() => setIsDatePickerVisible(true)}
|
|
25
|
+
variant="tertiary"
|
|
26
|
+
/>
|
|
27
|
+
);
|
|
28
|
+
|
|
29
|
+
return (
|
|
30
|
+
<DatePicker
|
|
31
|
+
mode="day"
|
|
32
|
+
onApply={(day) => onChange?.(day?.toLocaleString() || '')}
|
|
33
|
+
onClose={() => setIsDatePickerVisible(false)}
|
|
34
|
+
variant="default"
|
|
35
|
+
visible={isDatePickerVisible}
|
|
36
|
+
>
|
|
37
|
+
<Input
|
|
38
|
+
{...rest}
|
|
39
|
+
ref={ref}
|
|
40
|
+
onChange={(e) => onChange?.(e.target.value)}
|
|
41
|
+
placeholder="dd/mm/yyyy"
|
|
42
|
+
rightAddon={rightButton}
|
|
43
|
+
rightAddonPlacement="inside"
|
|
44
|
+
value={value}
|
|
45
|
+
/>
|
|
46
|
+
</DatePicker>
|
|
47
|
+
);
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
export default DateInput;
|
|
@@ -5,25 +5,18 @@ const { defineMultiStyleConfig } = createMultiStyleConfigHelpers(['container', '
|
|
|
5
5
|
const getContainerType = (hasSelectedFiles?: boolean) => {
|
|
6
6
|
if (hasSelectedFiles) {
|
|
7
7
|
return {
|
|
8
|
-
display: 'flex',
|
|
9
8
|
alignItems: 'center',
|
|
10
|
-
justifyContent: 'space-between',
|
|
11
|
-
borderRadius: '8',
|
|
12
9
|
backgroundColor: 'neutral.100',
|
|
13
|
-
paddingX: '24',
|
|
14
|
-
paddingY: '16',
|
|
15
10
|
border: '1px solid',
|
|
16
11
|
borderColor: 'neutral.90',
|
|
12
|
+
borderRadius: '8',
|
|
13
|
+
display: 'flex',
|
|
14
|
+
justifyContent: 'space-between',
|
|
15
|
+
paddingX: '24',
|
|
16
|
+
paddingY: '16',
|
|
17
17
|
};
|
|
18
18
|
}
|
|
19
19
|
return {
|
|
20
|
-
borderRadius: '8',
|
|
21
|
-
backgroundColor: 'neutral.95',
|
|
22
|
-
padding: '8',
|
|
23
|
-
cursor: 'pointer',
|
|
24
|
-
_hover: {
|
|
25
|
-
backgroundColor: 'purple.93',
|
|
26
|
-
},
|
|
27
20
|
_active: {
|
|
28
21
|
backgroundColor: 'purple.93',
|
|
29
22
|
},
|
|
@@ -35,26 +28,26 @@ const getContainerType = (hasSelectedFiles?: boolean) => {
|
|
|
35
28
|
backgroundColor: 'neutral.95',
|
|
36
29
|
},
|
|
37
30
|
},
|
|
31
|
+
_hover: {
|
|
32
|
+
backgroundColor: 'purple.93',
|
|
33
|
+
},
|
|
34
|
+
backgroundColor: 'neutral.95',
|
|
35
|
+
borderRadius: '8',
|
|
36
|
+
cursor: 'pointer',
|
|
37
|
+
padding: '8',
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
40
|
|
|
41
41
|
const FileInputTheme = defineMultiStyleConfig({
|
|
42
42
|
baseStyle: ({ hasSelectedFiles }) => ({
|
|
43
43
|
container: getContainerType(hasSelectedFiles),
|
|
44
|
+
input: {
|
|
45
|
+
display: 'none',
|
|
46
|
+
},
|
|
44
47
|
label: {
|
|
45
|
-
display: 'flex',
|
|
46
|
-
alignItems: 'center',
|
|
47
|
-
justifyContent: 'center',
|
|
48
|
-
gap: '8',
|
|
49
|
-
padding: '24',
|
|
50
|
-
border: '1px dashed',
|
|
51
|
-
borderColor: 'purple.50',
|
|
52
|
-
borderRadius: '4',
|
|
53
|
-
color: 'purple.50',
|
|
54
|
-
cursor: 'pointer',
|
|
55
48
|
_active: {
|
|
56
|
-
color: 'purple.10',
|
|
57
49
|
borderColor: 'purple.10',
|
|
50
|
+
color: 'purple.10',
|
|
58
51
|
},
|
|
59
52
|
_disabled: {
|
|
60
53
|
borderColor: 'neutral.60',
|
|
@@ -65,9 +58,16 @@ const FileInputTheme = defineMultiStyleConfig({
|
|
|
65
58
|
borderColor: 'red.50',
|
|
66
59
|
color: 'red.50',
|
|
67
60
|
},
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
61
|
+
alignItems: 'center',
|
|
62
|
+
border: '1px dashed',
|
|
63
|
+
borderColor: 'purple.50',
|
|
64
|
+
borderRadius: '4',
|
|
65
|
+
color: 'purple.50',
|
|
66
|
+
cursor: 'pointer',
|
|
67
|
+
display: 'flex',
|
|
68
|
+
gap: '8',
|
|
69
|
+
justifyContent: 'center',
|
|
70
|
+
padding: '24',
|
|
71
71
|
},
|
|
72
72
|
}),
|
|
73
73
|
});
|
|
@@ -94,29 +94,29 @@ const FileInput = forwardRef<FileInputProps, 'div'>((props, ref) => {
|
|
|
94
94
|
const isInputInvalid = isInvalid || !!internalErrorMessage;
|
|
95
95
|
|
|
96
96
|
return (
|
|
97
|
-
<FormControl {...rest} isDisabled={isDisabled} isInvalid={isInputInvalid}
|
|
97
|
+
<FormControl {...rest} ref={ref} isDisabled={isDisabled} isInvalid={isInputInvalid}>
|
|
98
98
|
<Box __css={style.container} data-disabled={isDisabled || undefined} gap="10px">
|
|
99
99
|
{selectedFileNames.length > 0 ? (
|
|
100
100
|
<>
|
|
101
|
-
<Box textOverflow="ellipsis" whiteSpace="nowrap"
|
|
102
|
-
<Text as="h6"
|
|
101
|
+
<Box overflow="hidden" textOverflow="ellipsis" whiteSpace="nowrap">
|
|
102
|
+
<Text as="h6" fontWeight="bold" size="2">
|
|
103
103
|
Selected file
|
|
104
104
|
</Text>
|
|
105
105
|
<Text as="span">{selectedFileNames[0]}</Text>
|
|
106
106
|
</Box>
|
|
107
|
-
<Button leftIconName="MinusRemove" size="small" variant="secondary"
|
|
107
|
+
<Button flexShrink={0} leftIconName="MinusRemove" onClick={onRemoveClick} size="small" variant="secondary">
|
|
108
108
|
Remove
|
|
109
109
|
</Button>
|
|
110
110
|
</>
|
|
111
111
|
) : (
|
|
112
112
|
<Box
|
|
113
|
-
|
|
113
|
+
__css={style.label}
|
|
114
114
|
aria-disabled={isDisabled || undefined}
|
|
115
|
+
as="label"
|
|
115
116
|
data-invalid={isInputInvalid || undefined}
|
|
116
117
|
htmlFor={id}
|
|
117
118
|
onDragOver={onDragOver}
|
|
118
119
|
onDrop={onDrop}
|
|
119
|
-
__css={style.label}
|
|
120
120
|
>
|
|
121
121
|
<Icon name="Upload" size="24" />
|
|
122
122
|
{isDisabled && disabledLabel ? disabledLabel : label}
|
|
@@ -132,16 +132,16 @@ const FileInput = forwardRef<FileInputProps, 'div'>((props, ref) => {
|
|
|
132
132
|
</FormHelperText>
|
|
133
133
|
)}
|
|
134
134
|
<Box
|
|
135
|
-
|
|
136
|
-
|
|
135
|
+
ref={inputRef}
|
|
136
|
+
__css={style.input}
|
|
137
137
|
accept={accept}
|
|
138
|
+
aria-hidden="true"
|
|
139
|
+
as="input"
|
|
138
140
|
disabled={isDisabled}
|
|
139
141
|
id={id}
|
|
140
142
|
name={name}
|
|
141
|
-
type="file"
|
|
142
143
|
onChange={onFileInputChange}
|
|
143
|
-
|
|
144
|
-
__css={style.input}
|
|
144
|
+
type="file"
|
|
145
145
|
/>
|
|
146
146
|
</FormControl>
|
|
147
147
|
);
|
|
@@ -4,31 +4,31 @@ const FormTheme = {
|
|
|
4
4
|
Form: {
|
|
5
5
|
baseStyle: {
|
|
6
6
|
helperText: {
|
|
7
|
+
color: 'neutral.50',
|
|
7
8
|
fontSize: '2',
|
|
8
9
|
lineHeight: '1.25rem',
|
|
9
10
|
marginTop: '4',
|
|
10
|
-
color: 'neutral.50',
|
|
11
11
|
},
|
|
12
12
|
} as ComponentStyleConfig,
|
|
13
13
|
},
|
|
14
14
|
FormError: {
|
|
15
15
|
baseStyle: {
|
|
16
16
|
text: {
|
|
17
|
+
color: 'red.50',
|
|
17
18
|
fontSize: '2',
|
|
18
19
|
lineHeight: '1.25rem',
|
|
19
20
|
marginTop: '4',
|
|
20
|
-
color: 'red.50',
|
|
21
21
|
},
|
|
22
22
|
} as ComponentStyleConfig,
|
|
23
23
|
},
|
|
24
24
|
FormLabel: {
|
|
25
25
|
baseStyle: {
|
|
26
|
-
fontSize: '2',
|
|
27
|
-
fontWeight: 'bold',
|
|
28
|
-
color: 'purple.10',
|
|
29
26
|
_disabled: {
|
|
30
27
|
color: 'neutral.80',
|
|
31
28
|
},
|
|
29
|
+
color: 'purple.10',
|
|
30
|
+
fontSize: '2',
|
|
31
|
+
fontWeight: 'bold',
|
|
32
32
|
} as ComponentStyleConfig,
|
|
33
33
|
},
|
|
34
34
|
};
|
|
@@ -3,50 +3,50 @@ import { defineStyle } from '@chakra-ui/styled-system';
|
|
|
3
3
|
const InputTheme = defineStyle({
|
|
4
4
|
baseStyle: {
|
|
5
5
|
field: {
|
|
6
|
-
width: '100%',
|
|
7
|
-
padding: '0.6875rem',
|
|
8
|
-
background: 'neutral.100',
|
|
9
|
-
border: '1px solid',
|
|
10
|
-
borderColor: 'neutral.90',
|
|
11
|
-
borderRadius: '4',
|
|
12
|
-
boxShadow: 'inner',
|
|
13
|
-
outline: 0,
|
|
14
|
-
appearance: 'none',
|
|
15
|
-
transition: '200ms',
|
|
16
|
-
_placeholder: {
|
|
17
|
-
fontStyle: 'italic',
|
|
18
|
-
color: 'neutral.60',
|
|
19
|
-
},
|
|
20
6
|
_disabled: {
|
|
21
|
-
background: 'neutral.93',
|
|
22
|
-
cursor: 'not-allowed',
|
|
23
7
|
_hover: {
|
|
24
8
|
borderColor: 'neutral.90',
|
|
25
9
|
},
|
|
26
10
|
_placeholder: {
|
|
27
11
|
color: 'neutral.80',
|
|
28
12
|
},
|
|
29
|
-
},
|
|
30
|
-
_readOnly: {
|
|
31
13
|
background: 'neutral.93',
|
|
32
|
-
|
|
33
|
-
borderColor: 'neutral.90',
|
|
34
|
-
},
|
|
14
|
+
cursor: 'not-allowed',
|
|
35
15
|
},
|
|
36
16
|
_focusVisible: {
|
|
37
|
-
boxShadow: 'formFocus',
|
|
38
17
|
borderColor: 'purple.50',
|
|
18
|
+
boxShadow: 'formFocus',
|
|
39
19
|
},
|
|
40
20
|
_hover: {
|
|
41
21
|
borderColor: 'neutral.70',
|
|
42
22
|
},
|
|
43
23
|
_invalid: {
|
|
44
|
-
color: 'red.50',
|
|
45
|
-
borderColor: 'red.50',
|
|
46
24
|
_hover: {
|
|
47
25
|
borderColor: 'red.50',
|
|
48
26
|
},
|
|
27
|
+
borderColor: 'red.50',
|
|
28
|
+
color: 'red.50',
|
|
29
|
+
},
|
|
30
|
+
_placeholder: {
|
|
31
|
+
color: 'neutral.60',
|
|
32
|
+
fontStyle: 'italic',
|
|
33
|
+
},
|
|
34
|
+
_readOnly: {
|
|
35
|
+
_hover: {
|
|
36
|
+
borderColor: 'neutral.90',
|
|
37
|
+
},
|
|
38
|
+
background: 'neutral.93',
|
|
49
39
|
},
|
|
40
|
+
appearance: 'none',
|
|
41
|
+
background: 'neutral.100',
|
|
42
|
+
border: '1px solid',
|
|
43
|
+
borderColor: 'neutral.90',
|
|
44
|
+
borderRadius: '4',
|
|
45
|
+
boxShadow: 'inner',
|
|
46
|
+
outline: 0,
|
|
47
|
+
padding: '0.6875rem',
|
|
48
|
+
transition: '200ms',
|
|
49
|
+
width: '100%',
|
|
50
50
|
},
|
|
51
51
|
},
|
|
52
52
|
});
|
|
@@ -5,11 +5,11 @@ import {
|
|
|
5
5
|
FormErrorMessage,
|
|
6
6
|
FormHelperText,
|
|
7
7
|
FormLabel,
|
|
8
|
-
Input as ChakraInput,
|
|
9
|
-
InputProps as ChakraInputProps,
|
|
10
8
|
forwardRef,
|
|
9
|
+
Input as ChakraInput,
|
|
11
10
|
InputGroup,
|
|
12
11
|
InputLeftElement,
|
|
12
|
+
InputProps as ChakraInputProps,
|
|
13
13
|
InputRightAddon,
|
|
14
14
|
InputRightElement,
|
|
15
15
|
SystemStyleObject,
|
|
@@ -63,17 +63,17 @@ export interface InputProps extends UsedFormControlProps, UsedChakraInputProps {
|
|
|
63
63
|
*/
|
|
64
64
|
const Input = forwardRef<InputProps, 'div'>((props, ref) => {
|
|
65
65
|
const {
|
|
66
|
-
'data-testid': dataTestid,
|
|
67
66
|
autoComplete,
|
|
68
67
|
autoFocus,
|
|
68
|
+
'data-testid': dataTestid,
|
|
69
69
|
errorText,
|
|
70
70
|
helperText,
|
|
71
|
-
isDisabled,
|
|
72
71
|
infoText,
|
|
73
72
|
infoTooltipProps,
|
|
74
73
|
inputHeight,
|
|
75
74
|
inputRef,
|
|
76
75
|
inputStyle,
|
|
76
|
+
isDisabled,
|
|
77
77
|
isInvalid,
|
|
78
78
|
isLoading,
|
|
79
79
|
label,
|
|
@@ -83,16 +83,16 @@ const Input = forwardRef<InputProps, 'div'>((props, ref) => {
|
|
|
83
83
|
maxLength,
|
|
84
84
|
min,
|
|
85
85
|
minLength,
|
|
86
|
-
|
|
87
|
-
placeholder,
|
|
88
|
-
step,
|
|
86
|
+
name,
|
|
89
87
|
onBlur,
|
|
90
88
|
onChange,
|
|
89
|
+
pattern,
|
|
90
|
+
placeholder,
|
|
91
91
|
rightAddon,
|
|
92
92
|
rightAddonPlacement,
|
|
93
93
|
rightIconName,
|
|
94
|
-
name,
|
|
95
94
|
role,
|
|
95
|
+
step,
|
|
96
96
|
type,
|
|
97
97
|
value,
|
|
98
98
|
withCounter,
|
|
@@ -109,12 +109,12 @@ const Input = forwardRef<InputProps, 'div'>((props, ref) => {
|
|
|
109
109
|
autoComplete,
|
|
110
110
|
autoFocus,
|
|
111
111
|
'data-testid': dataTestid,
|
|
112
|
-
onBlur,
|
|
113
|
-
name,
|
|
114
112
|
max,
|
|
115
113
|
maxLength,
|
|
116
114
|
min,
|
|
117
115
|
minLength,
|
|
116
|
+
name,
|
|
117
|
+
onBlur,
|
|
118
118
|
pattern,
|
|
119
119
|
placeholder,
|
|
120
120
|
ref: inputRef,
|
|
@@ -149,15 +149,15 @@ const Input = forwardRef<InputProps, 'div'>((props, ref) => {
|
|
|
149
149
|
|
|
150
150
|
return (
|
|
151
151
|
<FormControl {...formControlProps}>
|
|
152
|
-
<Box display={showLabel ? 'flex' : 'none'} gap="4"
|
|
152
|
+
<Box alignItems="center" display={showLabel ? 'flex' : 'none'} gap="4" marginBlockEnd="4">
|
|
153
153
|
{label && (
|
|
154
154
|
<FormLabel
|
|
155
|
-
requiredIndicator={null as any}
|
|
156
155
|
optionalIndicator={
|
|
157
|
-
<Text as="span"
|
|
156
|
+
<Text as="span" color="neutral.40" fontSize="2" fontWeight="normal" marginLeft="4px">
|
|
158
157
|
(Optional)
|
|
159
158
|
</Text>
|
|
160
159
|
}
|
|
160
|
+
requiredIndicator={null as any}
|
|
161
161
|
>
|
|
162
162
|
{label}
|
|
163
163
|
</FormLabel>
|
|
@@ -171,10 +171,10 @@ const Input = forwardRef<InputProps, 'div'>((props, ref) => {
|
|
|
171
171
|
{withCounter && maxLength && (
|
|
172
172
|
<Text
|
|
173
173
|
as="span"
|
|
174
|
-
size="2"
|
|
175
174
|
color="neutral.40"
|
|
176
|
-
sx={{ fontVariantNumeric: 'tabular-nums' }}
|
|
177
175
|
marginInlineStart="auto"
|
|
176
|
+
size="2"
|
|
177
|
+
sx={{ fontVariantNumeric: 'tabular-nums' }}
|
|
178
178
|
>
|
|
179
179
|
{valueLength}/{maxLength}
|
|
180
180
|
</Text>
|
|
@@ -185,9 +185,9 @@ const Input = forwardRef<InputProps, 'div'>((props, ref) => {
|
|
|
185
185
|
{leftIconName && (
|
|
186
186
|
<InputLeftElement
|
|
187
187
|
marginLeft={inputHeight ? (inputHeight - iconSize) / 2 : 12}
|
|
188
|
+
pointerEvents="none"
|
|
188
189
|
top="50%"
|
|
189
190
|
transform="translateY(-50%)"
|
|
190
|
-
pointerEvents="none"
|
|
191
191
|
>
|
|
192
192
|
<Icon color={leftIconColor} name={leftIconName} size={`${iconSize}`} />
|
|
193
193
|
</InputLeftElement>
|
|
@@ -202,9 +202,9 @@ const Input = forwardRef<InputProps, 'div'>((props, ref) => {
|
|
|
202
202
|
{!rightAddon && rightIconName && (
|
|
203
203
|
<InputRightElement
|
|
204
204
|
marginRight={inputHeight ? (inputHeight - iconSize) / 2 : 12}
|
|
205
|
+
pointerEvents="none"
|
|
205
206
|
top="50%"
|
|
206
207
|
transform="translateY(-50%)"
|
|
207
|
-
pointerEvents="none"
|
|
208
208
|
>
|
|
209
209
|
<Icon name={rightIconName} size={`${iconSize}`} />
|
|
210
210
|
</InputRightElement>
|