@bitrise/bitkit 13.279.0 → 13.280.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 +22 -22
- package/src/Components/Accordion/Accordion.theme.ts +1 -1
- package/src/Components/Accordion/Accordion.tsx +1 -1
- package/src/Components/Accordion/AccordionItem.tsx +1 -1
- package/src/Components/AspectRatio/AspectRatio.tsx +1 -1
- package/src/Components/Avatar/Avatar.theme.ts +1 -1
- package/src/Components/Avatar/Avatar.tsx +1 -1
- package/src/Components/Badge/Badge.theme.ts +1 -1
- package/src/Components/Badge/Badge.tsx +1 -1
- package/src/Components/Box/Box.tsx +1 -1
- package/src/Components/Breadcrumb/Breadcrumb.theme.ts +1 -1
- package/src/Components/Breadcrumb/Breadcrumb.tsx +1 -1
- package/src/Components/Breadcrumb/BreadcrumbLink.tsx +1 -1
- package/src/Components/Button/Button.theme.ts +1 -1
- package/src/Components/Button/Button.tsx +1 -1
- package/src/Components/ButtonGroup/ButtonGroup.tsx +1 -1
- package/src/Components/Card/Card.tsx +1 -1
- package/src/Components/CloseButton/CloseButton.tsx +1 -1
- package/src/Components/CodeSnippet/CodeSnippet.theme.ts +1 -1
- package/src/Components/CodeSnippet/CodeSnippet.tsx +1 -1
- package/src/Components/Collapse/Collapse.tsx +1 -1
- package/src/Components/ColorButton/ColorButton.tsx +6 -1
- package/src/Components/ControlButton/ControlButton.tsx +1 -1
- package/src/Components/DataWidget/DataWidget.theme.ts +1 -1
- package/src/Components/DataWidget/DataWidget.tsx +1 -1
- package/src/Components/DatePicker/DatePicker.context.ts +1 -1
- package/src/Components/DatePicker/DatePicker.tsx +1 -1
- package/src/Components/DatePicker/DatePickerDay.tsx +2 -2
- package/src/Components/DatePicker/DatePickerHeader.tsx +1 -1
- package/src/Components/DatePicker/DatePickerMonth.tsx +1 -1
- package/src/Components/DatePicker/DatePickerMonthSelector.tsx +1 -1
- package/src/Components/DefinitionTooltip/DefinitionTooltip.theme.ts +1 -1
- package/src/Components/DefinitionTooltip/DefinitionTooltip.tsx +1 -1
- package/src/Components/Dialog/Dialog.theme.ts +1 -1
- package/src/Components/Dialog/Dialog.tsx +1 -1
- package/src/Components/Dialog/DialogBody.tsx +1 -1
- package/src/Components/Dialog/DialogFooter.tsx +1 -1
- package/src/Components/Dialog/DialogProps.ts +1 -1
- package/src/Components/Divider/Divider.tsx +1 -1
- package/src/Components/Dot/Dot.tsx +1 -1
- package/src/Components/DraggableCard/DraggableCard.theme.ts +1 -1
- package/src/Components/DraggableCard/DraggableCard.tsx +1 -1
- package/src/Components/Drawer/Drawer.theme.ts +1 -1
- package/src/Components/Drawer/Drawer.tsx +1 -1
- package/src/Components/Drawer/useDrawer.tsx +1 -1
- package/src/Components/Dropdown/Dropdown.context.tsx +2 -2
- package/src/Components/Dropdown/Dropdown.tsx +1 -1
- package/src/Components/Dropdown/DropdownButton.tsx +1 -1
- package/src/Components/Dropdown/DropdownOption.tsx +3 -3
- package/src/Components/Dropdown/DropdownProps.ts +1 -1
- package/src/Components/Dropdown/hooks/useFloatingDropdown.ts +2 -2
- package/src/Components/Dropdown/hooks/useSimpleSearch.tsx +1 -1
- package/src/Components/EmptyState/EmptyState.theme.ts +1 -1
- package/src/Components/EmptyState/EmptyState.tsx +1 -1
- package/src/Components/ExpandableCard/ExpandableCard.theme.ts +1 -1
- package/src/Components/ExpandableCard/ExpandableCard.tsx +1 -1
- package/src/Components/Fade/Fade.tsx +1 -1
- package/src/Components/Filter/Filter.context.tsx +1 -1
- package/src/Components/Filter/Filter.theme.ts +1 -1
- package/src/Components/Filter/Filter.tsx +1 -1
- package/src/Components/Filter/FilterAdd/FilterAdd.tsx +1 -1
- package/src/Components/Filter/FilterDate/FilterDate.tsx +1 -1
- package/src/Components/Filter/FilterForm/FilterForm.tsx +1 -1
- package/src/Components/Filter/FilterItem/FilterItem.tsx +1 -1
- package/src/Components/Filter/FilterSearch/FilterSearch.tsx +1 -1
- package/src/Components/Filter/FilterSwitch/FilterSwitch.tsx +3 -3
- package/src/Components/Filter/FilterSwitch/FilterSwitchGroup.tsx +1 -1
- package/src/Components/Form/Checkbox/Checkbox.tsx +1 -1
- package/src/Components/Form/Checkbox/CheckboxGroup.tsx +4 -1
- package/src/Components/Form/DateInput/DateInput.tsx +1 -1
- package/src/Components/Form/FileInput/FileInput.theme.ts +1 -1
- package/src/Components/Form/FileInput/FileInput.tsx +1 -1
- package/src/Components/Form/Form.theme.ts +1 -1
- package/src/Components/Form/FormLabel.tsx +1 -1
- package/src/Components/Form/Input/Input.theme.ts +1 -1
- package/src/Components/Form/Input/Input.tsx +1 -1
- package/src/Components/Form/Radio/Radio.tsx +1 -1
- package/src/Components/Form/Radio/RadioGroup.tsx +1 -1
- package/src/Components/Form/TagsInput/TagsInput.theme.ts +1 -1
- package/src/Components/Form/TagsInput/TagsInput.tsx +1 -1
- package/src/Components/Form/Textarea/Textarea.theme.ts +1 -1
- package/src/Components/Form/Textarea/Textarea.tsx +1 -1
- package/src/Components/Icon/Icon.tsx +1 -1
- package/src/Components/IconButton/IconButton.tsx +5 -1
- package/src/Components/Icons/16x16/AbortCircle.tsx +1 -1
- package/src/Components/Icons/16x16/AbortCircleFilled.tsx +1 -1
- package/src/Components/Icons/16x16/Addons.tsx +1 -1
- package/src/Components/Icons/16x16/AddonsTuorqouise.tsx +1 -1
- package/src/Components/Icons/16x16/AddonsViolet.tsx +1 -1
- package/src/Components/Icons/16x16/AddonsWhite.tsx +1 -1
- package/src/Components/Icons/16x16/Agent.tsx +1 -1
- package/src/Components/Icons/16x16/Anchor.tsx +1 -1
- package/src/Components/Icons/16x16/Android.tsx +1 -1
- package/src/Components/Icons/16x16/App.tsx +1 -1
- package/src/Components/Icons/16x16/AppStore.tsx +1 -1
- package/src/Components/Icons/16x16/AppStoreColor.tsx +1 -1
- package/src/Components/Icons/16x16/Apple.tsx +1 -1
- package/src/Components/Icons/16x16/AppleFill.tsx +1 -1
- package/src/Components/Icons/16x16/ArrowBackAndDown.tsx +1 -1
- package/src/Components/Icons/16x16/ArrowDown.tsx +1 -1
- package/src/Components/Icons/16x16/ArrowForwardAndDown.tsx +1 -1
- package/src/Components/Icons/16x16/ArrowForwardAndUp.tsx +1 -1
- package/src/Components/Icons/16x16/ArrowLeft.tsx +1 -1
- package/src/Components/Icons/16x16/ArrowMoveDown.tsx +1 -1
- package/src/Components/Icons/16x16/ArrowMoveLeft.tsx +1 -1
- package/src/Components/Icons/16x16/ArrowMoveRight.tsx +1 -1
- package/src/Components/Icons/16x16/ArrowMoveUp.tsx +1 -1
- package/src/Components/Icons/16x16/ArrowNorthEast.tsx +1 -1
- package/src/Components/Icons/16x16/ArrowNorthwest.tsx +1 -1
- package/src/Components/Icons/16x16/ArrowQuit.tsx +1 -1
- package/src/Components/Icons/16x16/ArrowRight.tsx +1 -1
- package/src/Components/Icons/16x16/ArrowUp.tsx +1 -1
- package/src/Components/Icons/16x16/Aws.tsx +1 -1
- package/src/Components/Icons/16x16/AwsColor.tsx +1 -1
- package/src/Components/Icons/16x16/Badge3rdParty.tsx +1 -1
- package/src/Components/Icons/16x16/BadgeBitrise.tsx +1 -1
- package/src/Components/Icons/16x16/Bazel.tsx +1 -1
- package/src/Components/Icons/16x16/Bell.tsx +1 -1
- package/src/Components/Icons/16x16/Bitbot.tsx +1 -1
- package/src/Components/Icons/16x16/BitbotError.tsx +1 -1
- package/src/Components/Icons/16x16/BitbucketBlue.tsx +1 -1
- package/src/Components/Icons/16x16/BitbucketNeutral.tsx +1 -1
- package/src/Components/Icons/16x16/BitbucketPlain.tsx +1 -1
- package/src/Components/Icons/16x16/BitbucketShadedWhite.tsx +1 -1
- package/src/Components/Icons/16x16/BlockCircle.tsx +1 -1
- package/src/Components/Icons/16x16/Book.tsx +1 -1
- package/src/Components/Icons/16x16/BoxWithArrowDown.tsx +1 -1
- package/src/Components/Icons/16x16/BoxWithDot.tsx +1 -1
- package/src/Components/Icons/16x16/Branch.tsx +1 -1
- package/src/Components/Icons/16x16/BrowserStackColor.tsx +1 -1
- package/src/Components/Icons/16x16/Bug.tsx +1 -1
- package/src/Components/Icons/16x16/Build.tsx +1 -1
- package/src/Components/Icons/16x16/BuildCache.tsx +1 -1
- package/src/Components/Icons/16x16/BuildCacheSolid.tsx +1 -1
- package/src/Components/Icons/16x16/BuildTest.tsx +1 -1
- package/src/Components/Icons/16x16/BuildTestSolid.tsx +1 -1
- package/src/Components/Icons/16x16/Bulletpoint.tsx +1 -1
- package/src/Components/Icons/16x16/Cache.tsx +1 -1
- package/src/Components/Icons/16x16/Calendar.tsx +1 -1
- package/src/Components/Icons/16x16/ChangePlan.tsx +1 -1
- package/src/Components/Icons/16x16/Chat.tsx +1 -1
- package/src/Components/Icons/16x16/ChatMessage.tsx +1 -1
- package/src/Components/Icons/16x16/Check.tsx +1 -1
- package/src/Components/Icons/16x16/CheckCircle.tsx +1 -1
- package/src/Components/Icons/16x16/CheckCircleFilled.tsx +1 -1
- package/src/Components/Icons/16x16/ChevronDown.tsx +1 -1
- package/src/Components/Icons/16x16/ChevronLeft.tsx +1 -1
- package/src/Components/Icons/16x16/ChevronRight.tsx +1 -1
- package/src/Components/Icons/16x16/ChevronUp.tsx +1 -1
- package/src/Components/Icons/16x16/Circle.tsx +1 -1
- package/src/Components/Icons/16x16/CircleDashed.tsx +1 -1
- package/src/Components/Icons/16x16/CircleHalfFilled.tsx +1 -1
- package/src/Components/Icons/16x16/Clock.tsx +1 -1
- package/src/Components/Icons/16x16/Code.tsx +1 -1
- package/src/Components/Icons/16x16/CodeSigning.tsx +1 -1
- package/src/Components/Icons/16x16/Coffee.tsx +1 -1
- package/src/Components/Icons/16x16/Commit.tsx +1 -1
- package/src/Components/Icons/16x16/Conference.tsx +1 -1
- package/src/Components/Icons/16x16/Configure.tsx +1 -1
- package/src/Components/Icons/16x16/ConnectedAccounts.tsx +1 -1
- package/src/Components/Icons/16x16/Cordova.tsx +1 -1
- package/src/Components/Icons/16x16/Cpu.tsx +1 -1
- package/src/Components/Icons/16x16/Creditcard.tsx +1 -1
- package/src/Components/Icons/16x16/Credits.tsx +1 -1
- package/src/Components/Icons/16x16/Cross.tsx +1 -1
- package/src/Components/Icons/16x16/CrossCircle.tsx +1 -1
- package/src/Components/Icons/16x16/CrossCircleFilled.tsx +1 -1
- package/src/Components/Icons/16x16/Cycle.tsx +1 -1
- package/src/Components/Icons/16x16/Dashboard.tsx +1 -1
- package/src/Components/Icons/16x16/DashboardFilled.tsx +1 -1
- package/src/Components/Icons/16x16/DeleteNope.tsx +1 -1
- package/src/Components/Icons/16x16/Deployment.tsx +1 -1
- package/src/Components/Icons/16x16/Details.tsx +1 -1
- package/src/Components/Icons/16x16/Doc.tsx +1 -1
- package/src/Components/Icons/16x16/Dollars.tsx +1 -1
- package/src/Components/Icons/16x16/Dotnet.tsx +1 -1
- package/src/Components/Icons/16x16/DotnetColor.tsx +1 -1
- package/src/Components/Icons/16x16/DotnetText.tsx +1 -1
- package/src/Components/Icons/16x16/DotnetTextColor.tsx +1 -1
- package/src/Components/Icons/16x16/DoubleCircle.tsx +1 -1
- package/src/Components/Icons/16x16/Download.tsx +1 -1
- package/src/Components/Icons/16x16/DropdownArrows.tsx +1 -1
- package/src/Components/Icons/16x16/Dudes.tsx +1 -1
- package/src/Components/Icons/16x16/Duplicate.tsx +1 -1
- package/src/Components/Icons/16x16/Enterprise.tsx +1 -1
- package/src/Components/Icons/16x16/ErrorCircle.tsx +1 -1
- package/src/Components/Icons/16x16/ErrorCircleFilled.tsx +1 -1
- package/src/Components/Icons/16x16/ErrorGeneral.tsx +1 -1
- package/src/Components/Icons/16x16/Expand.tsx +1 -1
- package/src/Components/Icons/16x16/Fastlane.tsx +1 -1
- package/src/Components/Icons/16x16/FileDoc.tsx +1 -1
- package/src/Components/Icons/16x16/FilePdf.tsx +1 -1
- package/src/Components/Icons/16x16/FilePlist.tsx +1 -1
- package/src/Components/Icons/16x16/FileZip.tsx +1 -1
- package/src/Components/Icons/16x16/Filter.tsx +1 -1
- package/src/Components/Icons/16x16/Flag.tsx +1 -1
- package/src/Components/Icons/16x16/Flutter.tsx +1 -1
- package/src/Components/Icons/16x16/Folder.tsx +1 -1
- package/src/Components/Icons/16x16/Fullscreen.tsx +1 -1
- package/src/Components/Icons/16x16/FullscreenExit.tsx +1 -1
- package/src/Components/Icons/16x16/Gauge.tsx +1 -1
- package/src/Components/Icons/16x16/Git.tsx +1 -1
- package/src/Components/Icons/16x16/Github.tsx +1 -1
- package/src/Components/Icons/16x16/GitlabColor.tsx +1 -1
- package/src/Components/Icons/16x16/GitlabPlain.tsx +1 -1
- package/src/Components/Icons/16x16/GitlabShadedWhite.tsx +1 -1
- package/src/Components/Icons/16x16/Globe.tsx +1 -1
- package/src/Components/Icons/16x16/Go.tsx +1 -1
- package/src/Components/Icons/16x16/GoogleColor.tsx +1 -1
- package/src/Components/Icons/16x16/GooglePlay.tsx +1 -1
- package/src/Components/Icons/16x16/GooglePlayColor.tsx +1 -1
- package/src/Components/Icons/16x16/Gradle.tsx +1 -1
- package/src/Components/Icons/16x16/Group.tsx +1 -1
- package/src/Components/Icons/16x16/Heart.tsx +1 -1
- package/src/Components/Icons/16x16/HidePassword.tsx +1 -1
- package/src/Components/Icons/16x16/History.tsx +1 -1
- package/src/Components/Icons/16x16/Image.tsx +1 -1
- package/src/Components/Icons/16x16/Info.tsx +1 -1
- package/src/Components/Icons/16x16/InfoCircle.tsx +1 -1
- package/src/Components/Icons/16x16/InfoCircleFilled.tsx +1 -1
- package/src/Components/Icons/16x16/Insights.tsx +1 -1
- package/src/Components/Icons/16x16/InsightsSolid.tsx +1 -1
- package/src/Components/Icons/16x16/Install.tsx +1 -1
- package/src/Components/Icons/16x16/Interaction.tsx +1 -1
- package/src/Components/Icons/16x16/Invoice.tsx +1 -1
- package/src/Components/Icons/16x16/Ionic.tsx +1 -1
- package/src/Components/Icons/16x16/Japanese.tsx +1 -1
- package/src/Components/Icons/16x16/Java.tsx +1 -1
- package/src/Components/Icons/16x16/JavaColor.tsx +1 -1
- package/src/Components/Icons/16x16/JavaDuke.tsx +1 -1
- package/src/Components/Icons/16x16/JavaDukeColor.tsx +1 -1
- package/src/Components/Icons/16x16/Key.tsx +1 -1
- package/src/Components/Icons/16x16/Kotlin.tsx +1 -1
- package/src/Components/Icons/16x16/KotlinColor.tsx +1 -1
- package/src/Components/Icons/16x16/KotlinWhite.tsx +1 -1
- package/src/Components/Icons/16x16/Laptop.tsx +1 -1
- package/src/Components/Icons/16x16/LaunchDarkly.tsx +1 -1
- package/src/Components/Icons/16x16/Lightbulb.tsx +1 -1
- package/src/Components/Icons/16x16/Link.tsx +1 -1
- package/src/Components/Icons/16x16/Linux.tsx +1 -1
- package/src/Components/Icons/16x16/Lock.tsx +1 -1
- package/src/Components/Icons/16x16/LockOpen.tsx +1 -1
- package/src/Components/Icons/16x16/Login.tsx +1 -1
- package/src/Components/Icons/16x16/Logout.tsx +1 -1
- package/src/Components/Icons/16x16/Macos.tsx +1 -1
- package/src/Components/Icons/16x16/MagicWand.tsx +1 -1
- package/src/Components/Icons/16x16/Magnifier.tsx +1 -1
- package/src/Components/Icons/16x16/Mail.tsx +1 -1
- package/src/Components/Icons/16x16/MenuGrid.tsx +1 -1
- package/src/Components/Icons/16x16/MenuHamburger.tsx +1 -1
- package/src/Components/Icons/16x16/Message.tsx +1 -1
- package/src/Components/Icons/16x16/MessageQuestion.tsx +1 -1
- package/src/Components/Icons/16x16/Minus.tsx +1 -1
- package/src/Components/Icons/16x16/MinusCircle.tsx +1 -1
- package/src/Components/Icons/16x16/MinusCircleFilled.tsx +1 -1
- package/src/Components/Icons/16x16/Mobile.tsx +1 -1
- package/src/Components/Icons/16x16/MonitorChart.tsx +1 -1
- package/src/Components/Icons/16x16/MoreHorizontal.tsx +1 -1
- package/src/Components/Icons/16x16/MoreVertical.tsx +1 -1
- package/src/Components/Icons/16x16/News.tsx +1 -1
- package/src/Components/Icons/16x16/NoTie.tsx +1 -1
- package/src/Components/Icons/16x16/Nodejs.tsx +1 -1
- package/src/Components/Icons/16x16/Numero.tsx +1 -1
- package/src/Components/Icons/16x16/OpenInBrowser.tsx +1 -1
- package/src/Components/Icons/16x16/Other.tsx +1 -1
- package/src/Components/Icons/16x16/OutsideContributor.tsx +1 -1
- package/src/Components/Icons/16x16/OverflowingLines.tsx +1 -1
- package/src/Components/Icons/16x16/Overview.tsx +1 -1
- package/src/Components/Icons/16x16/Owner.tsx +1 -1
- package/src/Components/Icons/16x16/Pause.tsx +1 -1
- package/src/Components/Icons/16x16/Pencil.tsx +1 -1
- package/src/Components/Icons/16x16/Percent.tsx +1 -1
- package/src/Components/Icons/16x16/Person.tsx +1 -1
- package/src/Components/Icons/16x16/Play.tsx +1 -1
- package/src/Components/Icons/16x16/Plus.tsx +1 -1
- package/src/Components/Icons/16x16/PlusCircle.tsx +1 -1
- package/src/Components/Icons/16x16/PlusCircleFilled.tsx +1 -1
- package/src/Components/Icons/16x16/Podcast.tsx +1 -1
- package/src/Components/Icons/16x16/Power.tsx +1 -1
- package/src/Components/Icons/16x16/Pull.tsx +1 -1
- package/src/Components/Icons/16x16/Push.tsx +1 -1
- package/src/Components/Icons/16x16/Puzzle.tsx +1 -1
- package/src/Components/Icons/16x16/QuestionCircle.tsx +1 -1
- package/src/Components/Icons/16x16/QuestionCircleFilled.tsx +1 -1
- package/src/Components/Icons/16x16/ReactIcon.tsx +1 -1
- package/src/Components/Icons/16x16/Refresh.tsx +1 -1
- package/src/Components/Icons/16x16/Regex.tsx +1 -1
- package/src/Components/Icons/16x16/Release.tsx +1 -1
- package/src/Components/Icons/16x16/ReleaseSolid.tsx +1 -1
- package/src/Components/Icons/16x16/Replace.tsx +1 -1
- package/src/Components/Icons/16x16/Request.tsx +1 -1
- package/src/Components/Icons/16x16/Responsiveness.tsx +1 -1
- package/src/Components/Icons/16x16/Save.tsx +1 -1
- package/src/Components/Icons/16x16/Screenshare.tsx +1 -1
- package/src/Components/Icons/16x16/SecurityShield.tsx +1 -1
- package/src/Components/Icons/16x16/SelectChevron.tsx +1 -1
- package/src/Components/Icons/16x16/Settings.tsx +1 -1
- package/src/Components/Icons/16x16/SettingsSolid.tsx +1 -1
- package/src/Components/Icons/16x16/Ship.tsx +1 -1
- package/src/Components/Icons/16x16/ShowPassword.tsx +1 -1
- package/src/Components/Icons/16x16/Shuffle.tsx +1 -1
- package/src/Components/Icons/16x16/Siren.tsx +1 -1
- package/src/Components/Icons/16x16/SkipCircle.tsx +1 -1
- package/src/Components/Icons/16x16/SkipCircleFilled.tsx +1 -1
- package/src/Components/Icons/16x16/Slack.tsx +1 -1
- package/src/Components/Icons/16x16/SlackColor.tsx +1 -1
- package/src/Components/Icons/16x16/Sort.tsx +1 -1
- package/src/Components/Icons/16x16/SortArrows.tsx +1 -1
- package/src/Components/Icons/16x16/SpinnerPurpleDouble.tsx +1 -1
- package/src/Components/Icons/16x16/Stability.tsx +1 -1
- package/src/Components/Icons/16x16/Stack.tsx +1 -1
- package/src/Components/Icons/16x16/Star.tsx +1 -1
- package/src/Components/Icons/16x16/Status.tsx +1 -1
- package/src/Components/Icons/16x16/StepUpgrade.tsx +1 -1
- package/src/Components/Icons/16x16/StepVersionOk.tsx +1 -1
- package/src/Components/Icons/16x16/Steps.tsx +1 -1
- package/src/Components/Icons/16x16/StepsTuorqouise.tsx +1 -1
- package/src/Components/Icons/16x16/StepsViolet.tsx +1 -1
- package/src/Components/Icons/16x16/StepsWhite.tsx +1 -1
- package/src/Components/Icons/16x16/Stopwatch.tsx +1 -1
- package/src/Components/Icons/16x16/Support.tsx +1 -1
- package/src/Components/Icons/16x16/Swag.tsx +1 -1
- package/src/Components/Icons/16x16/Tag.tsx +1 -1
- package/src/Components/Icons/16x16/Teams.tsx +1 -1
- package/src/Components/Icons/16x16/TeamsColor.tsx +1 -1
- package/src/Components/Icons/16x16/TestFailed.tsx +1 -1
- package/src/Components/Icons/16x16/TestInfo.tsx +1 -1
- package/src/Components/Icons/16x16/TestInprogress.tsx +1 -1
- package/src/Components/Icons/16x16/TestSkipped.tsx +1 -1
- package/src/Components/Icons/16x16/TestSuccess.tsx +1 -1
- package/src/Components/Icons/16x16/TestWarning.tsx +1 -1
- package/src/Components/Icons/16x16/Testing.tsx +1 -1
- package/src/Components/Icons/16x16/ThumbDown.tsx +1 -1
- package/src/Components/Icons/16x16/ThumbUp.tsx +1 -1
- package/src/Components/Icons/16x16/Time.tsx +1 -1
- package/src/Components/Icons/16x16/Tools.tsx +1 -1
- package/src/Components/Icons/16x16/Trace.tsx +1 -1
- package/src/Components/Icons/16x16/Trash.tsx +1 -1
- package/src/Components/Icons/16x16/Trigger.tsx +1 -1
- package/src/Components/Icons/16x16/Twitter.tsx +1 -1
- package/src/Components/Icons/16x16/Ubuntu.tsx +1 -1
- package/src/Components/Icons/16x16/UbuntuColor.tsx +1 -1
- package/src/Components/Icons/16x16/Upload.tsx +1 -1
- package/src/Components/Icons/16x16/ValidateShield.tsx +1 -1
- package/src/Components/Icons/16x16/Video.tsx +1 -1
- package/src/Components/Icons/16x16/Warning.tsx +1 -1
- package/src/Components/Icons/16x16/WarningYellow.tsx +1 -1
- package/src/Components/Icons/16x16/WebUi.tsx +1 -1
- package/src/Components/Icons/16x16/Webhooks.tsx +1 -1
- package/src/Components/Icons/16x16/Webinar.tsx +1 -1
- package/src/Components/Icons/16x16/Window.tsx +1 -1
- package/src/Components/Icons/16x16/Workflow.tsx +1 -1
- package/src/Components/Icons/16x16/WorkflowFlow.tsx +1 -1
- package/src/Components/Icons/16x16/Wow.tsx +1 -1
- package/src/Components/Icons/16x16/WrappedLines.tsx +1 -1
- package/src/Components/Icons/16x16/XTwitter.tsx +1 -1
- package/src/Components/Icons/16x16/Xamarin.tsx +1 -1
- package/src/Components/Icons/16x16/Xcode.tsx +1 -1
- package/src/Components/Icons/24x24/AbortCircle.tsx +1 -1
- package/src/Components/Icons/24x24/AbortCircleFilled.tsx +1 -1
- package/src/Components/Icons/24x24/Addons.tsx +1 -1
- package/src/Components/Icons/24x24/AddonsTuorqouise.tsx +1 -1
- package/src/Components/Icons/24x24/AddonsViolet.tsx +1 -1
- package/src/Components/Icons/24x24/AddonsWhite.tsx +1 -1
- package/src/Components/Icons/24x24/Agent.tsx +1 -1
- package/src/Components/Icons/24x24/Anchor.tsx +1 -1
- package/src/Components/Icons/24x24/Android.tsx +1 -1
- package/src/Components/Icons/24x24/App.tsx +1 -1
- package/src/Components/Icons/24x24/AppStore.tsx +1 -1
- package/src/Components/Icons/24x24/AppStoreColor.tsx +1 -1
- package/src/Components/Icons/24x24/Apple.tsx +1 -1
- package/src/Components/Icons/24x24/AppleFill.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowBackAndDown.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowDown.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowForwardAndDown.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowForwardAndUp.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowLeft.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowMoveDown.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowMoveLeft.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowMoveRight.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowMoveUp.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowNorthEast.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowNorthwest.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowQuit.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowRight.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowUp.tsx +1 -1
- package/src/Components/Icons/24x24/Aws.tsx +1 -1
- package/src/Components/Icons/24x24/AwsColor.tsx +1 -1
- package/src/Components/Icons/24x24/Badge3rdParty.tsx +1 -1
- package/src/Components/Icons/24x24/BadgeBitrise.tsx +1 -1
- package/src/Components/Icons/24x24/Bazel.tsx +1 -1
- package/src/Components/Icons/24x24/Bell.tsx +1 -1
- package/src/Components/Icons/24x24/Bitbot.tsx +1 -1
- package/src/Components/Icons/24x24/BitbotError.tsx +1 -1
- package/src/Components/Icons/24x24/BitbucketBlue.tsx +1 -1
- package/src/Components/Icons/24x24/BitbucketNeutral.tsx +1 -1
- package/src/Components/Icons/24x24/BitbucketPlain.tsx +1 -1
- package/src/Components/Icons/24x24/BitbucketShadedWhite.tsx +1 -1
- package/src/Components/Icons/24x24/BlockCircle.tsx +1 -1
- package/src/Components/Icons/24x24/Book.tsx +1 -1
- package/src/Components/Icons/24x24/BoxWithArrowDown.tsx +1 -1
- package/src/Components/Icons/24x24/BoxWithDot.tsx +1 -1
- package/src/Components/Icons/24x24/Branch.tsx +1 -1
- package/src/Components/Icons/24x24/BrowserStackColor.tsx +1 -1
- package/src/Components/Icons/24x24/Bug.tsx +1 -1
- package/src/Components/Icons/24x24/Build.tsx +1 -1
- package/src/Components/Icons/24x24/BuildCache.tsx +1 -1
- package/src/Components/Icons/24x24/BuildCacheSolid.tsx +1 -1
- package/src/Components/Icons/24x24/BuildTest.tsx +1 -1
- package/src/Components/Icons/24x24/BuildTestSolid.tsx +1 -1
- package/src/Components/Icons/24x24/Bulletpoint.tsx +1 -1
- package/src/Components/Icons/24x24/Cache.tsx +1 -1
- package/src/Components/Icons/24x24/Calendar.tsx +1 -1
- package/src/Components/Icons/24x24/ChangePlan.tsx +1 -1
- package/src/Components/Icons/24x24/Chat.tsx +1 -1
- package/src/Components/Icons/24x24/ChatMessage.tsx +1 -1
- package/src/Components/Icons/24x24/Check.tsx +1 -1
- package/src/Components/Icons/24x24/CheckCircle.tsx +1 -1
- package/src/Components/Icons/24x24/CheckCircleFilled.tsx +1 -1
- package/src/Components/Icons/24x24/ChevronDown.tsx +1 -1
- package/src/Components/Icons/24x24/ChevronLeft.tsx +1 -1
- package/src/Components/Icons/24x24/ChevronRight.tsx +1 -1
- package/src/Components/Icons/24x24/ChevronUp.tsx +1 -1
- package/src/Components/Icons/24x24/Circle.tsx +1 -1
- package/src/Components/Icons/24x24/CircleDashed.tsx +1 -1
- package/src/Components/Icons/24x24/CircleHalfFilled.tsx +1 -1
- package/src/Components/Icons/24x24/Clock.tsx +1 -1
- package/src/Components/Icons/24x24/Code.tsx +1 -1
- package/src/Components/Icons/24x24/CodeSigning.tsx +1 -1
- package/src/Components/Icons/24x24/Coffee.tsx +1 -1
- package/src/Components/Icons/24x24/Commit.tsx +1 -1
- package/src/Components/Icons/24x24/Conference.tsx +1 -1
- package/src/Components/Icons/24x24/Configure.tsx +1 -1
- package/src/Components/Icons/24x24/ConnectedAccounts.tsx +1 -1
- package/src/Components/Icons/24x24/Cordova.tsx +1 -1
- package/src/Components/Icons/24x24/Cpu.tsx +1 -1
- package/src/Components/Icons/24x24/Creditcard.tsx +1 -1
- package/src/Components/Icons/24x24/Credits.tsx +1 -1
- package/src/Components/Icons/24x24/Cross.tsx +1 -1
- package/src/Components/Icons/24x24/CrossCircle.tsx +1 -1
- package/src/Components/Icons/24x24/CrossCircleFilled.tsx +1 -1
- package/src/Components/Icons/24x24/Cycle.tsx +1 -1
- package/src/Components/Icons/24x24/Dashboard.tsx +1 -1
- package/src/Components/Icons/24x24/DashboardFilled.tsx +1 -1
- package/src/Components/Icons/24x24/DeleteNope.tsx +1 -1
- package/src/Components/Icons/24x24/Deployment.tsx +1 -1
- package/src/Components/Icons/24x24/Details.tsx +1 -1
- package/src/Components/Icons/24x24/Doc.tsx +1 -1
- package/src/Components/Icons/24x24/Dollars.tsx +1 -1
- package/src/Components/Icons/24x24/Dotnet.tsx +1 -1
- package/src/Components/Icons/24x24/DotnetColor.tsx +1 -1
- package/src/Components/Icons/24x24/DotnetText.tsx +1 -1
- package/src/Components/Icons/24x24/DotnetTextColor.tsx +1 -1
- package/src/Components/Icons/24x24/DoubleCircle.tsx +1 -1
- package/src/Components/Icons/24x24/Download.tsx +1 -1
- package/src/Components/Icons/24x24/DropdownArrows.tsx +1 -1
- package/src/Components/Icons/24x24/Dudes.tsx +1 -1
- package/src/Components/Icons/24x24/Duplicate.tsx +1 -1
- package/src/Components/Icons/24x24/Enterprise.tsx +1 -1
- package/src/Components/Icons/24x24/ErrorCircle.tsx +1 -1
- package/src/Components/Icons/24x24/ErrorCircleFilled.tsx +1 -1
- package/src/Components/Icons/24x24/ErrorGeneral.tsx +1 -1
- package/src/Components/Icons/24x24/Expand.tsx +1 -1
- package/src/Components/Icons/24x24/Fastlane.tsx +1 -1
- package/src/Components/Icons/24x24/FileDoc.tsx +1 -1
- package/src/Components/Icons/24x24/FilePdf.tsx +1 -1
- package/src/Components/Icons/24x24/FilePlist.tsx +1 -1
- package/src/Components/Icons/24x24/FileZip.tsx +1 -1
- package/src/Components/Icons/24x24/Filter.tsx +1 -1
- package/src/Components/Icons/24x24/Flag.tsx +1 -1
- package/src/Components/Icons/24x24/Flutter.tsx +1 -1
- package/src/Components/Icons/24x24/Folder.tsx +1 -1
- 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 +1 -1
- package/src/Components/Icons/24x24/Git.tsx +1 -1
- package/src/Components/Icons/24x24/Github.tsx +1 -1
- package/src/Components/Icons/24x24/GitlabColor.tsx +1 -1
- package/src/Components/Icons/24x24/GitlabPlain.tsx +1 -1
- package/src/Components/Icons/24x24/GitlabShadedWhite.tsx +1 -1
- package/src/Components/Icons/24x24/Globe.tsx +1 -1
- package/src/Components/Icons/24x24/Go.tsx +1 -1
- package/src/Components/Icons/24x24/GoogleColor.tsx +1 -1
- package/src/Components/Icons/24x24/GooglePlay.tsx +1 -1
- package/src/Components/Icons/24x24/GooglePlayColor.tsx +1 -1
- package/src/Components/Icons/24x24/Gradle.tsx +1 -1
- package/src/Components/Icons/24x24/Group.tsx +1 -1
- package/src/Components/Icons/24x24/Heart.tsx +1 -1
- package/src/Components/Icons/24x24/HidePassword.tsx +1 -1
- package/src/Components/Icons/24x24/History.tsx +1 -1
- package/src/Components/Icons/24x24/Image.tsx +1 -1
- package/src/Components/Icons/24x24/Info.tsx +1 -1
- package/src/Components/Icons/24x24/InfoCircle.tsx +1 -1
- package/src/Components/Icons/24x24/InfoCircleFilled.tsx +1 -1
- package/src/Components/Icons/24x24/Insights.tsx +1 -1
- package/src/Components/Icons/24x24/InsightsSolid.tsx +1 -1
- package/src/Components/Icons/24x24/Install.tsx +1 -1
- package/src/Components/Icons/24x24/Interaction.tsx +1 -1
- package/src/Components/Icons/24x24/Invoice.tsx +1 -1
- package/src/Components/Icons/24x24/Ionic.tsx +1 -1
- package/src/Components/Icons/24x24/Japanese.tsx +1 -1
- package/src/Components/Icons/24x24/Java.tsx +1 -1
- package/src/Components/Icons/24x24/JavaColor.tsx +1 -1
- package/src/Components/Icons/24x24/JavaDuke.tsx +1 -1
- package/src/Components/Icons/24x24/JavaDukeColor.tsx +1 -1
- package/src/Components/Icons/24x24/Key.tsx +1 -1
- package/src/Components/Icons/24x24/Kotlin.tsx +1 -1
- package/src/Components/Icons/24x24/KotlinColor.tsx +1 -1
- package/src/Components/Icons/24x24/KotlinWhite.tsx +1 -1
- package/src/Components/Icons/24x24/Laptop.tsx +1 -1
- package/src/Components/Icons/24x24/LaunchDarkly.tsx +1 -1
- package/src/Components/Icons/24x24/Lightbulb.tsx +1 -1
- package/src/Components/Icons/24x24/Link.tsx +1 -1
- package/src/Components/Icons/24x24/Linux.tsx +1 -1
- package/src/Components/Icons/24x24/Lock.tsx +1 -1
- package/src/Components/Icons/24x24/LockOpen.tsx +1 -1
- package/src/Components/Icons/24x24/Login.tsx +1 -1
- package/src/Components/Icons/24x24/Logout.tsx +1 -1
- package/src/Components/Icons/24x24/Macos.tsx +1 -1
- package/src/Components/Icons/24x24/MagicWand.tsx +1 -1
- package/src/Components/Icons/24x24/Magnifier.tsx +1 -1
- package/src/Components/Icons/24x24/Mail.tsx +1 -1
- package/src/Components/Icons/24x24/MenuGrid.tsx +1 -1
- package/src/Components/Icons/24x24/MenuHamburger.tsx +1 -1
- package/src/Components/Icons/24x24/Message.tsx +1 -1
- package/src/Components/Icons/24x24/MessageQuestion.tsx +1 -1
- package/src/Components/Icons/24x24/Minus.tsx +1 -1
- package/src/Components/Icons/24x24/MinusCircle.tsx +1 -1
- package/src/Components/Icons/24x24/MinusCircleFilled.tsx +1 -1
- package/src/Components/Icons/24x24/Mobile.tsx +1 -1
- package/src/Components/Icons/24x24/MonitorChart.tsx +1 -1
- package/src/Components/Icons/24x24/MoreHorizontal.tsx +1 -1
- package/src/Components/Icons/24x24/MoreVertical.tsx +1 -1
- package/src/Components/Icons/24x24/News.tsx +1 -1
- package/src/Components/Icons/24x24/NoTie.tsx +1 -1
- package/src/Components/Icons/24x24/Nodejs.tsx +1 -1
- package/src/Components/Icons/24x24/Numero.tsx +1 -1
- package/src/Components/Icons/24x24/OpenInBrowser.tsx +1 -1
- package/src/Components/Icons/24x24/Other.tsx +1 -1
- package/src/Components/Icons/24x24/OutsideContributor.tsx +1 -1
- package/src/Components/Icons/24x24/OverflowingLines.tsx +1 -1
- package/src/Components/Icons/24x24/Overview.tsx +1 -1
- package/src/Components/Icons/24x24/Owner.tsx +1 -1
- package/src/Components/Icons/24x24/Pause.tsx +1 -1
- package/src/Components/Icons/24x24/Pencil.tsx +1 -1
- package/src/Components/Icons/24x24/Percent.tsx +1 -1
- package/src/Components/Icons/24x24/Person.tsx +1 -1
- package/src/Components/Icons/24x24/Play.tsx +1 -1
- package/src/Components/Icons/24x24/Plus.tsx +1 -1
- package/src/Components/Icons/24x24/PlusCircle.tsx +1 -1
- package/src/Components/Icons/24x24/PlusCircleFilled.tsx +1 -1
- package/src/Components/Icons/24x24/Podcast.tsx +1 -1
- package/src/Components/Icons/24x24/Power.tsx +1 -1
- package/src/Components/Icons/24x24/Pull.tsx +1 -1
- package/src/Components/Icons/24x24/Push.tsx +1 -1
- package/src/Components/Icons/24x24/Puzzle.tsx +1 -1
- package/src/Components/Icons/24x24/QuestionCircle.tsx +1 -1
- package/src/Components/Icons/24x24/QuestionCircleFilled.tsx +1 -1
- package/src/Components/Icons/24x24/ReactIcon.tsx +1 -1
- package/src/Components/Icons/24x24/Refresh.tsx +1 -1
- package/src/Components/Icons/24x24/Regex.tsx +1 -1
- package/src/Components/Icons/24x24/Release.tsx +1 -1
- package/src/Components/Icons/24x24/ReleaseSolid.tsx +1 -1
- package/src/Components/Icons/24x24/Replace.tsx +1 -1
- 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 +1 -1
- package/src/Components/Icons/24x24/Screenshare.tsx +1 -1
- package/src/Components/Icons/24x24/SecurityShield.tsx +1 -1
- package/src/Components/Icons/24x24/SelectChevron.tsx +1 -1
- package/src/Components/Icons/24x24/Settings.tsx +1 -1
- package/src/Components/Icons/24x24/SettingsSolid.tsx +1 -1
- package/src/Components/Icons/24x24/Ship.tsx +1 -1
- package/src/Components/Icons/24x24/ShowPassword.tsx +1 -1
- package/src/Components/Icons/24x24/Shuffle.tsx +1 -1
- package/src/Components/Icons/24x24/Siren.tsx +1 -1
- package/src/Components/Icons/24x24/SkipCircle.tsx +1 -1
- package/src/Components/Icons/24x24/SkipCircleFilled.tsx +1 -1
- package/src/Components/Icons/24x24/Slack.tsx +1 -1
- package/src/Components/Icons/24x24/SlackColor.tsx +1 -1
- package/src/Components/Icons/24x24/Sort.tsx +1 -1
- package/src/Components/Icons/24x24/SortArrows.tsx +1 -1
- package/src/Components/Icons/24x24/SpinnerPurpleDouble.tsx +1 -1
- package/src/Components/Icons/24x24/Stability.tsx +1 -1
- package/src/Components/Icons/24x24/Stack.tsx +1 -1
- package/src/Components/Icons/24x24/Star.tsx +1 -1
- package/src/Components/Icons/24x24/Status.tsx +1 -1
- package/src/Components/Icons/24x24/StepUpgrade.tsx +1 -1
- package/src/Components/Icons/24x24/StepVersionOk.tsx +1 -1
- package/src/Components/Icons/24x24/Steps.tsx +1 -1
- package/src/Components/Icons/24x24/StepsTuorqouise.tsx +1 -1
- package/src/Components/Icons/24x24/StepsViolet.tsx +1 -1
- package/src/Components/Icons/24x24/StepsWhite.tsx +1 -1
- package/src/Components/Icons/24x24/Stopwatch.tsx +1 -1
- package/src/Components/Icons/24x24/Support.tsx +1 -1
- package/src/Components/Icons/24x24/Swag.tsx +1 -1
- package/src/Components/Icons/24x24/Tag.tsx +1 -1
- package/src/Components/Icons/24x24/Teams.tsx +1 -1
- package/src/Components/Icons/24x24/TeamsColor.tsx +1 -1
- package/src/Components/Icons/24x24/TestFailed.tsx +1 -1
- package/src/Components/Icons/24x24/TestInfo.tsx +1 -1
- package/src/Components/Icons/24x24/TestInprogress.tsx +1 -1
- package/src/Components/Icons/24x24/TestSkipped.tsx +1 -1
- package/src/Components/Icons/24x24/TestSuccess.tsx +1 -1
- package/src/Components/Icons/24x24/TestWarning.tsx +1 -1
- package/src/Components/Icons/24x24/Testing.tsx +1 -1
- package/src/Components/Icons/24x24/ThumbDown.tsx +1 -1
- package/src/Components/Icons/24x24/ThumbUp.tsx +1 -1
- package/src/Components/Icons/24x24/Time.tsx +1 -1
- 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 +1 -1
- package/src/Components/Icons/24x24/Trigger.tsx +1 -1
- package/src/Components/Icons/24x24/Twitter.tsx +1 -1
- package/src/Components/Icons/24x24/Ubuntu.tsx +1 -1
- package/src/Components/Icons/24x24/UbuntuColor.tsx +1 -1
- package/src/Components/Icons/24x24/Upload.tsx +1 -1
- package/src/Components/Icons/24x24/ValidateShield.tsx +1 -1
- package/src/Components/Icons/24x24/Video.tsx +1 -1
- package/src/Components/Icons/24x24/Warning.tsx +1 -1
- package/src/Components/Icons/24x24/WarningYellow.tsx +1 -1
- package/src/Components/Icons/24x24/WebUi.tsx +1 -1
- package/src/Components/Icons/24x24/Webhooks.tsx +1 -1
- package/src/Components/Icons/24x24/Webinar.tsx +1 -1
- package/src/Components/Icons/24x24/Window.tsx +1 -1
- package/src/Components/Icons/24x24/Workflow.tsx +1 -1
- package/src/Components/Icons/24x24/WorkflowFlow.tsx +1 -1
- package/src/Components/Icons/24x24/Wow.tsx +1 -1
- package/src/Components/Icons/24x24/WrappedLines.tsx +1 -1
- package/src/Components/Icons/24x24/XTwitter.tsx +1 -1
- package/src/Components/Icons/24x24/Xamarin.tsx +1 -1
- package/src/Components/Icons/24x24/Xcode.tsx +1 -1
- package/src/Components/Image/Image.tsx +1 -1
- package/src/Components/Label/Label.tsx +1 -1
- package/src/Components/LabeledData/LabeledDataList.tsx +1 -1
- package/src/Components/LightBox/LightBox.tsx +1 -1
- 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 +2 -2
- package/src/Components/Menu/Menu.tsx +1 -1
- package/src/Components/Menu/MenuButton.tsx +5 -1
- package/src/Components/Menu/MenuGroup.tsx +1 -1
- package/src/Components/Menu/MenuItem.tsx +1 -1
- package/src/Components/Menu/MenuList.tsx +1 -1
- package/src/Components/Note/Note.tsx +1 -1
- package/src/Components/Notification/Notification.tsx +1 -1
- package/src/Components/NumberInput/NumberInput.theme.ts +1 -1
- package/src/Components/OverflowMenu/OverflowMenu.tsx +1 -1
- package/src/Components/OverflowMenu/OverflowMenuItem.tsx +1 -1
- package/src/Components/Popover/Popover.context.ts +1 -1
- package/src/Components/Popover/Popover.theme.ts +2 -2
- package/src/Components/Popover/Popover.tsx +1 -1
- package/src/Components/Popover/PopoverArrow.tsx +1 -1
- package/src/Components/Popover/PopoverContent.tsx +1 -1
- package/src/Components/Popover/PopoverTrigger.tsx +1 -1
- package/src/Components/ProgressBar/ProgressBar.theme.ts +1 -1
- package/src/Components/ProgressBar/ProgressBar.tsx +1 -1
- package/src/Components/ProgressBitbot/ProgressBitbot.tsx +1 -1
- package/src/Components/ProgressIndicator/ProgressIndicator.theme.ts +1 -1
- package/src/Components/ProgressIndicator/ProgressIndicator.tsx +1 -1
- package/src/Components/ProgressSpinner/ProgressSpinner.tsx +1 -1
- package/src/Components/Provider/Provider.tsx +1 -1
- package/src/Components/Ribbon/Ribbon.tsx +1 -1
- package/src/Components/SegmentedControl/SegmentedControl.context.ts +2 -2
- package/src/Components/SegmentedControl/SegmentedControl.theme.ts +1 -1
- package/src/Components/SegmentedControl/SegmentedControl.tsx +1 -1
- package/src/Components/SegmentedControl/SegmentedControlItem.tsx +1 -1
- package/src/Components/Select/Select.theme.ts +1 -1
- package/src/Components/Select/Select.tsx +1 -1
- package/src/Components/SelectableTag/SelectableTag.theme.ts +1 -1
- package/src/Components/SelectableTag/SelectableTag.tsx +1 -1
- package/src/Components/SelectableTag/SelectableTagGroup.tsx +1 -1
- package/src/Components/Sidebar/Sidebar.theme.ts +1 -1
- package/src/Components/Sidebar/Sidebar.tsx +1 -1
- package/src/Components/Sidebar/SidebarItem.theme.ts +1 -1
- package/src/Components/Sidebar/SidebarItem.tsx +1 -1
- package/src/Components/Skeleton/Skeleton.theme.ts +1 -1
- package/src/Components/Skeleton/Skeleton.tsx +1 -1
- package/src/Components/Skeleton/SkeletonBox.tsx +1 -1
- package/src/Components/Slide/Slide.tsx +1 -1
- package/src/Components/Slider/Slider.theme.ts +1 -1
- package/src/Components/Slider/Slider.tsx +1 -1
- package/src/Components/Slider/SliderFilledTrack.tsx +1 -1
- package/src/Components/Slider/SliderMark.tsx +1 -1
- package/src/Components/Slider/SliderThumb.tsx +1 -1
- package/src/Components/Slider/SliderTrack.tsx +1 -1
- package/src/Components/Table/CheckableRow.tsx +1 -1
- package/src/Components/Table/ClickableRow.tsx +1 -1
- package/src/Components/Table/SelectableRow.tsx +1 -1
- package/src/Components/Table/Table.tsx +1 -1
- package/src/Components/Table/TableCaption.tsx +1 -1
- package/src/Components/Table/TableContainer.tsx +1 -1
- package/src/Components/Table/TablePagination.tsx +1 -1
- package/src/Components/Table/Tbody.tsx +1 -1
- package/src/Components/Table/Td.tsx +1 -1
- package/src/Components/Table/Th.tsx +1 -1
- package/src/Components/Table/Thead.tsx +1 -1
- package/src/Components/Table/Tr.tsx +1 -1
- 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 +1 -1
- package/src/Components/Tabs/Tabs.tsx +1 -1
- package/src/Components/Tag/Tag.theme.ts +1 -1
- package/src/Components/Tag/Tag.tsx +1 -1
- package/src/Components/Text/Text.theme.ts +1 -1
- package/src/Components/Text/Text.tsx +1 -1
- package/src/Components/Toast/Toast.tsx +1 -1
- package/src/Components/Toggle/Toggle.theme.ts +1 -1
- package/src/Components/Toggle/Toggle.tsx +1 -1
- package/src/Components/Toggle/ToggleComponent.tsx +1 -1
- package/src/Components/ToggleButton/ToggleButton.tsx +1 -1
- package/src/Components/Toggletip/Toggletip.theme.ts +1 -1
- package/src/Components/Toggletip/Toggletip.tsx +1 -1
- package/src/Components/Tooltip/Tooltip.theme.ts +1 -1
- package/src/Components/Tooltip/Tooltip.tsx +1 -1
- package/src/Components/TreeView/TreeView.context.tsx +1 -1
- package/src/Components/TreeView/TreeView.theme.ts +1 -1
- package/src/Components/TreeView/TreeViewNode.tsx +1 -1
- package/src/Patterns/GroupHeader/GroupHeader.tsx +1 -1
- package/src/Patterns/NoteCard/NoteCard.theme.ts +1 -1
- package/src/Patterns/NoteCard/NoteCard.tsx +1 -1
- package/src/Patterns/SettingsCard/SettingsCard.theme.ts +1 -1
- package/src/Patterns/SettingsCard/SettingsCard.tsx +1 -1
- package/src/hooks/index.ts +1 -1
- package/src/hooks/useResponsive.tsx +1 -1
- package/src/types/chakra.ts +1 -1
- package/src/utils/reexports.ts +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitrise/bitkit",
|
|
3
3
|
"description": "Bitrise React component library",
|
|
4
|
-
"version": "13.
|
|
4
|
+
"version": "13.280.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+ssh://git@github.com/bitrise-io/bitkit.git"
|
|
@@ -27,21 +27,21 @@
|
|
|
27
27
|
"framer-motion": "./node_modules/framer-motion/dist/cjs"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@chakra-ui/react": "^2.10.7",
|
|
31
|
-
"@chakra-ui/react-utils": "^2.0.12",
|
|
32
|
-
"@chakra-ui/styled-system": "^2.12.2",
|
|
33
|
-
"@chakra-ui/theme": "^3.4.8",
|
|
34
|
-
"@chakra-ui/theme-tools": "^2.2.8",
|
|
35
|
-
"@chakra-ui/utils": "^2.2.4",
|
|
36
30
|
"@emotion/react": "^11.14.0",
|
|
37
31
|
"@emotion/styled": "^11.14.1",
|
|
38
32
|
"@floating-ui/react-dom-interactions": "^0.8.1",
|
|
39
33
|
"@fontsource/figtree": "^5.2.8",
|
|
40
34
|
"@fontsource/source-code-pro": "^5.2.6",
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
35
|
+
"chakra-ui-2--react": "npm:@chakra-ui/react@2.10.9",
|
|
36
|
+
"chakra-ui-2--react-utils": "npm:@chakra-ui/react-utils@2.0.12",
|
|
37
|
+
"chakra-ui-2--styled-system": "npm:@chakra-ui/styled-system@2.12.4",
|
|
38
|
+
"chakra-ui-2--theme": "npm:@chakra-ui/theme@3.4.9",
|
|
39
|
+
"chakra-ui-2--theme-tools": "npm:@chakra-ui/theme-tools@2.2.9",
|
|
40
|
+
"clsx": "^2.1.1",
|
|
41
|
+
"framer-motion": "^12.23.9",
|
|
42
|
+
"luxon": "^3.7.1",
|
|
43
|
+
"react": "^18.2.0",
|
|
44
|
+
"react-dom": "^18.2.0",
|
|
45
45
|
"react-focus-lock": "2.13.6",
|
|
46
46
|
"react-imask": "^7.6.1",
|
|
47
47
|
"react-markdown": "^10.1.0"
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
"@babel/preset-react": "^7.27.1",
|
|
57
57
|
"@babel/preset-typescript": "^7.27.1",
|
|
58
58
|
"@bitrise/eslint-plugin": "^2.12.0",
|
|
59
|
-
"@chakra-ui/cli": "^2.5.8",
|
|
60
59
|
"@google-cloud/storage": "^7.16.0",
|
|
61
|
-
"@storybook/addon-
|
|
60
|
+
"@storybook/addon-docs": "^9.0.18",
|
|
61
|
+
"@storybook/addon-links": "^9.0.18",
|
|
62
62
|
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
|
|
63
|
-
"@storybook/react-webpack5": "^9.0.
|
|
64
|
-
"@testing-library/dom": "^10.4.
|
|
65
|
-
"@testing-library/jest-dom": "6.6.
|
|
63
|
+
"@storybook/react-webpack5": "^9.0.18",
|
|
64
|
+
"@testing-library/dom": "^10.4.1",
|
|
65
|
+
"@testing-library/jest-dom": "6.6.4",
|
|
66
66
|
"@testing-library/react": "16.3.0",
|
|
67
67
|
"@testing-library/user-event": "^14.6.1",
|
|
68
68
|
"@types/jest": "^29.5.14",
|
|
@@ -71,7 +71,8 @@
|
|
|
71
71
|
"@types/react-dom": "^18.3.7",
|
|
72
72
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
73
73
|
"@typescript-eslint/parser": "^7.18.0",
|
|
74
|
-
"axios": "^1.
|
|
74
|
+
"axios": "^1.11.0",
|
|
75
|
+
"chakra-ui-2--cli": "npm:@chakra-ui/cli@2.5.8",
|
|
75
76
|
"eslint": "^8.57.1",
|
|
76
77
|
"glob": "^11.0.3",
|
|
77
78
|
"jest": "^29.7.0",
|
|
@@ -79,12 +80,11 @@
|
|
|
79
80
|
"jsdom": "26.1.0",
|
|
80
81
|
"lodash": "^4.17.21",
|
|
81
82
|
"prettier": "^3.6.2",
|
|
82
|
-
"react-hook-form": "^7.
|
|
83
|
-
"release-it": "^19.0.
|
|
84
|
-
"storybook": "^9.0.
|
|
83
|
+
"react-hook-form": "^7.61.1",
|
|
84
|
+
"release-it": "^19.0.4",
|
|
85
|
+
"storybook": "^9.0.18",
|
|
85
86
|
"ts-jest": "^29.4.0",
|
|
86
|
-
"typescript": "^5.8.3"
|
|
87
|
-
"@storybook/addon-docs": "^9.0.15"
|
|
87
|
+
"typescript": "^5.8.3"
|
|
88
88
|
},
|
|
89
89
|
"files": [
|
|
90
90
|
"src",
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
Accordion as ChakraAccordion,
|
|
3
3
|
AccordionProps as ChakraAccordionProps,
|
|
4
4
|
usePrefersReducedMotion,
|
|
5
|
-
} from '
|
|
5
|
+
} from 'chakra-ui-2--react';
|
|
6
6
|
|
|
7
7
|
export type AccordionProps = Omit<ChakraAccordionProps, 'defaultIndex'> & {
|
|
8
8
|
defaultIndex: number[];
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
AccordionPanel,
|
|
8
8
|
CollapseProps,
|
|
9
9
|
useAccordionStyles,
|
|
10
|
-
} from '
|
|
10
|
+
} from 'chakra-ui-2--react';
|
|
11
11
|
|
|
12
12
|
export interface AccordionItemProps {
|
|
13
13
|
buttonContent: ReactNode | ((props: { isExpanded: boolean; isDisabled: boolean }) => ReactNode);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AspectRatio as ChakraAspectRatio, AspectRatioProps, forwardRef } from '
|
|
1
|
+
import { AspectRatio as ChakraAspectRatio, AspectRatioProps, forwardRef } from 'chakra-ui-2--react';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* AspectRatio component is used to embed responsive videos and maps, etc.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useState } from 'react';
|
|
2
|
-
import { Avatar as ChakraAvatar, AvatarProps as ChakraAvatarProps, forwardRef } from '
|
|
2
|
+
import { Avatar as ChakraAvatar, AvatarProps as ChakraAvatarProps, forwardRef } from 'chakra-ui-2--react';
|
|
3
3
|
import Icon, { TypeIconName } from '../Icon/Icon';
|
|
4
4
|
|
|
5
5
|
export type AvatarSizes = '24' | '32' | '40' | '48' | '64' | '128';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Badge as ChakraBadge, BadgeProps as ChakraBadgeProps, forwardRef } from '
|
|
1
|
+
import { Badge as ChakraBadge, BadgeProps as ChakraBadgeProps, forwardRef } from 'chakra-ui-2--react';
|
|
2
2
|
import Icon, { TypeIconName } from '../Icon/Icon';
|
|
3
3
|
import Text from '../Text/Text';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Box as ChakraBox, BoxProps, forwardRef } from '
|
|
1
|
+
import { Box as ChakraBox, BoxProps, forwardRef } from 'chakra-ui-2--react';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Box is the most abstract component on top of which all other components are built. By default, it renders a div element.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineStyle, defineStyleConfig, SystemStyleInterpolation } from '
|
|
1
|
+
import { defineStyle, defineStyleConfig, SystemStyleInterpolation } from 'chakra-ui-2--styled-system';
|
|
2
2
|
import { rem } from '../../utils/utils';
|
|
3
3
|
import { ButtonProps } from './Button';
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Button as ChakraButton, ButtonProps as ChakraButtonProps, forwardRef } from '
|
|
1
|
+
import { Button as ChakraButton, ButtonProps as ChakraButtonProps, forwardRef } from 'chakra-ui-2--react';
|
|
2
2
|
import Icon, { TypeIconName } from '../Icon/Icon';
|
|
3
3
|
|
|
4
4
|
export interface ButtonProps extends ChakraButtonProps {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineStyle, defineStyleConfig, SystemStyleObject } from '
|
|
1
|
+
import { defineStyle, defineStyleConfig, SystemStyleObject } from 'chakra-ui-2--styled-system';
|
|
2
2
|
import { rem } from '../../utils/utils';
|
|
3
3
|
import { CodeSnippetProps } from './CodeSnippet';
|
|
4
4
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useState } from 'react';
|
|
2
|
-
import { CollapseProps, useClipboard, useMultiStyleConfig } from '
|
|
2
|
+
import { CollapseProps, useClipboard, useMultiStyleConfig } from 'chakra-ui-2--react';
|
|
3
3
|
import Box, { BoxProps } from '../Box/Box';
|
|
4
4
|
import Tooltip from '../Tooltip/Tooltip';
|
|
5
5
|
import Button from '../Button/Button';
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
Button as ChakraButton,
|
|
3
|
+
ButtonProps as ChakraButtonProps,
|
|
4
|
+
forwardRef,
|
|
5
|
+
useStyleConfig,
|
|
6
|
+
} from 'chakra-ui-2--react';
|
|
2
7
|
import { ColorScheme } from '../../types/bitkit';
|
|
3
8
|
|
|
4
9
|
export interface ColorButtonProps extends ChakraButtonProps {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { forwardRef } from '
|
|
1
|
+
import { forwardRef } from 'chakra-ui-2--react';
|
|
2
2
|
import IconButton, { IconButtonProps } from '../IconButton/IconButton';
|
|
3
3
|
|
|
4
4
|
export interface ControlButtonProps extends Omit<IconButtonProps, 'iconSize' | 'size' | 'variant'> {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createMultiStyleConfigHelpers } from '
|
|
1
|
+
import { createMultiStyleConfigHelpers } from 'chakra-ui-2--styled-system';
|
|
2
2
|
import { rem } from '../../utils/utils';
|
|
3
3
|
|
|
4
4
|
const { defineMultiStyleConfig } = createMultiStyleConfigHelpers(['container', 'title', 'items']);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useCallback, useEffect, useMemo, useState } from 'react';
|
|
2
2
|
import { DateTime } from 'luxon';
|
|
3
3
|
import FocusLock from 'react-focus-lock';
|
|
4
|
-
import { PopoverAnchor } from '
|
|
4
|
+
import { PopoverAnchor } from 'chakra-ui-2--react';
|
|
5
5
|
import { useObjectMemo } from '../../utils/utils';
|
|
6
6
|
import Popover from '../Popover/Popover';
|
|
7
7
|
import PopoverContent from '../Popover/PopoverContent';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ReactNode, useCallback } from 'react';
|
|
2
2
|
import { DateTime, Settings } from 'luxon';
|
|
3
|
-
import { BoxProps, useMultiStyleConfig } from '
|
|
4
|
-
import { createContext } from '
|
|
3
|
+
import { BoxProps, useMultiStyleConfig } from 'chakra-ui-2--react';
|
|
4
|
+
import { createContext } from 'chakra-ui-2--react-utils';
|
|
5
5
|
import Box from '../Box/Box';
|
|
6
6
|
import Text from '../Text/Text';
|
|
7
7
|
import Tooltip from '../Tooltip/Tooltip';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import { createContext } from '
|
|
2
|
+
import { createContext } from 'chakra-ui-2--react-utils';
|
|
3
3
|
import { useObjectMemo } from '../../utils/utils';
|
|
4
4
|
import Box, { BoxProps } from '../Box/Box';
|
|
5
5
|
import IconButton from '../IconButton/IconButton';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createMultiStyleConfigHelpers } from '
|
|
1
|
+
import { createMultiStyleConfigHelpers } from 'chakra-ui-2--styled-system';
|
|
2
2
|
import { rem } from '../../utils/utils';
|
|
3
3
|
|
|
4
4
|
const { defineMultiStyleConfig } = createMultiStyleConfigHelpers(['content', 'trigger']);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useMultiStyleConfig } from '
|
|
1
|
+
import { useMultiStyleConfig } from 'chakra-ui-2--react';
|
|
2
2
|
import Popover, { PopoverProps } from '../Popover/Popover';
|
|
3
3
|
import PopoverContent from '../Popover/PopoverContent';
|
|
4
4
|
import PopoverTrigger from '../Popover/PopoverTrigger';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useRef, useState, useEffect, useCallback } from 'react';
|
|
2
|
-
import { ModalBody, ModalBodyProps, useModalContext } from '
|
|
2
|
+
import { ModalBody, ModalBodyProps, useModalContext } from 'chakra-ui-2--react';
|
|
3
3
|
import Box, { BoxProps } from '../Box/Box';
|
|
4
4
|
import Icon from '../Icon/Icon';
|
|
5
5
|
import { useDialogContext } from './Dialog.context';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Divider as ChakraDivider, DividerProps as ChakraDividerProps } from '
|
|
1
|
+
import { Divider as ChakraDivider, DividerProps as ChakraDividerProps } from 'chakra-ui-2--react';
|
|
2
2
|
|
|
3
3
|
export interface DividerProps extends ChakraDividerProps {
|
|
4
4
|
orientation?: 'horizontal' | 'vertical';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable no-underscore-dangle */
|
|
2
|
-
import { createMultiStyleConfigHelpers } from '
|
|
2
|
+
import { createMultiStyleConfigHelpers } from 'chakra-ui-2--styled-system';
|
|
3
3
|
|
|
4
4
|
const keys = ['card', 'wrapper', 'handler'];
|
|
5
5
|
const { defineMultiStyleConfig } = createMultiStyleConfigHelpers(keys);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2
2
|
/* eslint-disable no-underscore-dangle */
|
|
3
3
|
import { ForwardedRef, forwardRef } from 'react';
|
|
4
|
-
import { useMultiStyleConfig } from '
|
|
4
|
+
import { useMultiStyleConfig } from 'chakra-ui-2--react';
|
|
5
5
|
import Box from '../Box/Box';
|
|
6
6
|
import Card, { CardProps } from '../Card/Card';
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComponentProps, ReactNode } from 'react';
|
|
2
|
-
import { createStylesContext } from '
|
|
3
|
-
import { createContext } from '
|
|
2
|
+
import { createStylesContext } from 'chakra-ui-2--react';
|
|
3
|
+
import { createContext } from 'chakra-ui-2--react-utils';
|
|
4
4
|
import { DropdownProps } from './DropdownProps';
|
|
5
5
|
|
|
6
6
|
const [DropdownStylesProvider, useDropdownStyles] = createStylesContext('Dropdown');
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
useControllableState,
|
|
21
21
|
useMergeRefs,
|
|
22
22
|
useMultiStyleConfig,
|
|
23
|
-
} from '
|
|
23
|
+
} from 'chakra-ui-2--react';
|
|
24
24
|
import { FloatingFocusManager } from '@floating-ui/react-dom-interactions';
|
|
25
25
|
import ProgressSpinner from '../ProgressSpinner/ProgressSpinner';
|
|
26
26
|
import SearchInput from '../SearchInput/SearchInput';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { forwardRef, ReactNode } from 'react';
|
|
2
|
-
import { chakra, ChakraProps } from '
|
|
2
|
+
import { chakra, ChakraProps } from 'chakra-ui-2--react';
|
|
3
3
|
import Icon, { TypeIconName } from '../Icon/Icon';
|
|
4
4
|
import Avatar, { AvatarProps } from '../Avatar/Avatar';
|
|
5
5
|
import { useDropdownStyles } from './Dropdown.context';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MouseEventHandler, ReactNode, useId } from 'react';
|
|
2
|
-
import { Avatar, AvatarProps, chakra } from '
|
|
3
|
-
import
|
|
2
|
+
import { Avatar, AvatarProps, chakra } from 'chakra-ui-2--react';
|
|
3
|
+
import clsx from 'clsx';
|
|
4
4
|
import Text, { TextProps } from '../Text/Text';
|
|
5
5
|
import Divider from '../Divider/Divider';
|
|
6
6
|
import Box from '../Box/Box';
|
|
@@ -44,7 +44,7 @@ const DropdownOption = <T = string,>({
|
|
|
44
44
|
role="option"
|
|
45
45
|
{...rest}
|
|
46
46
|
__css={item}
|
|
47
|
-
className={
|
|
47
|
+
className={clsx(
|
|
48
48
|
isSelected && 'bitkit-select__option-active',
|
|
49
49
|
index === ctx.activeIndex && 'bitkit-select__option-hover',
|
|
50
50
|
)}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import { ChakraProps } from '
|
|
2
|
+
import { ChakraProps } from 'chakra-ui-2--react';
|
|
3
3
|
import { UseFloatingProps } from '@floating-ui/react-dom-interactions';
|
|
4
4
|
import { TypeIconName } from '../Icon/Icon';
|
|
5
5
|
import { TooltipProps } from '../Tooltip/Tooltip';
|
|
@@ -12,8 +12,8 @@ import {
|
|
|
12
12
|
useListNavigation,
|
|
13
13
|
useRole,
|
|
14
14
|
} from '@floating-ui/react-dom-interactions';
|
|
15
|
-
import { ChakraProps } from '
|
|
16
|
-
import { mergeRefs } from '
|
|
15
|
+
import { ChakraProps } from 'chakra-ui-2--react';
|
|
16
|
+
import { mergeRefs } from 'chakra-ui-2--react-utils';
|
|
17
17
|
import useAutoScroll from './useAutoScroll';
|
|
18
18
|
|
|
19
19
|
type ApplyFnArgs = MiddlewareState & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Children, cloneElement, isValidElement, ReactNode, useMemo, useState } from 'react';
|
|
2
|
-
import { chakra } from '
|
|
2
|
+
import { chakra } from 'chakra-ui-2--react';
|
|
3
3
|
import { useDropdownStyles } from '../Dropdown.context';
|
|
4
4
|
import isNodeMatch from '../isNodeMatch';
|
|
5
5
|
import { DropdownGroup } from '../DropdownOption';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import { useMultiStyleConfig } from '
|
|
2
|
+
import { useMultiStyleConfig } from 'chakra-ui-2--react';
|
|
3
3
|
import Box, { BoxProps } from '../Box/Box';
|
|
4
4
|
import Icon, { TypeIconName } from '../Icon/Icon';
|
|
5
5
|
import Text from '../Text/Text';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import { forwardRef, useDisclosure, useMultiStyleConfig } from '
|
|
2
|
+
import { forwardRef, useDisclosure, useMultiStyleConfig } from 'chakra-ui-2--react';
|
|
3
3
|
import Box, { BoxProps } from '../Box/Box';
|
|
4
4
|
import Collapse from '../Collapse/Collapse';
|
|
5
5
|
import Card, { CardProps } from '../Card/Card';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ReactNode, useMemo, useState } from 'react';
|
|
2
|
-
import { Modal, ModalOverlay, useMultiStyleConfig } from '
|
|
2
|
+
import { Modal, ModalOverlay, useMultiStyleConfig } from 'chakra-ui-2--react';
|
|
3
3
|
import { isEqual } from '../../utils/utils';
|
|
4
4
|
import Box, { BoxProps } from '../Box/Box';
|
|
5
5
|
import Button from '../Button/Button';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useState } from 'react';
|
|
2
|
-
import { Menu, MenuButton, MenuList, Portal, useDisclosure } from '
|
|
2
|
+
import { Menu, MenuButton, MenuList, Portal, useDisclosure } from 'chakra-ui-2--react';
|
|
3
3
|
import Button from '../../Button/Button';
|
|
4
4
|
import MenuItem from '../../Menu/MenuItem';
|
|
5
5
|
import Tooltip from '../../Tooltip/Tooltip';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// import { useEffect } from 'react';
|
|
2
2
|
import { useEffect } from 'react';
|
|
3
|
-
import { useDisclosure, useMultiStyleConfig } from '
|
|
3
|
+
import { useDisclosure, useMultiStyleConfig } from 'chakra-ui-2--react';
|
|
4
4
|
import { DateTime } from 'luxon';
|
|
5
5
|
import Box from '../../Box/Box';
|
|
6
6
|
import DatePicker, { DatePickerProps, DateRange, useDateRange } from '../../DatePicker/DatePicker';
|