@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
|
@@ -7,15 +7,15 @@ const systemColorKeys = Object.keys(semanticTokens.colors.sys);
|
|
|
7
7
|
|
|
8
8
|
const SystemTokens = () => (
|
|
9
9
|
<>
|
|
10
|
-
<Text as="h2"
|
|
10
|
+
<Text as="h2" color="pal.purple.10" fontWeight="normal" marginBlockEnd="8" size="8">
|
|
11
11
|
System Tokens
|
|
12
12
|
</Text>
|
|
13
13
|
<Card boxShadow="medium" padding="24">
|
|
14
14
|
{systemColorKeys.map((groupName) => (
|
|
15
15
|
<TokenTable
|
|
16
|
+
key={groupName}
|
|
16
17
|
data={semanticTokens.colors.sys[groupName]}
|
|
17
18
|
groupName={groupName}
|
|
18
|
-
key={groupName}
|
|
19
19
|
marginBottom="24"
|
|
20
20
|
tokenPrefix="sys."
|
|
21
21
|
/>
|
|
@@ -11,288 +11,286 @@ export type FigmaIcon = {
|
|
|
11
11
|
export const figmaIcons: {
|
|
12
12
|
[category: string]: FigmaIcon[];
|
|
13
13
|
} = {
|
|
14
|
+
Actions: [
|
|
15
|
+
{ figmaToken: 'plus', iconName: 'PlusOpen' },
|
|
16
|
+
{ figmaToken: 'plus-circle', iconName: 'PlusAdd', tags: 'add' },
|
|
17
|
+
{ figmaToken: 'plus-circle-filled', iconName: '' },
|
|
18
|
+
{ figmaToken: 'minus', iconName: 'MinusClose' },
|
|
19
|
+
{ figmaToken: 'minus-circle', iconName: 'MinusRemove', tags: 'remove' },
|
|
20
|
+
{ figmaToken: 'minus-circle-filled', iconName: '' },
|
|
21
|
+
{ figmaToken: 'cross', iconName: 'CloseSmall', tags: 'cancel, close, x, x-mark' },
|
|
22
|
+
{ figmaToken: 'cross-circle', iconName: 'BuildstatusFailed', tags: 'clear, dismiss, remove' },
|
|
23
|
+
{ figmaToken: 'cross-circle-filled', iconName: 'BuildstatusFailedSolid', tags: 'failed, error, status' },
|
|
24
|
+
],
|
|
14
25
|
'Arrows and Chevrons': [
|
|
15
|
-
{
|
|
16
|
-
{
|
|
17
|
-
{
|
|
18
|
-
{
|
|
19
|
-
{
|
|
20
|
-
{
|
|
21
|
-
{
|
|
22
|
-
{
|
|
23
|
-
{
|
|
24
|
-
{
|
|
25
|
-
{
|
|
26
|
-
{
|
|
27
|
-
{
|
|
28
|
-
{
|
|
29
|
-
{
|
|
26
|
+
{ figmaToken: 'arrow-left', iconName: 'ArrowLeft' },
|
|
27
|
+
{ figmaToken: 'arrow-down', iconName: 'ArrowDown' },
|
|
28
|
+
{ figmaToken: 'arrow-right', iconName: 'ArrowRight' },
|
|
29
|
+
{ figmaToken: 'arrow-up', iconName: 'ArrowUp' },
|
|
30
|
+
{ figmaToken: 'arrow-left-over-right', iconName: 'Request', tags: 'request' },
|
|
31
|
+
{ figmaToken: 'arrow-up-down', iconName: 'SortArrows' },
|
|
32
|
+
{ figmaToken: 'arrow-back-and-up', iconName: 'ArrowQuit', tags: 'quit' },
|
|
33
|
+
{ figmaToken: 'arrow-move-down', iconName: 'ArrowMoveDown' },
|
|
34
|
+
{ figmaToken: 'arrow-move-left', iconName: 'ArrowMoveLeft' },
|
|
35
|
+
{ figmaToken: 'arrow-move-right', iconName: 'ArrowMoveRight' },
|
|
36
|
+
{ figmaToken: 'arrow-move-up', iconName: 'ArrowMoveUp' },
|
|
37
|
+
{ figmaToken: 'chevron-down', iconName: 'ChevronDown' },
|
|
38
|
+
{ figmaToken: 'chevron-left', iconName: 'ChevronLeft' },
|
|
39
|
+
{ figmaToken: 'chevron-right', iconName: 'ChevronRight' },
|
|
40
|
+
{ figmaToken: 'chevron-up', iconName: 'ChevronUp' },
|
|
30
41
|
],
|
|
31
42
|
Bitrise: [
|
|
32
|
-
{
|
|
33
|
-
{
|
|
34
|
-
{
|
|
35
|
-
{
|
|
36
|
-
{
|
|
37
|
-
{
|
|
38
|
-
{
|
|
39
|
-
{
|
|
40
|
-
{
|
|
41
|
-
{
|
|
42
|
-
{
|
|
43
|
-
{
|
|
44
|
-
{
|
|
45
|
-
{
|
|
46
|
-
{
|
|
47
|
-
{
|
|
48
|
-
{
|
|
49
|
-
{
|
|
50
|
-
{
|
|
43
|
+
{ figmaToken: 'addons', iconName: 'Addons' },
|
|
44
|
+
{ figmaToken: 'addons-purple', iconName: 'AddonsViolet' },
|
|
45
|
+
{ figmaToken: 'addons-turqouise', iconName: 'AddonsTuorqouise' },
|
|
46
|
+
{ figmaToken: 'addons-white', iconName: 'AddonsWhite' },
|
|
47
|
+
{ figmaToken: 'steps', iconName: 'Steps' },
|
|
48
|
+
{ figmaToken: 'steps-purple', iconName: 'StepsViolet' },
|
|
49
|
+
{ figmaToken: 'steps-turqouise', iconName: 'StepsTuorqouise' },
|
|
50
|
+
{ figmaToken: 'steps-white', iconName: 'StepsWhite' },
|
|
51
|
+
{ figmaToken: 'build', iconName: 'Build' },
|
|
52
|
+
{ figmaToken: 'workflow', iconName: 'Workflow' },
|
|
53
|
+
{ figmaToken: 'workflow-flow', iconName: 'WorkflowFlow' },
|
|
54
|
+
{ figmaToken: 'bitbot', iconName: 'Bitbot' },
|
|
55
|
+
{ figmaToken: 'bitbot-error', iconName: 'BitbotError' },
|
|
56
|
+
{ figmaToken: 'ship', iconName: 'Ship' },
|
|
57
|
+
{ figmaToken: 'trace', iconName: 'Trace' },
|
|
58
|
+
{ figmaToken: 'badge-bitrise', iconName: 'BadgeBitrise' },
|
|
59
|
+
{ figmaToken: 'badge-3rd-party', iconName: 'Badge3rdParty' },
|
|
60
|
+
{ figmaToken: 'step-upgrade', iconName: 'StepUpgrade' },
|
|
61
|
+
{ figmaToken: 'step-version-ok', iconName: 'StepVersionOk' },
|
|
51
62
|
],
|
|
52
63
|
Computer: [
|
|
53
|
-
{
|
|
54
|
-
{
|
|
55
|
-
{
|
|
56
|
-
{
|
|
57
|
-
{
|
|
58
|
-
{
|
|
59
|
-
{
|
|
60
|
-
{
|
|
61
|
-
{
|
|
62
|
-
{
|
|
63
|
-
{
|
|
64
|
-
{
|
|
65
|
-
{
|
|
66
|
-
{
|
|
67
|
-
{
|
|
68
|
-
{
|
|
69
|
-
{
|
|
70
|
-
{
|
|
71
|
-
{
|
|
72
|
-
{
|
|
73
|
-
{
|
|
74
|
-
{
|
|
75
|
-
{
|
|
76
|
-
{
|
|
77
|
-
{
|
|
78
|
-
{
|
|
79
|
-
{
|
|
80
|
-
{
|
|
81
|
-
{
|
|
64
|
+
{ figmaToken: 'cpu', iconName: 'Cpu' },
|
|
65
|
+
{ figmaToken: 'memory', iconName: 'Cache', tags: 'cache, ram' },
|
|
66
|
+
{ figmaToken: 'file-doc', iconName: 'FileDoc' },
|
|
67
|
+
{ figmaToken: 'file-pdf', iconName: 'FilePdf' },
|
|
68
|
+
{ figmaToken: 'file-plist', iconName: 'FilePlist' },
|
|
69
|
+
{ figmaToken: 'file-zip', iconName: 'FileZip' },
|
|
70
|
+
{ figmaToken: 'login', iconName: 'Login' },
|
|
71
|
+
{ figmaToken: 'logout', iconName: 'Logout' },
|
|
72
|
+
{ figmaToken: 'configure', iconName: 'Filter', tags: 'configuration, preferences' },
|
|
73
|
+
{ figmaToken: 'filter', iconName: '', tags: 'filtering, funnel' },
|
|
74
|
+
{ figmaToken: 'copy', iconName: 'Duplicate', tags: 'clone, duplicate' },
|
|
75
|
+
{ figmaToken: 'download', iconName: 'Download' },
|
|
76
|
+
{ figmaToken: 'install', iconName: '' },
|
|
77
|
+
{ figmaToken: 'upload', iconName: 'Upload' },
|
|
78
|
+
{ figmaToken: 'folder', iconName: 'Folder' },
|
|
79
|
+
{ figmaToken: 'save', iconName: 'Save' },
|
|
80
|
+
{ figmaToken: 'fullscreen', iconName: 'Fullscreen' },
|
|
81
|
+
{ figmaToken: 'fullscreen-exit', iconName: 'FullscreenExit' },
|
|
82
|
+
{ figmaToken: 'mobile', iconName: 'Mobile' },
|
|
83
|
+
{ figmaToken: 'laptop', iconName: 'Laptop' },
|
|
84
|
+
{ figmaToken: 'screenshare', iconName: 'Screenshare' },
|
|
85
|
+
{ figmaToken: 'microphone', iconName: 'Podcast' },
|
|
86
|
+
{ figmaToken: 'headset', iconName: 'Webinar', tags: 'webinar' },
|
|
87
|
+
{ figmaToken: 'chat', iconName: 'Chat' },
|
|
88
|
+
{ figmaToken: 'message', iconName: 'Message' },
|
|
89
|
+
{ figmaToken: 'message-alert', iconName: 'ChatMessage', tags: 'chat' },
|
|
90
|
+
{ figmaToken: 'terminal', iconName: 'Window', tags: 'prompt, window' },
|
|
91
|
+
{ figmaToken: 'monitor-chart', iconName: 'MonitorChart' },
|
|
92
|
+
{ figmaToken: 'open-in-new', iconName: 'OpenInBrowser', tags: 'link, new-tab, browser' },
|
|
82
93
|
],
|
|
83
94
|
Developer: [
|
|
84
|
-
{
|
|
85
|
-
{
|
|
86
|
-
{
|
|
87
|
-
{
|
|
88
|
-
{
|
|
89
|
-
{
|
|
90
|
-
{
|
|
91
|
-
{
|
|
92
|
-
{
|
|
93
|
-
{
|
|
94
|
-
{
|
|
95
|
-
{
|
|
96
|
-
{
|
|
97
|
-
{
|
|
98
|
-
{
|
|
99
|
-
{
|
|
95
|
+
{ figmaToken: 'app', iconName: 'App' },
|
|
96
|
+
{ figmaToken: 'branch', iconName: 'Branch' },
|
|
97
|
+
{ figmaToken: 'commit', iconName: '' },
|
|
98
|
+
{ figmaToken: 'pull', iconName: 'Pull' },
|
|
99
|
+
{ figmaToken: 'push', iconName: 'Commit' },
|
|
100
|
+
{ figmaToken: 'bug', iconName: 'Bug' },
|
|
101
|
+
{ figmaToken: 'trigger', iconName: 'Trigger' },
|
|
102
|
+
{ figmaToken: 'stack', iconName: 'Stack' },
|
|
103
|
+
{ figmaToken: 'code', iconName: 'Code' },
|
|
104
|
+
{ figmaToken: 'code-signing', iconName: 'CodeSigning' },
|
|
105
|
+
{ figmaToken: 'deployment', iconName: 'Deployment' },
|
|
106
|
+
{ figmaToken: 'security-shield', iconName: 'SecurityShield' },
|
|
107
|
+
{ figmaToken: 'validate-shield', iconName: 'ValidateShield' },
|
|
108
|
+
{ figmaToken: 'web ui', iconName: 'WebUi' },
|
|
109
|
+
{ figmaToken: 'webhooks', iconName: 'Webhooks' },
|
|
110
|
+
{ figmaToken: 'agent', iconName: 'Agent' },
|
|
100
111
|
],
|
|
101
112
|
Logos: [
|
|
102
|
-
{
|
|
103
|
-
{
|
|
104
|
-
{
|
|
105
|
-
{
|
|
106
|
-
{
|
|
107
|
-
{
|
|
108
|
-
{
|
|
109
|
-
{
|
|
110
|
-
{
|
|
111
|
-
{
|
|
112
|
-
{
|
|
113
|
-
{
|
|
114
|
-
{
|
|
115
|
-
{
|
|
116
|
-
{
|
|
117
|
-
{
|
|
118
|
-
{
|
|
119
|
-
{
|
|
120
|
-
{
|
|
121
|
-
{
|
|
122
|
-
{
|
|
123
|
-
{
|
|
124
|
-
{
|
|
125
|
-
{
|
|
126
|
-
{
|
|
113
|
+
{ figmaToken: 'android', iconName: 'Android' },
|
|
114
|
+
{ figmaToken: 'apple', iconName: 'Apple', tags: 'ios' },
|
|
115
|
+
{ figmaToken: 'apple-filled', iconName: 'AppleFill', tags: 'ios' },
|
|
116
|
+
{ figmaToken: 'macos', iconName: 'Macos' },
|
|
117
|
+
{ figmaToken: 'twitter', iconName: 'Twitter' },
|
|
118
|
+
{ figmaToken: 'bitbucket', iconName: 'BitbucketPlain' },
|
|
119
|
+
{ figmaToken: 'bitbucket-color', iconName: 'BitbucketBlue' },
|
|
120
|
+
{ figmaToken: 'bitbucket-white', iconName: 'BitbucketShadedWhite' },
|
|
121
|
+
{ figmaToken: 'cordova', iconName: 'Cordova' },
|
|
122
|
+
{ figmaToken: 'fastlane', iconName: 'Fastlane' },
|
|
123
|
+
{ figmaToken: 'flutter', iconName: 'Flutter' },
|
|
124
|
+
{ figmaToken: 'go', iconName: 'Go' },
|
|
125
|
+
{ figmaToken: 'github', iconName: 'Github' },
|
|
126
|
+
{ figmaToken: 'gitlab', iconName: 'GitlabPlain' },
|
|
127
|
+
{ figmaToken: 'gitlab-color', iconName: 'GitlabColor' },
|
|
128
|
+
{ figmaToken: 'gitlab-white', iconName: 'GitlabShadedWhite' },
|
|
129
|
+
{ figmaToken: 'ionic', iconName: 'Ionic' },
|
|
130
|
+
{ figmaToken: 'nodejs', iconName: 'Nodejs' },
|
|
131
|
+
{ figmaToken: 'react', iconName: 'ReactIcon' },
|
|
132
|
+
{ figmaToken: 'xamarin', iconName: 'Xamarin' },
|
|
133
|
+
{ figmaToken: 'other', iconName: 'Other' },
|
|
134
|
+
{ figmaToken: 'google', iconName: 'GoogleColor' },
|
|
135
|
+
{ figmaToken: 'bazel', iconName: 'Bazel' },
|
|
136
|
+
{ figmaToken: 'gradle', iconName: 'Gradle' },
|
|
137
|
+
{ figmaToken: 'launchdarkly', iconName: 'LaunchDarkly' },
|
|
127
138
|
],
|
|
128
139
|
Media: [
|
|
129
|
-
{
|
|
130
|
-
{
|
|
131
|
-
{
|
|
132
|
-
{
|
|
140
|
+
{ figmaToken: 'pause', iconName: 'Pause' },
|
|
141
|
+
{ figmaToken: 'play', iconName: 'Play' },
|
|
142
|
+
{ figmaToken: 'shuffle', iconName: 'Shuffle' },
|
|
143
|
+
{ figmaToken: 'video', iconName: 'Video' },
|
|
144
|
+
],
|
|
145
|
+
Navigation: [
|
|
146
|
+
{ figmaToken: 'dashboard', iconName: '' },
|
|
147
|
+
{ figmaToken: 'dashboard-filled', iconName: '' },
|
|
148
|
+
{ figmaToken: 'build-test', iconName: 'BuildTest', tags: 'automation, ci/cd' },
|
|
149
|
+
{ figmaToken: 'build-test-filled', iconName: 'BuildTestSolid', tags: 'automation, ci/cd' },
|
|
150
|
+
{ figmaToken: 'build-cache', iconName: 'BuildCache' },
|
|
151
|
+
{ figmaToken: 'build-cache-filled', iconName: 'BuildCacheSolid' },
|
|
152
|
+
{ figmaToken: 'release', iconName: 'Release' },
|
|
153
|
+
{ figmaToken: 'release-filled', iconName: 'ReleaseSolid' },
|
|
154
|
+
{ figmaToken: 'insights', iconName: 'Insights' },
|
|
155
|
+
{ figmaToken: 'insights-filled', iconName: 'InsightsSolid' },
|
|
156
|
+
{ figmaToken: 'settings', iconName: 'Settings' },
|
|
157
|
+
{ figmaToken: 'settings-filled', iconName: 'SettingsSolid' },
|
|
133
158
|
],
|
|
134
159
|
Objects: [
|
|
135
|
-
{
|
|
136
|
-
{
|
|
137
|
-
{
|
|
138
|
-
{
|
|
139
|
-
{
|
|
140
|
-
{
|
|
141
|
-
{
|
|
142
|
-
{
|
|
143
|
-
{
|
|
144
|
-
{
|
|
145
|
-
{
|
|
146
|
-
{
|
|
147
|
-
{
|
|
148
|
-
{
|
|
149
|
-
{
|
|
150
|
-
{
|
|
151
|
-
{
|
|
152
|
-
{
|
|
153
|
-
{
|
|
154
|
-
{
|
|
155
|
-
{
|
|
156
|
-
{
|
|
157
|
-
{
|
|
158
|
-
{
|
|
159
|
-
{
|
|
160
|
-
{
|
|
161
|
-
{
|
|
162
|
-
{
|
|
163
|
-
{
|
|
164
|
-
{
|
|
165
|
-
{
|
|
166
|
-
{
|
|
167
|
-
{
|
|
168
|
-
{
|
|
160
|
+
{ figmaToken: 'anchor', iconName: 'Anchor' },
|
|
161
|
+
{ figmaToken: 'bell', iconName: 'Bell' },
|
|
162
|
+
{ figmaToken: 'book', iconName: 'Book' },
|
|
163
|
+
{ figmaToken: 'calendar', iconName: 'Calendar' },
|
|
164
|
+
{ figmaToken: 'coffee', iconName: 'Coffee' },
|
|
165
|
+
{ figmaToken: 'creditcard', iconName: 'Creditcard' },
|
|
166
|
+
{ figmaToken: 'credits', iconName: 'Credits' },
|
|
167
|
+
{ figmaToken: 'crown', iconName: 'Owner' },
|
|
168
|
+
{ figmaToken: 'doc', iconName: 'Doc' },
|
|
169
|
+
{ figmaToken: 'enterprise', iconName: 'Enterprise' },
|
|
170
|
+
{ figmaToken: 'flag', iconName: 'Flag' },
|
|
171
|
+
{ figmaToken: 'japanese', iconName: 'Japanese' },
|
|
172
|
+
{ figmaToken: 'gauge', iconName: 'Gauge' },
|
|
173
|
+
{ figmaToken: 'globe', iconName: 'Globe' },
|
|
174
|
+
{ figmaToken: 'heart', iconName: 'Heart' },
|
|
175
|
+
{ figmaToken: 'hourglass', iconName: 'Time', tags: 'time, sand' },
|
|
176
|
+
{ figmaToken: 'image', iconName: 'Image' },
|
|
177
|
+
{ figmaToken: 'invoice', iconName: 'Invoice' },
|
|
178
|
+
{ figmaToken: 'key', iconName: 'Key' },
|
|
179
|
+
{ figmaToken: 'lightbulb', iconName: 'Lightbulb' },
|
|
180
|
+
{ figmaToken: 'link', iconName: 'Link' },
|
|
181
|
+
{ figmaToken: 'lock', iconName: 'Lock', tags: 'private' },
|
|
182
|
+
{ figmaToken: 'lock-open', iconName: 'LockOpen', tags: 'public, unlocked' },
|
|
183
|
+
{ figmaToken: 'magnifier', iconName: 'Magnifier' },
|
|
184
|
+
{ figmaToken: 'mail', iconName: 'Mail', tags: 'email, envelope, message' },
|
|
185
|
+
{ figmaToken: 'news', iconName: 'News' },
|
|
186
|
+
{ figmaToken: 'no-tie', iconName: 'NoTie' },
|
|
187
|
+
{ figmaToken: 'pencil', iconName: 'Pencil' },
|
|
188
|
+
{ figmaToken: 'star', iconName: 'Star' },
|
|
189
|
+
{ figmaToken: 'stopwatch', iconName: 'Stopwatch' },
|
|
190
|
+
{ figmaToken: 'tag', iconName: 'Tag' },
|
|
191
|
+
{ figmaToken: 'tools', iconName: 'Tools' },
|
|
192
|
+
{ figmaToken: 'trash', iconName: 'Trash', tags: 'delete, remove' },
|
|
193
|
+
{ figmaToken: 'siren', iconName: 'Siren', tags: 'alert, alarm, emergency' },
|
|
169
194
|
],
|
|
170
195
|
People: [
|
|
171
|
-
{
|
|
172
|
-
{
|
|
173
|
-
{
|
|
174
|
-
{
|
|
175
|
-
{
|
|
176
|
-
{
|
|
177
|
-
],
|
|
178
|
-
Actions: [
|
|
179
|
-
{ iconName: 'PlusOpen', figmaToken: 'plus' },
|
|
180
|
-
{ iconName: 'PlusAdd', figmaToken: 'plus-circle', tags: 'add' },
|
|
181
|
-
{ iconName: '', figmaToken: 'plus-circle-filled' },
|
|
182
|
-
{ iconName: 'MinusClose', figmaToken: 'minus' },
|
|
183
|
-
{ iconName: 'MinusRemove', figmaToken: 'minus-circle', tags: 'remove' },
|
|
184
|
-
{ iconName: '', figmaToken: 'minus-circle-filled' },
|
|
185
|
-
{ iconName: 'CloseSmall', figmaToken: 'cross', tags: 'cancel, close, x, x-mark' },
|
|
186
|
-
{ iconName: 'BuildstatusFailed', figmaToken: 'cross-circle', tags: 'clear, dismiss, remove' },
|
|
187
|
-
{ iconName: 'BuildstatusFailedSolid', figmaToken: 'cross-circle-filled', tags: 'failed, error, status' },
|
|
188
|
-
],
|
|
189
|
-
Navigation: [
|
|
190
|
-
{ iconName: '', figmaToken: 'dashboard' },
|
|
191
|
-
{ iconName: '', figmaToken: 'dashboard-filled' },
|
|
192
|
-
{ iconName: 'BuildTest', figmaToken: 'build-test', tags: 'automation, ci/cd' },
|
|
193
|
-
{ iconName: 'BuildTestSolid', figmaToken: 'build-test-filled', tags: 'automation, ci/cd' },
|
|
194
|
-
{ iconName: 'BuildCache', figmaToken: 'build-cache' },
|
|
195
|
-
{ iconName: 'BuildCacheSolid', figmaToken: 'build-cache-filled' },
|
|
196
|
-
{ iconName: 'Release', figmaToken: 'release' },
|
|
197
|
-
{ iconName: 'ReleaseSolid', figmaToken: 'release-filled' },
|
|
198
|
-
{ iconName: 'Insights', figmaToken: 'insights' },
|
|
199
|
-
{ iconName: 'InsightsSolid', figmaToken: 'insights-filled' },
|
|
200
|
-
{ iconName: 'Settings', figmaToken: 'settings' },
|
|
201
|
-
{ iconName: 'SettingsSolid', figmaToken: 'settings-filled' },
|
|
196
|
+
{ figmaToken: 'person', iconName: 'Person', tags: 'account, user' },
|
|
197
|
+
{ figmaToken: 'connected-accounts', iconName: 'ConnectedAccounts' },
|
|
198
|
+
{ figmaToken: 'people', iconName: 'Dudes', tags: 'dudes, team' },
|
|
199
|
+
{ figmaToken: 'person-with-desk', iconName: 'Conference' },
|
|
200
|
+
{ figmaToken: 'eye', iconName: 'ShowPassword', tags: 'password, show, view' },
|
|
201
|
+
{ figmaToken: 'eye-slash', iconName: 'HidePassword', tags: 'hide, password' },
|
|
202
202
|
],
|
|
203
203
|
Status: [
|
|
204
|
-
{
|
|
205
|
-
{
|
|
206
|
-
{
|
|
204
|
+
{ figmaToken: 'circle', iconName: 'BuildstatusNeverbuilt' },
|
|
205
|
+
{ figmaToken: 'circle-dashed', iconName: 'StageIncomplete' },
|
|
206
|
+
{ figmaToken: 'circle-half-full', iconName: 'StageCurrent', tags: 'in-progress' },
|
|
207
207
|
{
|
|
208
|
-
iconName: '',
|
|
209
208
|
figmaToken: 'block-circle',
|
|
209
|
+
iconName: '',
|
|
210
210
|
tags: 'abort, aborted, ban, block, forbidden, restricted, status, progress',
|
|
211
211
|
},
|
|
212
|
-
{
|
|
213
|
-
{
|
|
214
|
-
{
|
|
215
|
-
{
|
|
216
|
-
{
|
|
217
|
-
{
|
|
218
|
-
{
|
|
219
|
-
{
|
|
220
|
-
{
|
|
221
|
-
{
|
|
222
|
-
{
|
|
223
|
-
{
|
|
224
|
-
{
|
|
212
|
+
{ figmaToken: 'question-circle', iconName: '', tags: 'help, support' },
|
|
213
|
+
{ figmaToken: 'question-circle-filled', iconName: '' },
|
|
214
|
+
{ figmaToken: 'skip-circle', iconName: 'StepstatusSkip', tags: 'progress' },
|
|
215
|
+
{ figmaToken: 'skip-circle-filled', iconName: '' },
|
|
216
|
+
{ figmaToken: 'check', iconName: 'Tick', tags: 'tick' },
|
|
217
|
+
{ figmaToken: 'check-circle', iconName: 'BuildstatusSuccessful', tags: 'success' },
|
|
218
|
+
{ figmaToken: 'check-circle-filled', iconName: 'BuildstatusSuccessfulSolid', tags: 'success' },
|
|
219
|
+
{ figmaToken: 'error-circle', iconName: 'StepstatusWarning' },
|
|
220
|
+
{ figmaToken: 'error-circle-filled', iconName: '' },
|
|
221
|
+
{ figmaToken: 'info-circle', iconName: '', tags: 'tooltip' },
|
|
222
|
+
{ figmaToken: 'info-circle-filled', iconName: '' },
|
|
223
|
+
{ figmaToken: 'warning', iconName: 'Warning' },
|
|
224
|
+
{ figmaToken: 'warning-yellow', iconName: 'WarningColored' },
|
|
225
225
|
],
|
|
226
226
|
'Status (old)': [
|
|
227
|
-
{
|
|
228
|
-
{
|
|
229
|
-
{
|
|
230
|
-
{
|
|
231
|
-
{
|
|
232
|
-
{
|
|
233
|
-
{
|
|
234
|
-
{
|
|
235
|
-
{
|
|
236
|
-
{
|
|
237
|
-
{
|
|
227
|
+
{ figmaToken: 'test-failed', iconName: 'TestFailed' },
|
|
228
|
+
{ figmaToken: 'test-inconclusive', iconName: 'TestInconclusive' },
|
|
229
|
+
{ figmaToken: 'test-info', iconName: 'TestInfo' },
|
|
230
|
+
{ figmaToken: 'test-inprogress', iconName: 'TestInprogress' },
|
|
231
|
+
{ figmaToken: 'test-skipped', iconName: 'TestSkipped' },
|
|
232
|
+
{ figmaToken: 'test-success', iconName: 'TestSuccess' },
|
|
233
|
+
{ figmaToken: 'test-warning', iconName: 'TestWarning' },
|
|
234
|
+
{ figmaToken: 'spinner-eggplant', iconName: 'ProgressEggplant', tags: 'loading, progress' },
|
|
235
|
+
{ figmaToken: 'spinner-violet', iconName: 'ProgressViolet', tags: 'loading, progress' },
|
|
236
|
+
{ figmaToken: 'spinner-white', iconName: 'ProgressWhite', tags: 'loading, progress' },
|
|
237
|
+
{ figmaToken: 'build-spinner-white', iconName: 'BuildstatusProgressWhite', tags: 'progress, running, status' },
|
|
238
238
|
{
|
|
239
|
-
iconName: 'BuildstatusProgressEggplant',
|
|
240
239
|
figmaToken: 'build-spinner-eggplant',
|
|
240
|
+
iconName: 'BuildstatusProgressEggplant',
|
|
241
241
|
tags: 'progress, running, status',
|
|
242
242
|
},
|
|
243
243
|
],
|
|
244
244
|
Symbols: [
|
|
245
|
-
{
|
|
246
|
-
{
|
|
247
|
-
{
|
|
248
|
-
{
|
|
249
|
-
{
|
|
250
|
-
{
|
|
251
|
-
{
|
|
252
|
-
{
|
|
253
|
-
{
|
|
254
|
-
{
|
|
255
|
-
{
|
|
256
|
-
{
|
|
257
|
-
{
|
|
258
|
-
{
|
|
259
|
-
{
|
|
260
|
-
{
|
|
261
|
-
{
|
|
262
|
-
{
|
|
263
|
-
{
|
|
264
|
-
{
|
|
265
|
-
{
|
|
266
|
-
{
|
|
267
|
-
{
|
|
268
|
-
{
|
|
269
|
-
{
|
|
270
|
-
{
|
|
271
|
-
{
|
|
272
|
-
{
|
|
245
|
+
{ figmaToken: 'expand', iconName: 'Expand' },
|
|
246
|
+
{ figmaToken: 'refresh', iconName: 'Refresh' },
|
|
247
|
+
{ figmaToken: 'replace', iconName: 'Replace' },
|
|
248
|
+
{ figmaToken: 'history', iconName: 'History' },
|
|
249
|
+
{ figmaToken: 'responsiveness', iconName: 'Responsiveness' },
|
|
250
|
+
{ figmaToken: 'power', iconName: 'Power' },
|
|
251
|
+
{ figmaToken: 'menu-grid', iconName: 'MenuGrid' },
|
|
252
|
+
{ figmaToken: 'menu-hamburger', iconName: 'MenuHamburger' },
|
|
253
|
+
{ figmaToken: 'more-horizontal', iconName: 'MoreHorizontal' },
|
|
254
|
+
{ figmaToken: 'more-vertical', iconName: 'MoreVertical' },
|
|
255
|
+
{ figmaToken: 'overview', iconName: 'Overview' },
|
|
256
|
+
{ figmaToken: 'dot', iconName: 'Bulletpoint', tags: 'bullet, bulletpoint' },
|
|
257
|
+
{ figmaToken: 'group', iconName: 'Group' },
|
|
258
|
+
{ figmaToken: 'percent', iconName: 'Percent' },
|
|
259
|
+
{ figmaToken: 'box-arrow-down', iconName: 'BoxWithArrowDown' },
|
|
260
|
+
{ figmaToken: 'box-dot', iconName: 'BoxWithDot' },
|
|
261
|
+
{ figmaToken: 'box-lines-overflow', iconName: 'OverflowingLines', tags: 'text, wrap' },
|
|
262
|
+
{ figmaToken: 'box-lines-wrap', iconName: 'WrappedLines', tags: 'text' },
|
|
263
|
+
{ figmaToken: 'change-plan', iconName: 'ChangePlan' },
|
|
264
|
+
{ figmaToken: 'dollar', iconName: 'Dollars' },
|
|
265
|
+
{ figmaToken: 'hashtag', iconName: 'Numero', tags: 'numero' },
|
|
266
|
+
{ figmaToken: 'cycle', iconName: 'Cycle' },
|
|
267
|
+
{ figmaToken: 'interaction', iconName: 'Interaction' },
|
|
268
|
+
{ figmaToken: 'stability', iconName: 'Stability' },
|
|
269
|
+
{ figmaToken: 'swag', iconName: 'Swag' },
|
|
270
|
+
{ figmaToken: 'tasks', iconName: 'Testing', tags: 'checklist, list, testing' },
|
|
271
|
+
{ figmaToken: 'wow', iconName: 'Wow' },
|
|
272
|
+
{ figmaToken: 'details', iconName: 'Details' },
|
|
273
273
|
],
|
|
274
274
|
'UI Components': [
|
|
275
275
|
{
|
|
276
|
-
iconName: 'Sort',
|
|
277
|
-
figmaToken: 'table-sort: Not sorted',
|
|
278
276
|
css: {
|
|
279
277
|
path: {
|
|
280
278
|
fill: 'neutral.80',
|
|
281
279
|
},
|
|
282
280
|
},
|
|
281
|
+
figmaToken: 'table-sort: Not sorted',
|
|
282
|
+
iconName: 'Sort',
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
|
-
iconName: 'Sort',
|
|
286
|
-
figmaToken: 'table-sort: Hover',
|
|
287
285
|
css: {
|
|
288
286
|
path: {
|
|
289
287
|
fill: 'neutral.10',
|
|
290
288
|
},
|
|
291
289
|
},
|
|
290
|
+
figmaToken: 'table-sort: Hover',
|
|
291
|
+
iconName: 'Sort',
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
|
-
iconName: 'Sort',
|
|
295
|
-
figmaToken: 'table-sort: Up',
|
|
296
294
|
css: {
|
|
297
295
|
path: {
|
|
298
296
|
fill: 'neutral.80',
|
|
@@ -301,10 +299,10 @@ export const figmaIcons: {
|
|
|
301
299
|
fill: 'neutral.10',
|
|
302
300
|
},
|
|
303
301
|
},
|
|
302
|
+
figmaToken: 'table-sort: Up',
|
|
303
|
+
iconName: 'Sort',
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
|
-
iconName: 'Sort',
|
|
307
|
-
figmaToken: 'table-sort: Descending',
|
|
308
306
|
css: {
|
|
309
307
|
path: {
|
|
310
308
|
fill: 'neutral.80',
|
|
@@ -313,7 +311,9 @@ export const figmaIcons: {
|
|
|
313
311
|
fill: 'neutral.10',
|
|
314
312
|
},
|
|
315
313
|
},
|
|
314
|
+
figmaToken: 'table-sort: Descending',
|
|
315
|
+
iconName: 'Sort',
|
|
316
316
|
},
|
|
317
|
-
{
|
|
317
|
+
{ figmaToken: 'dropdown-arrows', iconName: 'DropdownArrows' },
|
|
318
318
|
],
|
|
319
319
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
const shadows = {
|
|
2
|
-
|
|
3
|
-
medium: '0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.06)',
|
|
4
|
-
large: '0 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.08)',
|
|
2
|
+
formFocus: '0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1) inset, 0 0 0 3px var(--colors-purple-70)',
|
|
5
3
|
inner: '0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1) inset',
|
|
6
4
|
innerSmall: '0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.1) inset',
|
|
5
|
+
large: '0 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.08)',
|
|
6
|
+
medium: '0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.06)',
|
|
7
|
+
none: 'none',
|
|
7
8
|
outline: '0 0 0 3px var(--colors-purple-70)',
|
|
9
|
+
small: '0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.06)',
|
|
8
10
|
tooltip: '0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.2)',
|
|
9
|
-
formFocus: '0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1) inset, 0 0 0 3px var(--colors-purple-70)',
|
|
10
|
-
none: 'none',
|
|
11
11
|
};
|
|
12
12
|
|
|
13
13
|
export type Shadows = typeof shadows;
|