@bitrise/bitkit 12.83.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 +9 -9
- 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 +8 -8
- 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/theme.ts +54 -54
- package/src/tokens/tokens.ts +4 -4
- package/src/utils/utils.ts +1 -1
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
const RadioTheme = {
|
|
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: '12',
|
|
24
|
-
boxShadow: 'inner',
|
|
25
16
|
_before: {
|
|
17
|
+
backgroundColor: 'transparent',
|
|
18
|
+
borderRadius: '50%',
|
|
26
19
|
content: `""`,
|
|
27
20
|
display: 'inline-block',
|
|
28
|
-
width: '12',
|
|
29
21
|
height: '12',
|
|
30
|
-
borderRadius: '50%',
|
|
31
|
-
backgroundColor: 'transparent',
|
|
32
22
|
transitionDuration: '200ms',
|
|
23
|
+
width: '12',
|
|
33
24
|
},
|
|
34
25
|
_checked: {
|
|
35
26
|
_before: {
|
|
36
27
|
backgroundColor: 'purple.40',
|
|
37
28
|
},
|
|
38
29
|
},
|
|
39
|
-
|
|
40
|
-
|
|
30
|
+
_disabled: {
|
|
31
|
+
backgroundColor: 'neutral.93',
|
|
32
|
+
borderColor: 'neutral.90',
|
|
33
|
+
cursor: 'not-allowed',
|
|
41
34
|
},
|
|
42
35
|
_focusVisible: {
|
|
43
36
|
boxShadow: 'formFocus',
|
|
44
37
|
},
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
backgroundColor: 'neutral.93',
|
|
48
|
-
borderColor: 'neutral.90',
|
|
38
|
+
_hover: {
|
|
39
|
+
borderColor: 'neutral.70',
|
|
49
40
|
},
|
|
41
|
+
border: '1px solid',
|
|
42
|
+
borderColor: 'neutral.90',
|
|
43
|
+
borderRadius: '12',
|
|
44
|
+
boxShadow: 'inner',
|
|
45
|
+
height: '24',
|
|
46
|
+
width: '24',
|
|
47
|
+
},
|
|
48
|
+
icon: {
|
|
49
|
+
color: 'neutral.100',
|
|
50
50
|
},
|
|
51
51
|
label: {
|
|
52
|
-
|
|
53
|
-
display: 'flex',
|
|
52
|
+
_disabled: { color: 'neutral.60' },
|
|
54
53
|
alignItems: 'center',
|
|
54
|
+
display: 'flex',
|
|
55
55
|
gap: '4',
|
|
56
|
-
|
|
56
|
+
userSelect: 'none',
|
|
57
57
|
},
|
|
58
58
|
},
|
|
59
59
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Radio as ChakraRadio, RadioProps as ChakraRadioProps
|
|
1
|
+
import { forwardRef, Radio as ChakraRadio, RadioProps as ChakraRadioProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
type RadioInputProps = ChakraRadioProps['inputProps'] & {
|
|
4
4
|
'data-testid'?: string;
|
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
FormErrorMessage,
|
|
6
6
|
FormHelperText,
|
|
7
7
|
FormLabel,
|
|
8
|
+
forwardRef,
|
|
8
9
|
Textarea as ChakraTextarea,
|
|
9
10
|
TextareaProps as ChakraTextareaProps,
|
|
10
|
-
forwardRef,
|
|
11
11
|
} from '@chakra-ui/react';
|
|
12
12
|
import Text from '../../Text/Text';
|
|
13
13
|
import Box from '../../Box/Box';
|
|
@@ -62,11 +62,11 @@ const Textarea = forwardRef<TextareaProps, 'div'>((props, ref) => {
|
|
|
62
62
|
label,
|
|
63
63
|
maxLength,
|
|
64
64
|
minLength,
|
|
65
|
-
|
|
65
|
+
name,
|
|
66
66
|
onBlur,
|
|
67
67
|
onChange,
|
|
68
|
+
placeholder,
|
|
68
69
|
resize,
|
|
69
|
-
name,
|
|
70
70
|
role,
|
|
71
71
|
value,
|
|
72
72
|
withCounter,
|
|
@@ -82,10 +82,10 @@ const Textarea = forwardRef<TextareaProps, 'div'>((props, ref) => {
|
|
|
82
82
|
autoComplete,
|
|
83
83
|
autoFocus,
|
|
84
84
|
'data-testid': dataTestid,
|
|
85
|
-
onBlur,
|
|
86
85
|
maxLength,
|
|
87
86
|
minLength,
|
|
88
87
|
name,
|
|
88
|
+
onBlur,
|
|
89
89
|
placeholder,
|
|
90
90
|
resize,
|
|
91
91
|
role,
|
|
@@ -105,14 +105,14 @@ const Textarea = forwardRef<TextareaProps, 'div'>((props, ref) => {
|
|
|
105
105
|
return (
|
|
106
106
|
<FormControl {...formControlProps}>
|
|
107
107
|
{label && (
|
|
108
|
-
<Box display="flex" gap="4"
|
|
108
|
+
<Box alignItems="center" display="flex" gap="4" marginBlockEnd="4">
|
|
109
109
|
<FormLabel
|
|
110
|
-
requiredIndicator={null as any}
|
|
111
110
|
optionalIndicator={
|
|
112
|
-
<Text as="span"
|
|
111
|
+
<Text as="span" color="neutral.40" fontSize="2" fontWeight="normal" marginLeft="4px">
|
|
113
112
|
(Optional)
|
|
114
113
|
</Text>
|
|
115
114
|
}
|
|
115
|
+
requiredIndicator={null as any}
|
|
116
116
|
>
|
|
117
117
|
{label}
|
|
118
118
|
</FormLabel>
|
|
@@ -124,10 +124,10 @@ const Textarea = forwardRef<TextareaProps, 'div'>((props, ref) => {
|
|
|
124
124
|
{withCounter && maxLength && (
|
|
125
125
|
<Text
|
|
126
126
|
as="span"
|
|
127
|
-
size="2"
|
|
128
127
|
color="neutral.40"
|
|
129
|
-
sx={{ fontVariantNumeric: 'tabular-nums' }}
|
|
130
128
|
marginInlineStart="auto"
|
|
129
|
+
size="2"
|
|
130
|
+
sx={{ fontVariantNumeric: 'tabular-nums' }}
|
|
131
131
|
>
|
|
132
132
|
{valueLength}/{maxLength}
|
|
133
133
|
</Text>
|
|
@@ -10,9 +10,9 @@ export interface IconProps extends ChakraIconProps {
|
|
|
10
10
|
|
|
11
11
|
const Icon = forwardRef<IconProps, 'svg'>(({ name, size = '24', ...rest }, ref) => {
|
|
12
12
|
const props = {
|
|
13
|
+
height: size,
|
|
13
14
|
ref,
|
|
14
15
|
width: size,
|
|
15
|
-
height: size,
|
|
16
16
|
...rest,
|
|
17
17
|
};
|
|
18
18
|
const ThisIcon = size === '16' ? smallIcons[name] : bigIcons[name];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IconButton as ChakraIconButton, IconButtonProps as ChakraIconButtonProps
|
|
1
|
+
import { forwardRef, IconButton as ChakraIconButton, IconButtonProps as ChakraIconButtonProps } from '@chakra-ui/react';
|
|
2
2
|
import Icon, { IconProps, TypeIconName } from '../Icon/Icon';
|
|
3
3
|
import Tooltip, { TooltipProps } from '../Tooltip/Tooltip';
|
|
4
4
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Addons = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M13.333 11.845c0 .119-.064.23-.166.289l-2.001 1.155a.333.333 0 0 1-.333-.001l-2-1.153a.336.336 0 0 1-.166-.29V9.434c0-.119.064-.229.165-.288h.001l2-1.155V7.99a.336.336 0 0 1 .334 0l1.999 1.154c.103.06.167.17.167.29v2.41Zm-6.166.289-2.001 1.155a.333.333 0 0 1-.333-.001l-2-1.153a.336.336 0 0 1-.166-.29V9.434c0-.12.064-.23.166-.29l2-1.154a.335.335 0 0 1 .334 0l2 1.155c.103.06.166.17.166.289v2.41c0 .12-.064.23-.166.29Zm-1.5-7.98c0-.119.064-.23.166-.289l2-1.154a.335.335 0 0 1 .334 0l1.999 1.154c.103.06.167.17.167.29v2.392a.334.334 0 0 1-.166.288L8.166 7.991a.331.331 0 0 1-.331 0l-.002-.001-1.405-.811-.595-.344a.334.334 0 0 1-.166-.288V4.155Zm8.166 3.836-2-1.154c-.061-.035-.13-.053-.194-.08.009-.07.028-.138.028-.209V4.155c0-.594-.32-1.146-.834-1.444l-2-1.154a1.67 1.67 0 0 0-1.666-.001L5.166 2.71c-.513.298-.833.85-.833 1.444v2.392c0 .07.019.139.028.208-.065.027-.132.045-.194.08L2.166 7.991c-.513.297-.833.85-.833 1.443v2.41c0 .594.32 1.147.834 1.445l1.999 1.153a1.663 1.663 0 0 0 1.667.001l2-1.155c.062-.036.11-.085.167-.128.056.043.105.093.167.129l1.999 1.153a1.663 1.663 0 0 0 1.667.001l2-1.155c.514-.297.834-.85.834-1.443V9.434c0-.593-.32-1.146-.834-1.444Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M13.333 11.845c0 .119-.064.23-.166.289l-2.001 1.155a.333.333 0 0 1-.333-.001l-2-1.153a.336.336 0 0 1-.166-.29V9.434c0-.119.064-.229.165-.288h.001l2-1.155V7.99a.336.336 0 0 1 .334 0l1.999 1.154c.103.06.167.17.167.29v2.41Zm-6.166.289-2.001 1.155a.333.333 0 0 1-.333-.001l-2-1.153a.336.336 0 0 1-.166-.29V9.434c0-.12.064-.23.166-.29l2-1.154a.335.335 0 0 1 .334 0l2 1.155c.103.06.166.17.166.289v2.41c0 .12-.064.23-.166.29Zm-1.5-7.98c0-.119.064-.23.166-.289l2-1.154a.335.335 0 0 1 .334 0l1.999 1.154c.103.06.167.17.167.29v2.392a.334.334 0 0 1-.166.288L8.166 7.991a.331.331 0 0 1-.331 0l-.002-.001-1.405-.811-.595-.344a.334.334 0 0 1-.166-.288V4.155Zm8.166 3.836-2-1.154c-.061-.035-.13-.053-.194-.08.009-.07.028-.138.028-.209V4.155c0-.594-.32-1.146-.834-1.444l-2-1.154a1.67 1.67 0 0 0-1.666-.001L5.166 2.71c-.513.298-.833.85-.833 1.444v2.392c0 .07.019.139.028.208-.065.027-.132.045-.194.08L2.166 7.991c-.513.297-.833.85-.833 1.443v2.41c0 .594.32 1.147.834 1.445l1.999 1.153a1.663 1.663 0 0 0 1.667.001l2-1.155c.062-.036.11-.085.167-.128.056.043.105.093.167.129l1.999 1.153a1.663 1.663 0 0 0 1.667.001l2-1.155c.514-.297.834-.85.834-1.443V9.434c0-.593-.32-1.146-.834-1.444Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const AddonsTuorqouise = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M8 8.956v3.981l-2.667 1.548c-.412.24-.92.24-1.332 0l-2-1.16a1.343 1.343 0 0 1-.668-1.162V9.73c0-.48.255-.923.668-1.161L4.667 7.02 8 8.956Z"
|
|
6
8
|
fill="#55CEC3"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M8 8.956v3.981l-2.667 1.548c-.412.24-.92.24-1.332 0l-2-1.16a1.343 1.343 0 0 1-.668-1.162V9.73c0-.48.255-.923.668-1.161L4.667 7.02 8 8.956Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
opacity={0.8}
|
|
11
11
|
/>
|
|
12
12
|
<path
|
|
13
|
+
clipRule="evenodd"
|
|
14
|
+
d="M14.667 9.73v2.433c0 .48-.255.922-.668 1.161l-2 1.162c-.412.238-.92.238-1.332 0L8 12.937V8.956l3.333-1.935L14 8.57c.413.239.668.682.668 1.161"
|
|
13
15
|
fill="#55CEC3"
|
|
14
16
|
fillRule="evenodd"
|
|
15
|
-
d="M14.667 9.73v2.433c0 .48-.255.922-.668 1.161l-2 1.162c-.412.238-.92.238-1.332 0L8 12.937V8.956l3.333-1.935L14 8.57c.413.239.668.682.668 1.161"
|
|
16
|
-
clipRule="evenodd"
|
|
17
17
|
opacity={0.5}
|
|
18
18
|
/>
|
|
19
19
|
<path
|
|
20
|
+
clipRule="evenodd"
|
|
21
|
+
d="M11.333 3.835v3.186L8 8.956 4.667 7.02V3.835c0-.48.254-.923.667-1.161l2-1.162c.412-.238.92-.238 1.332 0l2 1.162c.413.238.667.682.667 1.161"
|
|
20
22
|
fill="#55CEC3"
|
|
21
23
|
fillRule="evenodd"
|
|
22
|
-
d="M11.333 3.835v3.186L8 8.956 4.667 7.02V3.835c0-.48.254-.923.667-1.161l2-1.162c.412-.238.92-.238 1.332 0l2 1.162c.413.238.667.682.667 1.161"
|
|
23
|
-
clipRule="evenodd"
|
|
24
24
|
/>
|
|
25
25
|
</Icon>
|
|
26
26
|
));
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const AddonsViolet = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M8 8.956v3.981l-2.667 1.548c-.412.24-.92.24-1.332 0l-2-1.16a1.343 1.343 0 0 1-.668-1.162V9.73c0-.48.255-.923.668-1.161L4.667 7.02 8 8.956Z"
|
|
6
8
|
fill="#9247C2"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M8 8.956v3.981l-2.667 1.548c-.412.24-.92.24-1.332 0l-2-1.16a1.343 1.343 0 0 1-.668-1.162V9.73c0-.48.255-.923.668-1.161L4.667 7.02 8 8.956Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
opacity={0.8}
|
|
11
11
|
/>
|
|
12
12
|
<path
|
|
13
|
+
clipRule="evenodd"
|
|
14
|
+
d="M14.667 9.73v2.433c0 .48-.255.922-.668 1.161l-2 1.162c-.412.238-.92.238-1.332 0L8 12.937V8.956l3.333-1.935L14 8.57c.413.239.668.682.668 1.161"
|
|
13
15
|
fill="#9247C2"
|
|
14
16
|
fillRule="evenodd"
|
|
15
|
-
d="M14.667 9.73v2.433c0 .48-.255.922-.668 1.161l-2 1.162c-.412.238-.92.238-1.332 0L8 12.937V8.956l3.333-1.935L14 8.57c.413.239.668.682.668 1.161"
|
|
16
|
-
clipRule="evenodd"
|
|
17
17
|
opacity={0.5}
|
|
18
18
|
/>
|
|
19
19
|
<path
|
|
20
|
+
clipRule="evenodd"
|
|
21
|
+
d="M11.333 3.835v3.186L8 8.956 4.667 7.02V3.835c0-.48.254-.923.667-1.161l2-1.162c.412-.238.92-.238 1.332 0l2 1.162c.413.238.667.682.667 1.161"
|
|
20
22
|
fill="#9247C2"
|
|
21
23
|
fillRule="evenodd"
|
|
22
|
-
d="M11.333 3.835v3.186L8 8.956 4.667 7.02V3.835c0-.48.254-.923.667-1.161l2-1.162c.412-.238.92-.238 1.332 0l2 1.162c.413.238.667.682.667 1.161"
|
|
23
|
-
clipRule="evenodd"
|
|
24
24
|
/>
|
|
25
25
|
</Icon>
|
|
26
26
|
));
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const AddonsWhite = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M8 8.956v3.981l-2.667 1.548c-.412.24-.92.24-1.332 0l-2-1.16a1.343 1.343 0 0 1-.668-1.162V9.73c0-.48.255-.923.668-1.161L4.667 7.02 8 8.956Z"
|
|
6
8
|
fill="#fff"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M8 8.956v3.981l-2.667 1.548c-.412.24-.92.24-1.332 0l-2-1.16a1.343 1.343 0 0 1-.668-1.162V9.73c0-.48.255-.923.668-1.161L4.667 7.02 8 8.956Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
opacity={0.8}
|
|
11
11
|
/>
|
|
12
12
|
<path
|
|
13
|
+
clipRule="evenodd"
|
|
14
|
+
d="M14.667 9.73v2.433c0 .48-.255.922-.668 1.161l-2 1.162c-.412.238-.92.238-1.332 0L8 12.937V8.956l3.333-1.935L14 8.57c.413.239.668.682.668 1.161"
|
|
13
15
|
fill="#fff"
|
|
14
16
|
fillRule="evenodd"
|
|
15
|
-
d="M14.667 9.73v2.433c0 .48-.255.922-.668 1.161l-2 1.162c-.412.238-.92.238-1.332 0L8 12.937V8.956l3.333-1.935L14 8.57c.413.239.668.682.668 1.161"
|
|
16
|
-
clipRule="evenodd"
|
|
17
17
|
opacity={0.5}
|
|
18
18
|
/>
|
|
19
19
|
<path
|
|
20
|
+
clipRule="evenodd"
|
|
21
|
+
d="M11.333 3.835v3.186L8 8.956 4.667 7.02V3.835c0-.48.254-.923.667-1.161l2-1.162c.412-.238.92-.238 1.332 0l2 1.162c.413.238.667.682.667 1.161"
|
|
20
22
|
fill="#fff"
|
|
21
23
|
fillRule="evenodd"
|
|
22
|
-
d="M11.333 3.835v3.186L8 8.956 4.667 7.02V3.835c0-.48.254-.923.667-1.161l2-1.162c.412-.238.92-.238 1.332 0l2 1.162c.413.238.667.682.667 1.161"
|
|
23
|
-
clipRule="evenodd"
|
|
24
24
|
/>
|
|
25
25
|
</Icon>
|
|
26
26
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Agent = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M13.3333 2.66671H2.66665V6.00004H13.3333V2.66671ZM13.3333 10H2.66665V13.3334H13.3333V10ZM2.66665 1.33337C1.93027 1.33337 1.33331 1.93033 1.33331 2.66671V6.00004C1.33331 6.73642 1.93027 7.33337 2.66665 7.33337H13.3333C14.0697 7.33337 14.6666 6.73642 14.6666 6.00004V2.66671C14.6666 1.93033 14.0697 1.33337 13.3333 1.33337H2.66665ZM2.66665 8.66671C1.93027 8.66671 1.33331 9.26366 1.33331 10V13.3334C1.33331 14.0698 1.93027 14.6667 2.66665 14.6667H13.3333C14.0697 14.6667 14.6666 14.0698 14.6666 13.3334V10C14.6666 9.26366 14.0697 8.66671 13.3333 8.66671H2.66665Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M13.3333 2.66671H2.66665V6.00004H13.3333V2.66671ZM13.3333 10H2.66665V13.3334H13.3333V10ZM2.66665 1.33337C1.93027 1.33337 1.33331 1.93033 1.33331 2.66671V6.00004C1.33331 6.73642 1.93027 7.33337 2.66665 7.33337H13.3333C14.0697 7.33337 14.6666 6.73642 14.6666 6.00004V2.66671C14.6666 1.93033 14.0697 1.33337 13.3333 1.33337H2.66665ZM2.66665 8.66671C1.93027 8.66671 1.33331 9.26366 1.33331 10V13.3334C1.33331 14.0698 1.93027 14.6667 2.66665 14.6667H13.3333C14.0697 14.6667 14.6666 14.0698 14.6666 13.3334V10C14.6666 9.26366 14.0697 8.66671 13.3333 8.66671H2.66665Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Anchor = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M8 2.667A.667.667 0 1 1 8 4a.667.667 0 0 1 0-1.334ZM11.333 8v1.333H12a4.003 4.003 0 0 1-3.333 3.94v-5.94H10V6H8.667v-.79A1.996 1.996 0 0 0 10 3.333c0-1.102-.897-2-2-2s-2 .898-2 2c0 .868.56 1.601 1.333 1.877V6H6v1.333h1.333v5.94A4.003 4.003 0 0 1 4 9.333h.667V8H1.333v1.333h1.334A5.34 5.34 0 0 0 8 14.667a5.34 5.34 0 0 0 5.333-5.334h1.334V8h-3.334Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M8 2.667A.667.667 0 1 1 8 4a.667.667 0 0 1 0-1.334ZM11.333 8v1.333H12a4.003 4.003 0 0 1-3.333 3.94v-5.94H10V6H8.667v-.79A1.996 1.996 0 0 0 10 3.333c0-1.102-.897-2-2-2s-2 .898-2 2c0 .868.56 1.601 1.333 1.877V6H6v1.333h1.333v5.94A4.003 4.003 0 0 1 4 9.333h.667V8H1.333v1.333h1.334A5.34 5.34 0 0 0 8 14.667a5.34 5.34 0 0 0 5.333-5.334h1.334V8h-3.334Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Android = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M6.533 3.333c.467-.2.934-.267 1.467-.267.467 0 .867.067 1.267.2L10.333 2.2a.645.645 0 0 1 .934 0 .644.644 0 0 1 0 .933l-.8.8A3.979 3.979 0 0 1 12 7.062H4c0-1.199.533-2.265 1.4-2.998l-.933-.932a.644.644 0 0 1 0-.933.645.645 0 0 1 .933 0l1.133 1.133Zm-1.2 7.729h-.666c-.4 0-.667-.267-.667-.667V7.73h8v2.665c0 .4-.267.667-.667.667h-.666v1.998a.668.668 0 0 1-.667.667c-.4 0-.667-.267-.667-.667v-1.998H6.667v1.998a.668.668 0 0 1-.667.667c-.4 0-.667-.267-.667-.667v-1.998ZM14 7.73v2.732a.668.668 0 0 1-.667.666c-.4 0-.666-.266-.666-.666V7.73c0-.333.266-.666.666-.666S14 7.33 14 7.73ZM2.667 7.064c.4 0 .666.266.666.666v2.665a.668.668 0 0 1-.666.667c-.4 0-.667-.267-.667-.667V7.73c0-.4.267-.666.667-.666ZM10 6.397c.4 0 .667-.266.667-.666A.668.668 0 0 0 10 5.065c-.4 0-.667.333-.667.666 0 .4.267.667.667.667Zm-4 0c.4 0 .667-.266.667-.666A.668.668 0 0 0 6 5.065c-.4 0-.667.333-.667.666 0 .4.267.667.667.667Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M6.533 3.333c.467-.2.934-.267 1.467-.267.467 0 .867.067 1.267.2L10.333 2.2a.645.645 0 0 1 .934 0 .644.644 0 0 1 0 .933l-.8.8A3.979 3.979 0 0 1 12 7.062H4c0-1.199.533-2.265 1.4-2.998l-.933-.932a.644.644 0 0 1 0-.933.645.645 0 0 1 .933 0l1.133 1.133Zm-1.2 7.729h-.666c-.4 0-.667-.267-.667-.667V7.73h8v2.665c0 .4-.267.667-.667.667h-.666v1.998a.668.668 0 0 1-.667.667c-.4 0-.667-.267-.667-.667v-1.998H6.667v1.998a.668.668 0 0 1-.667.667c-.4 0-.667-.267-.667-.667v-1.998ZM14 7.73v2.732a.668.668 0 0 1-.667.666c-.4 0-.666-.266-.666-.666V7.73c0-.333.266-.666.666-.666S14 7.33 14 7.73ZM2.667 7.064c.4 0 .666.266.666.666v2.665a.668.668 0 0 1-.666.667c-.4 0-.667-.267-.667-.667V7.73c0-.4.267-.666.667-.666ZM10 6.397c.4 0 .667-.266.667-.666A.668.668 0 0 0 10 5.065c-.4 0-.667.333-.667.666 0 .4.267.667.667.667Zm-4 0c.4 0 .667-.266.667-.666A.668.668 0 0 0 6 5.065c-.4 0-.667.333-.667.666 0 .4.267.667.667.667Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const App = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M2.667 1.333h10.666c.734 0 1.334.6 1.334 1.334v10.666c0 .734-.6 1.334-1.334 1.334H2.667c-.734 0-1.334-.6-1.334-1.334V2.667c0-.734.6-1.334 1.334-1.334ZM8 4c.867 0 1.667.267 2.333.733L12.4 2.667H3.6l2.067 2.066A4.041 4.041 0 0 1 8 4Zm0 1.333c-.467 0-.933.134-1.333.4L8 7.067l1.333-1.334c-.4-.266-.866-.4-1.333-.4ZM5.733 6.667c-.266.4-.4.866-.4 1.333 0 .467.134.933.4 1.333L7.067 8 5.733 6.667ZM10.667 8c0 .467-.134.933-.4 1.333L8.933 8l1.334-1.333c.266.4.4.866.4 1.333Zm-1.334 2.267L8 8.933l-1.333 1.334c.4.266.866.4 1.333.4.467 0 .933-.134 1.333-.4Zm-4.6-4.6A4.041 4.041 0 0 0 4 8c0 .867.267 1.667.733 2.333L2.667 12.4V3.6l2.066 2.067Zm.934 5.6A4.041 4.041 0 0 0 8 12c.867 0 1.667-.267 2.333-.733l2.067 2.066H3.6l2.067-2.066Zm5.6-.934A4.041 4.041 0 0 0 12 8c0-.867-.267-1.667-.733-2.333L13.333 3.6v8.8l-2.066-2.067Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M2.667 1.333h10.666c.734 0 1.334.6 1.334 1.334v10.666c0 .734-.6 1.334-1.334 1.334H2.667c-.734 0-1.334-.6-1.334-1.334V2.667c0-.734.6-1.334 1.334-1.334ZM8 4c.867 0 1.667.267 2.333.733L12.4 2.667H3.6l2.067 2.066A4.041 4.041 0 0 1 8 4Zm0 1.333c-.467 0-.933.134-1.333.4L8 7.067l1.333-1.334c-.4-.266-.866-.4-1.333-.4ZM5.733 6.667c-.266.4-.4.866-.4 1.333 0 .467.134.933.4 1.333L7.067 8 5.733 6.667ZM10.667 8c0 .467-.134.933-.4 1.333L8.933 8l1.334-1.333c.266.4.4.866.4 1.333Zm-1.334 2.267L8 8.933l-1.333 1.334c.4.266.866.4 1.333.4.467 0 .933-.134 1.333-.4Zm-4.6-4.6A4.041 4.041 0 0 0 4 8c0 .867.267 1.667.733 2.333L2.667 12.4V3.6l2.066 2.067Zm.934 5.6A4.041 4.041 0 0 0 8 12c.867 0 1.667-.267 2.333-.733l2.067 2.066H3.6l2.067-2.066Zm5.6-.934A4.041 4.041 0 0 0 12 8c0-.867-.267-1.667-.733-2.333L13.333 3.6v8.8l-2.066-2.067Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Apple = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M10 2.533c.8-.933.667-1.866.667-1.866s-1.2 0-2.067 1c-.8.866-.6 1.666-.6 1.666s1.067.134 2-.8Zm1.6 5.4C11.6 6.2 13 5.467 13 5.467S12.267 4.2 10.467 4.2c-1.067 0-1.867.6-2.334.6-.533 0-1.266-.533-2.266-.533-1.534 0-3.134 1.333-3.134 3.933-.066 2.533 1.867 5.8 3.4 5.8.534 0 1.334-.533 2.134-.533.8 0 1.4.533 2.133.533 1.667 0 2.867-3.4 2.867-3.4S11.6 9.867 11.6 7.933Zm-.2 3.667c-.4.667-.8 1.067-.933 1.067-.067 0-.2 0-.467-.134-.067 0-.067 0-.133-.066-.667-.267-1-.334-1.534-.334-.533 0-1 .134-1.666.334-.467.2-.6.2-.534.2-.6 0-2.133-2.534-2.133-4.534 0-1.6.867-2.6 1.8-2.6.2 0 .467.067.8.2-.067 0 .533.2.667.267.333.067.533.133.866.133.267 0 .534-.066.867-.2.133-.066.533-.2.533-.2.4-.133.667-.2.934-.2.2 0 .4 0 .533.067a4.042 4.042 0 0 0-.733 2.333c0 1.267.466 2.267 1.333 3l.133.134c-.2.2-.266.333-.333.533Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M10 2.533c.8-.933.667-1.866.667-1.866s-1.2 0-2.067 1c-.8.866-.6 1.666-.6 1.666s1.067.134 2-.8Zm1.6 5.4C11.6 6.2 13 5.467 13 5.467S12.267 4.2 10.467 4.2c-1.067 0-1.867.6-2.334.6-.533 0-1.266-.533-2.266-.533-1.534 0-3.134 1.333-3.134 3.933-.066 2.533 1.867 5.8 3.4 5.8.534 0 1.334-.533 2.134-.533.8 0 1.4.533 2.133.533 1.667 0 2.867-3.4 2.867-3.4S11.6 9.867 11.6 7.933Zm-.2 3.667c-.4.667-.8 1.067-.933 1.067-.067 0-.2 0-.467-.134-.067 0-.067 0-.133-.066-.667-.267-1-.334-1.534-.334-.533 0-1 .134-1.666.334-.467.2-.6.2-.534.2-.6 0-2.133-2.534-2.133-4.534 0-1.6.867-2.6 1.8-2.6.2 0 .467.067.8.2-.067 0 .533.2.667.267.333.067.533.133.866.133.267 0 .534-.066.867-.2.133-.066.533-.2.533-.2.4-.133.667-.2.934-.2.2 0 .4 0 .533.067a4.042 4.042 0 0 0-.733 2.333c0 1.267.466 2.267 1.333 3l.133.134c-.2.2-.266.333-.333.533Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const AppleFill = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
fill="currentColor"
|
|
7
6
|
d="M10.667.667S10.8 1.6 10 2.533c-.933.934-2 .8-2 .8s-.2-.8.6-1.666c.867-1 2.067-1 2.067-1ZM13 5.467s-1.4.733-1.4 2.466c0 1.934 1.667 2.667 1.667 2.667S12.067 14 10.4 14c-.733 0-1.333-.533-2.133-.533S6.667 14 6.133 14c-1.533 0-3.466-3.267-3.4-5.8 0-2.6 1.6-3.933 3.134-3.933 1 0 1.733.533 2.266.533.467 0 1.267-.6 2.334-.6C12.267 4.2 13 5.467 13 5.467Z"
|
|
7
|
+
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
</Icon>
|
|
10
10
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowDown = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
fillRule="evenodd"
|
|
7
6
|
clipRule="evenodd"
|
|
8
7
|
d="M8.63972 9.44538L10.3906 7.69748L11.3333 8.70588L7.96632 12L4.66666 8.70588L5.60942 7.76471L7.29292 9.37815V4H8.63972V9.44538Z"
|
|
9
8
|
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowLeft = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="m6.533 8.6 1.734 1.733-1 .934L4 7.933l3.267-3.266.933.933-1.6 1.667h5.333V8.6h-5.4Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="m6.533 8.6 1.734 1.733-1 .934L4 7.933l3.267-3.266.933.933-1.6 1.667h5.333V8.6h-5.4Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowMoveDown = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
fill="currentColor"
|
|
7
6
|
d="M8.669 1.333v1.334H7.336V1.333h1.333Zm0 2V6H7.336V3.333h1.333Zm3.113 7.572-.943-.943-2.17 2.17V6.667H7.336v5.448L5.183 9.962l-.943.943 3.771 3.77 3.771-3.77Z"
|
|
7
|
+
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
</Icon>
|
|
10
10
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowMoveLeft = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M3.744 7.333h5.465v1.334H3.761l2.153 2.153-.943.942-3.77-3.77L4.97 4.22l.943.943-2.17 2.17Zm10.799 0v1.334h-1.334V7.333h1.334Zm-2 0v1.334H9.876V7.333h2.667Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M3.744 7.333h5.465v1.334H3.761l2.153 2.153-.943.942-3.77-3.77L4.97 4.22l.943.943-2.17 2.17Zm10.799 0v1.334h-1.334V7.333h1.334Zm-2 0v1.334H9.876V7.333h2.667Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowMoveRight = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="m10.905 4.22-.943.943 2.17 2.17H6.667v1.334h5.448L9.962 10.82l.943.942 3.77-3.77-3.77-3.772ZM2.667 7.333H1.333v1.334h1.334V7.333Zm3.333 0H3.333v1.334H6V7.333Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="m10.905 4.22-.943.943 2.17 2.17H6.667v1.334h5.448L9.962 10.82l.943.942 3.77-3.77-3.77-3.772ZM2.667 7.333H1.333v1.334h1.334V7.333Zm3.333 0H3.333v1.334H6V7.333Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowMoveUp = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="m7.28 3.797-2.17 2.17-.943-.942 3.771-3.772 3.771 3.772-.943.942-2.153-2.153v5.448H7.28V3.797Zm0 10.799v-1.334h1.333v1.334H7.28Zm0-2V9.929h1.333v2.667H7.28Z"
|
|
6
8
|
fill="currentColor"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="m7.28 3.797-2.17 2.17-.943-.942 3.771-3.772 3.771 3.772-.943.942-2.153-2.153v5.448H7.28V3.797Zm0 10.799v-1.334h1.333v1.334H7.28Zm0-2V9.929h1.333v2.667H7.28Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowQuit = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
fill="currentColor"
|
|
7
6
|
d="M8.663 10V4.977l2.17 2.17.943-.942-3.771-3.772-3.772 3.772.943.942L7.33 4.994V10h.004a1.333 1.333 0 0 0 1.333 1.333h6V10H8.664Z"
|
|
7
|
+
fill="currentColor"
|
|
8
8
|
/>
|
|
9
9
|
</Icon>
|
|
10
10
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowRight = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
fillRule="evenodd"
|
|
7
6
|
clipRule="evenodd"
|
|
8
7
|
d="M9.44538 7.36035L7.69748 5.60951L8.70588 4.66675L12 8.03375L8.70588 11.3334L7.76471 10.3907L9.37815 8.70715H4V7.36035H9.44538Z"
|
|
9
8
|
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const ArrowUp = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
-
fillRule="evenodd"
|
|
7
6
|
clipRule="evenodd"
|
|
8
7
|
d="M7.36026 6.55462L5.60942 8.30252L4.66666 7.29412L8.03366 4L11.3333 7.29412L10.3906 8.23529L8.70706 6.62185V12H7.36026V6.55462Z"
|
|
9
8
|
fill="currentColor"
|
|
9
|
+
fillRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
</Icon>
|
|
12
12
|
));
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const Badge3rdParty = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M9.56 3.435 8 2 6.44 3.435l-2.148-.29-.375 2.034L2 6.146 2.953 8 2 9.854l1.917.967.375 2.033 2.148-.289L8 14l1.56-1.435 2.148.29.375-2.034L14 9.854 13.047 8 14 6.146l-1.917-.967-.375-2.033-2.148.289Z"
|
|
6
8
|
fill="#4F9BDE"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M9.56 3.435 8 2 6.44 3.435l-2.148-.29-.375 2.034L2 6.146 2.953 8 2 9.854l1.917.967.375 2.033 2.148-.289L8 14l1.56-1.435 2.148.29.375-2.034L14 9.854 13.047 8 14 6.146l-1.917-.967-.375-2.033-2.148.289Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
|
-
<path
|
|
11
|
+
<path d="m5.346 7.876.892-.849L7.37 8.103 9.632 5.95l.892.849-3.155 3-2.023-1.924Z" fill="#fff" />
|
|
12
12
|
</Icon>
|
|
13
13
|
));
|
|
14
14
|
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Icon, IconProps
|
|
1
|
+
import { forwardRef, Icon, IconProps } from '@chakra-ui/react';
|
|
2
2
|
|
|
3
3
|
const BadgeBitrise = forwardRef<IconProps, 'svg'>((props, ref) => (
|
|
4
4
|
<Icon ref={ref} viewBox="0 0 16 16" {...props}>
|
|
5
5
|
<path
|
|
6
|
+
clipRule="evenodd"
|
|
7
|
+
d="M9.56 3.435 8 2 6.44 3.435l-2.148-.29-.375 2.034L2 6.146 2.953 8 2 9.854l1.917.967.375 2.033 2.148-.289L8 14l1.56-1.435 2.148.29.375-2.034L14 9.854 13.047 8 14 6.146l-1.917-.967-.375-2.033-2.148.289Z"
|
|
6
8
|
fill="#11BBA9"
|
|
7
9
|
fillRule="evenodd"
|
|
8
|
-
d="M9.56 3.435 8 2 6.44 3.435l-2.148-.29-.375 2.034L2 6.146 2.953 8 2 9.854l1.917.967.375 2.033 2.148-.289L8 14l1.56-1.435 2.148.29.375-2.034L14 9.854 13.047 8 14 6.146l-1.917-.967-.375-2.033-2.148.289Z"
|
|
9
|
-
clipRule="evenodd"
|
|
10
10
|
/>
|
|
11
11
|
<path
|
|
12
|
-
fill="#fff"
|
|
13
12
|
d="M8.482 10.4c1.03 0 1.714-.698 1.714-1.476 0-.864-.828-1.188-.828-1.188s.576-.324.576-1.044c0-.684-.648-1.332-1.584-1.332H6.2v5.04h2.282ZM7.28 9.5V8.204h1.152c.396 0 .684.288.684.648 0 .36-.288.648-.684.648H7.28Zm1.008-3.24c.36 0 .576.216.576.54 0 .324-.216.54-.576.54H7.28V6.26h1.008Z"
|
|
13
|
+
fill="#fff"
|
|
14
14
|
/>
|
|
15
15
|
</Icon>
|
|
16
16
|
));
|