@bitrise/bitkit 13.152.0 → 13.154.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 +1 -1
- package/src/Components/Dropdown/Dropdown.tsx +7 -1
- package/src/Components/Dropdown/DropdownProps.ts +2 -0
- package/src/Components/Form/FormLabel.tsx +7 -2
- package/src/Components/Form/Input/Input.tsx +4 -1
- package/src/Components/Form/TagsInput/TagsInput.tsx +4 -2
- package/src/Components/Form/Textarea/Textarea.tsx +3 -0
- package/src/Components/Icons/16x16/Addons.tsx +2 -2
- package/src/Components/Icons/16x16/Agent.tsx +7 -1
- package/src/Components/Icons/16x16/App.tsx +2 -2
- package/src/Components/Icons/16x16/ArrowBackAndDown.tsx +12 -0
- package/src/Components/Icons/16x16/ArrowDown.tsx +0 -1
- package/src/Components/Icons/16x16/ArrowForwardAndDown.tsx +1 -1
- package/src/Components/Icons/16x16/ArrowForwardAndUp.tsx +12 -0
- package/src/Components/Icons/16x16/ArrowNorthwest.tsx +12 -0
- package/src/Components/Icons/16x16/ArrowRight.tsx +1 -2
- package/src/Components/Icons/16x16/Bitbot.tsx +15 -3
- package/src/Components/Icons/16x16/BitbotError.tsx +11 -3
- package/src/Components/Icons/16x16/Branch.tsx +2 -2
- package/src/Components/Icons/16x16/Bug.tsx +2 -2
- package/src/Components/Icons/16x16/Build.tsx +4 -6
- package/src/Components/Icons/16x16/Cache.tsx +5 -3
- package/src/Components/Icons/16x16/Chat.tsx +3 -3
- package/src/Components/Icons/16x16/ChatMessage.tsx +4 -2
- package/src/Components/Icons/16x16/CodeSigning.tsx +6 -3
- package/src/Components/Icons/16x16/Configure.tsx +12 -1
- package/src/Components/Icons/16x16/Cpu.tsx +3 -6
- package/src/Components/Icons/16x16/DashboardFilled.tsx +24 -0
- package/src/Components/Icons/16x16/Deployment.tsx +5 -5
- package/src/Components/Icons/16x16/Download.tsx +2 -3
- package/src/Components/Icons/16x16/Duplicate.tsx +1 -1
- package/src/Components/Icons/16x16/FileDoc.tsx +15 -1
- package/src/Components/Icons/16x16/FilePdf.tsx +12 -1
- package/src/Components/Icons/16x16/FilePlist.tsx +8 -5
- package/src/Components/Icons/16x16/FileZip.tsx +5 -4
- package/src/Components/Icons/16x16/Folder.tsx +4 -2
- package/src/Components/Icons/16x16/Fullscreen.tsx +4 -4
- package/src/Components/Icons/16x16/FullscreenExit.tsx +4 -4
- package/src/Components/Icons/16x16/Install.tsx +16 -0
- package/src/Components/Icons/16x16/Laptop.tsx +3 -2
- package/src/Components/Icons/16x16/Login.tsx +5 -3
- package/src/Components/Icons/16x16/Logout.tsx +5 -3
- package/src/Components/Icons/16x16/Message.tsx +4 -2
- package/src/Components/Icons/16x16/MessageQuestion.tsx +19 -0
- package/src/Components/Icons/16x16/Mobile.tsx +3 -2
- package/src/Components/Icons/16x16/MonitorChart.tsx +6 -2
- package/src/Components/Icons/16x16/OpenInBrowser.tsx +5 -3
- package/src/Components/Icons/16x16/Pause.tsx +7 -1
- package/src/Components/Icons/16x16/Play.tsx +2 -2
- package/src/Components/Icons/16x16/Podcast.tsx +3 -3
- package/src/Components/Icons/16x16/Pull.tsx +7 -1
- package/src/Components/Icons/16x16/Push.tsx +2 -2
- package/src/Components/Icons/16x16/Save.tsx +2 -3
- package/src/Components/Icons/16x16/Screenshare.tsx +8 -3
- package/src/Components/Icons/16x16/SecurityShield.tsx +6 -2
- package/src/Components/Icons/16x16/Shuffle.tsx +1 -3
- package/src/Components/Icons/16x16/Stack.tsx +10 -2
- package/src/Components/Icons/16x16/Steps.tsx +2 -2
- package/src/Components/Icons/16x16/Trigger.tsx +2 -2
- package/src/Components/Icons/16x16/Upload.tsx +2 -2
- package/src/Components/Icons/16x16/ValidateShield.tsx +6 -2
- package/src/Components/Icons/16x16/Video.tsx +4 -4
- package/src/Components/Icons/16x16/WebUi.tsx +4 -4
- package/src/Components/Icons/16x16/Webhooks.tsx +3 -3
- package/src/Components/Icons/16x16/Webinar.tsx +2 -2
- package/src/Components/Icons/16x16/Window.tsx +4 -3
- package/src/Components/Icons/16x16/Workflow.tsx +2 -2
- package/src/Components/Icons/16x16/WorkflowFlow.tsx +2 -2
- package/src/Components/Icons/16x16/index.ts +41 -35
- package/src/Components/Icons/24x24/Addons.tsx +2 -2
- package/src/Components/Icons/24x24/Agent.tsx +7 -1
- package/src/Components/Icons/24x24/App.tsx +2 -2
- package/src/Components/Icons/24x24/ArrowBackAndDown.tsx +12 -0
- package/src/Components/Icons/24x24/ArrowDown.tsx +0 -1
- package/src/Components/Icons/24x24/ArrowForwardAndDown.tsx +1 -1
- package/src/Components/Icons/24x24/ArrowForwardAndUp.tsx +12 -0
- package/src/Components/Icons/24x24/ArrowLeft.tsx +0 -1
- package/src/Components/Icons/24x24/ArrowNorthwest.tsx +12 -0
- package/src/Components/Icons/24x24/ArrowRight.tsx +0 -1
- package/src/Components/Icons/24x24/ArrowUp.tsx +0 -1
- package/src/Components/Icons/24x24/Bitbot.tsx +9 -3
- package/src/Components/Icons/24x24/BitbotError.tsx +11 -3
- package/src/Components/Icons/24x24/Branch.tsx +1 -1
- package/src/Components/Icons/24x24/Bug.tsx +2 -2
- package/src/Components/Icons/24x24/Build.tsx +4 -3
- package/src/Components/Icons/24x24/Cache.tsx +5 -3
- package/src/Components/Icons/24x24/Chat.tsx +3 -3
- package/src/Components/Icons/24x24/ChatMessage.tsx +3 -3
- package/src/Components/Icons/24x24/CodeSigning.tsx +6 -3
- package/src/Components/Icons/24x24/Commit.tsx +6 -3
- package/src/Components/Icons/24x24/Configure.tsx +12 -1
- package/src/Components/Icons/24x24/Cpu.tsx +3 -3
- package/src/Components/Icons/24x24/DashboardFilled.tsx +24 -0
- package/src/Components/Icons/24x24/Deployment.tsx +5 -5
- package/src/Components/Icons/24x24/Download.tsx +2 -3
- package/src/Components/Icons/24x24/Duplicate.tsx +1 -1
- package/src/Components/Icons/24x24/FileDoc.tsx +15 -1
- package/src/Components/Icons/24x24/FilePdf.tsx +12 -1
- package/src/Components/Icons/24x24/FilePlist.tsx +8 -5
- package/src/Components/Icons/24x24/FileZip.tsx +5 -4
- package/src/Components/Icons/24x24/Folder.tsx +4 -2
- package/src/Components/Icons/24x24/Fullscreen.tsx +19 -1
- package/src/Components/Icons/24x24/FullscreenExit.tsx +24 -1
- package/src/Components/Icons/24x24/Install.tsx +13 -0
- package/src/Components/Icons/24x24/Laptop.tsx +3 -2
- package/src/Components/Icons/24x24/Login.tsx +2 -3
- package/src/Components/Icons/24x24/Logout.tsx +5 -3
- package/src/Components/Icons/24x24/Message.tsx +4 -2
- package/src/Components/Icons/24x24/MessageQuestion.tsx +19 -0
- package/src/Components/Icons/24x24/Mobile.tsx +3 -2
- package/src/Components/Icons/24x24/MonitorChart.tsx +6 -2
- package/src/Components/Icons/24x24/OpenInBrowser.tsx +2 -3
- package/src/Components/Icons/24x24/Pause.tsx +7 -1
- package/src/Components/Icons/24x24/Play.tsx +2 -2
- package/src/Components/Icons/24x24/Podcast.tsx +6 -3
- package/src/Components/Icons/24x24/Pull.tsx +3 -3
- package/src/Components/Icons/24x24/Push.tsx +2 -2
- package/src/Components/Icons/24x24/Save.tsx +2 -3
- package/src/Components/Icons/24x24/Screenshare.tsx +8 -3
- package/src/Components/Icons/24x24/SecurityShield.tsx +6 -2
- package/src/Components/Icons/24x24/Shuffle.tsx +1 -3
- package/src/Components/Icons/24x24/Stack.tsx +10 -2
- package/src/Components/Icons/24x24/Steps.tsx +2 -2
- package/src/Components/Icons/24x24/Trigger.tsx +2 -2
- package/src/Components/Icons/24x24/Upload.tsx +5 -2
- package/src/Components/Icons/24x24/ValidateShield.tsx +6 -2
- package/src/Components/Icons/24x24/Video.tsx +4 -4
- package/src/Components/Icons/24x24/WebUi.tsx +4 -4
- package/src/Components/Icons/24x24/Webhooks.tsx +3 -3
- package/src/Components/Icons/24x24/Webinar.tsx +2 -2
- package/src/Components/Icons/24x24/Window.tsx +4 -3
- package/src/Components/Icons/24x24/Workflow.tsx +2 -2
- package/src/Components/Icons/24x24/WorkflowFlow.tsx +2 -2
- package/src/Components/Icons/24x24/index.ts +39 -33
- package/src/Components/Select/Select.tsx +4 -2
- package/src/index.ts +3 -0
|
@@ -1,32 +1,35 @@
|
|
|
1
|
+
export { default as Addons } from './Addons';
|
|
1
2
|
export { default as AddonsTuorqouise } from './AddonsTuorqouise';
|
|
2
3
|
export { default as AddonsViolet } from './AddonsViolet';
|
|
3
4
|
export { default as AddonsWhite } from './AddonsWhite';
|
|
4
|
-
export { default as Addons } from './Addons';
|
|
5
5
|
export { default as Agent } from './Agent';
|
|
6
6
|
export { default as Anchor } from './Anchor';
|
|
7
7
|
export { default as Android } from './Android';
|
|
8
8
|
export { default as App } from './App';
|
|
9
|
-
export { default as AppleFill } from './AppleFill';
|
|
10
9
|
export { default as Apple } from './Apple';
|
|
10
|
+
export { default as AppleFill } from './AppleFill';
|
|
11
11
|
export { default as AppStore } from './AppStore';
|
|
12
12
|
export { default as AppStoreColor } from './AppStoreColor';
|
|
13
|
-
export { default as
|
|
13
|
+
export { default as ArrowBackAndDown } from './ArrowBackAndDown';
|
|
14
|
+
export { default as ArrowDown } from './ArrowDown';
|
|
15
|
+
export { default as ArrowForwardAndDown } from './ArrowForwardAndDown';
|
|
16
|
+
export { default as ArrowForwardAndUp } from './ArrowForwardAndUp';
|
|
17
|
+
export { default as ArrowLeft } from './ArrowLeft';
|
|
14
18
|
export { default as ArrowMoveDown } from './ArrowMoveDown';
|
|
15
|
-
export { default as
|
|
19
|
+
export { default as ArrowMoveLeft } from './ArrowMoveLeft';
|
|
16
20
|
export { default as ArrowMoveRight } from './ArrowMoveRight';
|
|
21
|
+
export { default as ArrowMoveUp } from './ArrowMoveUp';
|
|
17
22
|
export { default as ArrowNorthEast } from './ArrowNorthEast';
|
|
23
|
+
export { default as ArrowNorthwest } from './ArrowNorthwest';
|
|
18
24
|
export { default as ArrowQuit } from './ArrowQuit';
|
|
19
|
-
export { default as ArrowLeft } from './ArrowLeft';
|
|
20
25
|
export { default as ArrowRight } from './ArrowRight';
|
|
21
26
|
export { default as ArrowUp } from './ArrowUp';
|
|
22
|
-
export { default as ArrowDown } from './ArrowDown';
|
|
23
|
-
export { default as ArrowForwardAndDown } from './ArrowForwardAndDown';
|
|
24
27
|
export { default as Badge3rdParty } from './Badge3rdParty';
|
|
25
28
|
export { default as BadgeBitrise } from './BadgeBitrise';
|
|
26
29
|
export { default as Bazel } from './Bazel';
|
|
27
30
|
export { default as Bell } from './Bell';
|
|
28
|
-
export { default as BitbotError } from './BitbotError';
|
|
29
31
|
export { default as Bitbot } from './Bitbot';
|
|
32
|
+
export { default as BitbotError } from './BitbotError';
|
|
30
33
|
export { default as BitbucketBlue } from './BitbucketBlue';
|
|
31
34
|
export { default as BitbucketNeutral } from './BitbucketNeutral';
|
|
32
35
|
export { default as BitbucketPlain } from './BitbucketPlain';
|
|
@@ -39,25 +42,25 @@ export { default as Bug } from './Bug';
|
|
|
39
42
|
export { default as Build } from './Build';
|
|
40
43
|
export { default as BuildCache } from './BuildCache';
|
|
41
44
|
export { default as BuildCacheSolid } from './BuildCacheSolid';
|
|
42
|
-
export { default as BuildTest } from './BuildTest';
|
|
43
|
-
export { default as BuildTestSolid } from './BuildTestSolid';
|
|
44
|
-
export { default as BuildstatusAbortedSolid } from './BuildstatusAbortedSolid';
|
|
45
45
|
export { default as BuildstatusAborted } from './BuildstatusAborted';
|
|
46
|
-
export { default as
|
|
46
|
+
export { default as BuildstatusAbortedSolid } from './BuildstatusAbortedSolid';
|
|
47
47
|
export { default as BuildstatusFailed } from './BuildstatusFailed';
|
|
48
|
-
export { default as
|
|
48
|
+
export { default as BuildstatusFailedSolid } from './BuildstatusFailedSolid';
|
|
49
49
|
export { default as BuildstatusLoading } from './BuildstatusLoading';
|
|
50
|
+
export { default as BuildstatusLoadingAnimated } from './BuildstatusLoadingAnimated';
|
|
50
51
|
export { default as BuildstatusNeverbuilt } from './BuildstatusNeverbuilt';
|
|
51
52
|
export { default as BuildstatusProgressEggplant } from './BuildstatusProgressEggplant';
|
|
52
53
|
export { default as BuildstatusProgressWhite } from './BuildstatusProgressWhite';
|
|
53
|
-
export { default as BuildstatusSuccessfulSolid } from './BuildstatusSuccessfulSolid';
|
|
54
54
|
export { default as BuildstatusSuccessful } from './BuildstatusSuccessful';
|
|
55
|
+
export { default as BuildstatusSuccessfulSolid } from './BuildstatusSuccessfulSolid';
|
|
56
|
+
export { default as BuildTest } from './BuildTest';
|
|
57
|
+
export { default as BuildTestSolid } from './BuildTestSolid';
|
|
55
58
|
export { default as Bulletpoint } from './Bulletpoint';
|
|
56
59
|
export { default as Cache } from './Cache';
|
|
57
60
|
export { default as Calendar } from './Calendar';
|
|
58
61
|
export { default as ChangePlan } from './ChangePlan';
|
|
59
|
-
export { default as ChatMessage } from './ChatMessage';
|
|
60
62
|
export { default as Chat } from './Chat';
|
|
63
|
+
export { default as ChatMessage } from './ChatMessage';
|
|
61
64
|
export { default as CheckCircle } from './CheckCircle';
|
|
62
65
|
export { default as ChevronDown } from './ChevronDown';
|
|
63
66
|
export { default as ChevronLeft } from './ChevronLeft';
|
|
@@ -65,8 +68,8 @@ export { default as ChevronRight } from './ChevronRight';
|
|
|
65
68
|
export { default as ChevronUp } from './ChevronUp';
|
|
66
69
|
export { default as Clock } from './Clock';
|
|
67
70
|
export { default as CloseSmall } from './CloseSmall';
|
|
68
|
-
export { default as CodeSigning } from './CodeSigning';
|
|
69
71
|
export { default as Code } from './Code';
|
|
72
|
+
export { default as CodeSigning } from './CodeSigning';
|
|
70
73
|
export { default as Coffee } from './Coffee';
|
|
71
74
|
export { default as Commit } from './Commit';
|
|
72
75
|
export { default as Conference } from './Conference';
|
|
@@ -79,6 +82,8 @@ export { default as Credits } from './Credits';
|
|
|
79
82
|
export { default as CrossCircle } from './CrossCircle';
|
|
80
83
|
export { default as CrossCircleFilled } from './CrossCircleFilled';
|
|
81
84
|
export { default as Cycle } from './Cycle';
|
|
85
|
+
export { default as Dashboard } from './Dashboard';
|
|
86
|
+
export { default as DashboardFilled } from './DashboardFilled';
|
|
82
87
|
export { default as DeleteNope } from './DeleteNope';
|
|
83
88
|
export { default as Deployment } from './Deployment';
|
|
84
89
|
export { default as Details } from './Details';
|
|
@@ -101,8 +106,8 @@ export { default as Filter } from './Filter';
|
|
|
101
106
|
export { default as Flag } from './Flag';
|
|
102
107
|
export { default as Flutter } from './Flutter';
|
|
103
108
|
export { default as Folder } from './Folder';
|
|
104
|
-
export { default as FullscreenExit } from './FullscreenExit';
|
|
105
109
|
export { default as Fullscreen } from './Fullscreen';
|
|
110
|
+
export { default as FullscreenExit } from './FullscreenExit';
|
|
106
111
|
export { default as Gauge } from './Gauge';
|
|
107
112
|
export { default as Github } from './Github';
|
|
108
113
|
export { default as GitlabColor } from './GitlabColor';
|
|
@@ -122,17 +127,19 @@ export { default as Image } from './Image';
|
|
|
122
127
|
export { default as Info } from './Info';
|
|
123
128
|
export { default as InfoCircle } from './InfoCircle';
|
|
124
129
|
export { default as InfoCircleFilled } from './InfoCircleFilled';
|
|
130
|
+
export { default as Insights } from './Insights';
|
|
131
|
+
export { default as InsightsSolid } from './InsightsSolid';
|
|
132
|
+
export { default as Install } from './Install';
|
|
125
133
|
export { default as Interaction } from './Interaction';
|
|
126
134
|
export { default as Invoice } from './Invoice';
|
|
127
135
|
export { default as Ionic } from './Ionic';
|
|
128
|
-
export { default as Insights } from './Insights';
|
|
129
|
-
export { default as InsightsSolid } from './InsightsSolid';
|
|
130
136
|
export { default as Japanese } from './Japanese';
|
|
131
137
|
export { default as Key } from './Key';
|
|
132
138
|
export { default as Laptop } from './Laptop';
|
|
133
139
|
export { default as LaunchDarkly } from './LaunchDarkly';
|
|
134
140
|
export { default as Lightbulb } from './Lightbulb';
|
|
135
141
|
export { default as Link } from './Link';
|
|
142
|
+
export { default as Linux } from './Linux';
|
|
136
143
|
export { default as Lock } from './Lock';
|
|
137
144
|
export { default as LockOpen } from './LockOpen';
|
|
138
145
|
export { default as Login } from './Login';
|
|
@@ -144,6 +151,7 @@ export { default as Mail } from './Mail';
|
|
|
144
151
|
export { default as MenuGrid } from './MenuGrid';
|
|
145
152
|
export { default as MenuHamburger } from './MenuHamburger';
|
|
146
153
|
export { default as Message } from './Message';
|
|
154
|
+
export { default as MessageQuestion } from './MessageQuestion';
|
|
147
155
|
export { default as MinusCircleFilled } from './MinusCircleFilled';
|
|
148
156
|
export { default as MinusClose } from './MinusClose';
|
|
149
157
|
export { default as MinusRemove } from './MinusRemove';
|
|
@@ -152,11 +160,12 @@ export { default as MonitorChart } from './MonitorChart';
|
|
|
152
160
|
export { default as MoreHorizontal } from './MoreHorizontal';
|
|
153
161
|
export { default as MoreVertical } from './MoreVertical';
|
|
154
162
|
export { default as News } from './News';
|
|
155
|
-
export { default as NoTie } from './NoTie';
|
|
156
163
|
export { default as Nodejs } from './Nodejs';
|
|
164
|
+
export { default as NoTie } from './NoTie';
|
|
157
165
|
export { default as Numero } from './Numero';
|
|
158
166
|
export { default as OpenInBrowser } from './OpenInBrowser';
|
|
159
167
|
export { default as Other } from './Other';
|
|
168
|
+
export { default as OutsideContributor } from './OutsideContributor';
|
|
160
169
|
export { default as OverflowingLines } from './OverflowingLines';
|
|
161
170
|
export { default as Overview } from './Overview';
|
|
162
171
|
export { default as Owner } from './Owner';
|
|
@@ -202,14 +211,14 @@ export { default as StageCurrent } from './StageCurrent';
|
|
|
202
211
|
export { default as StageIncomplete } from './StageIncomplete';
|
|
203
212
|
export { default as Star } from './Star';
|
|
204
213
|
export { default as Status } from './Status';
|
|
205
|
-
export { default as StepUpgrade } from './StepUpgrade';
|
|
206
|
-
export { default as StepVersionOk } from './StepVersionOk';
|
|
207
|
-
export { default as StepsTuorqouise } from './StepsTuorqouise';
|
|
208
|
-
export { default as StepsViolet } from './StepsViolet';
|
|
209
|
-
export { default as StepsWhite } from './StepsWhite';
|
|
210
214
|
export { default as Steps } from './Steps';
|
|
211
215
|
export { default as StepstatusSkip } from './StepstatusSkip';
|
|
212
216
|
export { default as StepstatusWarning } from './StepstatusWarning';
|
|
217
|
+
export { default as StepsTuorqouise } from './StepsTuorqouise';
|
|
218
|
+
export { default as StepsViolet } from './StepsViolet';
|
|
219
|
+
export { default as StepsWhite } from './StepsWhite';
|
|
220
|
+
export { default as StepUpgrade } from './StepUpgrade';
|
|
221
|
+
export { default as StepVersionOk } from './StepVersionOk';
|
|
213
222
|
export { default as Stopwatch } from './Stopwatch';
|
|
214
223
|
export { default as Support } from './Support';
|
|
215
224
|
export { default as Swag } from './Swag';
|
|
@@ -217,11 +226,11 @@ export { default as Tag } from './Tag';
|
|
|
217
226
|
export { default as TestFailed } from './TestFailed';
|
|
218
227
|
export { default as TestInconclusive } from './TestInconclusive';
|
|
219
228
|
export { default as TestInfo } from './TestInfo';
|
|
229
|
+
export { default as Testing } from './Testing';
|
|
220
230
|
export { default as TestInprogress } from './TestInprogress';
|
|
221
231
|
export { default as TestSkipped } from './TestSkipped';
|
|
222
232
|
export { default as TestSuccess } from './TestSuccess';
|
|
223
233
|
export { default as TestWarning } from './TestWarning';
|
|
224
|
-
export { default as Testing } from './Testing';
|
|
225
234
|
export { default as ThumbDown } from './ThumbDown';
|
|
226
235
|
export { default as ThumbUp } from './ThumbUp';
|
|
227
236
|
export { default as Tick } from './Tick';
|
|
@@ -231,24 +240,21 @@ export { default as Trace } from './Trace';
|
|
|
231
240
|
export { default as Trash } from './Trash';
|
|
232
241
|
export { default as Trigger } from './Trigger';
|
|
233
242
|
export { default as Twitter } from './Twitter';
|
|
243
|
+
export { default as Ubuntu } from './Ubuntu';
|
|
244
|
+
export { default as UbuntuColor } from './UbuntuColor';
|
|
234
245
|
export { default as Upload } from './Upload';
|
|
235
246
|
export { default as ValidateShield } from './ValidateShield';
|
|
236
247
|
export { default as Video } from './Video';
|
|
237
248
|
export { default as Warning } from './Warning';
|
|
238
249
|
export { default as WarningColored } from './WarningColored';
|
|
239
|
-
export { default as WebUi } from './WebUi';
|
|
240
250
|
export { default as Webhooks } from './Webhooks';
|
|
241
251
|
export { default as Webinar } from './Webinar';
|
|
252
|
+
export { default as WebUi } from './WebUi';
|
|
242
253
|
export { default as Window } from './Window';
|
|
243
|
-
export { default as WorkflowFlow } from './WorkflowFlow';
|
|
244
254
|
export { default as Workflow } from './Workflow';
|
|
255
|
+
export { default as WorkflowFlow } from './WorkflowFlow';
|
|
245
256
|
export { default as Wow } from './Wow';
|
|
246
257
|
export { default as WrappedLines } from './WrappedLines';
|
|
247
258
|
export { default as Xamarin } from './Xamarin';
|
|
248
259
|
export { default as Xcode } from './Xcode';
|
|
249
260
|
export { default as XTwitter } from './XTwitter';
|
|
250
|
-
export { default as OutsideContributor } from './OutsideContributor';
|
|
251
|
-
export { default as Dashboard } from './Dashboard';
|
|
252
|
-
export { default as Linux } from './Linux';
|
|
253
|
-
export { default as Ubuntu } from './Ubuntu';
|
|
254
|
-
export { default as UbuntuColor } from './UbuntuColor';
|
|
@@ -11,10 +11,11 @@ import {
|
|
|
11
11
|
import Box from '../Box/Box';
|
|
12
12
|
import Icon from '../Icon/Icon';
|
|
13
13
|
import ProgressSpinner from '../ProgressSpinner/ProgressSpinner';
|
|
14
|
-
import FormLabel from '../Form/FormLabel';
|
|
14
|
+
import FormLabel, { FormLabelProps } from '../Form/FormLabel';
|
|
15
15
|
import { TooltipProps } from '../Tooltip/Tooltip';
|
|
16
16
|
|
|
17
17
|
export interface SelectProps extends Omit<FormControlProps, 'label' | 'onBlur' | 'onChange'> {
|
|
18
|
+
badge?: FormLabelProps['badge'];
|
|
18
19
|
'data-testid'?: string;
|
|
19
20
|
errorText?: string;
|
|
20
21
|
helperText?: string;
|
|
@@ -33,6 +34,7 @@ export interface SelectProps extends Omit<FormControlProps, 'label' | 'onBlur' |
|
|
|
33
34
|
|
|
34
35
|
const Select = forwardRef<SelectProps, 'div'>((props, ref) => {
|
|
35
36
|
const {
|
|
37
|
+
badge,
|
|
36
38
|
children,
|
|
37
39
|
'data-testid': dataTestid,
|
|
38
40
|
defaultValue,
|
|
@@ -87,7 +89,7 @@ const Select = forwardRef<SelectProps, 'div'>((props, ref) => {
|
|
|
87
89
|
|
|
88
90
|
return (
|
|
89
91
|
<FormControl {...formControlProps}>
|
|
90
|
-
<FormLabel infoTooltipLabel={infoTooltipLabel} infoTooltipProps={infoTooltipProps}>
|
|
92
|
+
<FormLabel badge={badge} infoTooltipLabel={infoTooltipLabel} infoTooltipProps={infoTooltipProps}>
|
|
91
93
|
{label}
|
|
92
94
|
</FormLabel>
|
|
93
95
|
<Box sx={style.selectContainer}>
|
package/src/index.ts
CHANGED
|
@@ -358,6 +358,9 @@ export { default as DataWidgetItem } from './Components/DataWidget/DataWidgetIte
|
|
|
358
358
|
export type { LabelProps } from './Components/Label/Label';
|
|
359
359
|
export { default as Label } from './Components/Label/Label';
|
|
360
360
|
|
|
361
|
+
export type { FormLabelProps } from './Components/Form/FormLabel';
|
|
362
|
+
export { default as FormLabel } from './Components/Form/FormLabel';
|
|
363
|
+
|
|
361
364
|
export {
|
|
362
365
|
default as SettingsCard,
|
|
363
366
|
SettingsCardData,
|