@bitrise/bitkit-v2 0.3.123 → 0.3.124
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/dist/components/BitkitCalendar/components/CalendarSelect.js +21 -25
- package/dist/components/BitkitExpandableCard/BitkitExpandableCard.js +18 -18
- package/dist/components/BitkitNativeSelect/BitkitNativeSelect.js +23 -23
- package/dist/components/BitkitSelect/BitkitSelect.js +21 -21
- package/dist/icons/24x24/index.d.ts +0 -1
- package/dist/main.js +254 -256
- package/dist/utilities/AssetSelectChevron.d.ts +2 -4
- package/dist/utilities/AssetSelectChevron.js +29 -5
- package/package.json +1 -1
- package/dist/icons/24x24/IconSelectChevron24.d.ts +0 -3
- package/dist/icons/24x24/IconSelectChevron24.js +0 -16
|
@@ -1,39 +1,35 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { Portal as g } from "@chakra-ui/react/portal";
|
|
1
|
+
import { jsxs as o, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { createListCollection as u } from "@chakra-ui/react/collection";
|
|
3
|
+
import { Portal as h } from "@chakra-ui/react/portal";
|
|
5
4
|
import { Select as r } from "@chakra-ui/react/select";
|
|
6
|
-
import { useSlotRecipe as
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
const
|
|
10
|
-
const { contentProps: c, controlProps: l, defaultValue:
|
|
11
|
-
items:
|
|
12
|
-
groupBy: (
|
|
13
|
-
}),
|
|
14
|
-
return /* @__PURE__ */
|
|
5
|
+
import { useSlotRecipe as f } from "@chakra-ui/react/styled-system";
|
|
6
|
+
import g from "../../../utilities/AssetSelectChevron.js";
|
|
7
|
+
import S from "../../BitkitSelectMenu/BitkitSelectMenu.js";
|
|
8
|
+
const C = (i) => {
|
|
9
|
+
const { contentProps: c, controlProps: l, defaultValue: n, items: s, onValueChange: a, value: d } = i, p = u({
|
|
10
|
+
items: s,
|
|
11
|
+
groupBy: (m) => m.group || ""
|
|
12
|
+
}), t = f({ key: "datePickerSelect" })();
|
|
13
|
+
return /* @__PURE__ */ o(
|
|
15
14
|
r.Root,
|
|
16
15
|
{
|
|
17
16
|
collection: p,
|
|
18
|
-
defaultValue:
|
|
19
|
-
onValueChange:
|
|
17
|
+
defaultValue: n,
|
|
18
|
+
onValueChange: a,
|
|
20
19
|
size: "md",
|
|
21
|
-
value:
|
|
20
|
+
value: d,
|
|
22
21
|
children: [
|
|
23
22
|
/* @__PURE__ */ e(r.HiddenSelect, {}),
|
|
24
|
-
/* @__PURE__ */
|
|
25
|
-
/* @__PURE__ */ e(r.Trigger, { css:
|
|
26
|
-
/* @__PURE__ */ e(r.IndicatorGroup, { css:
|
|
27
|
-
const u = t.open;
|
|
28
|
-
return /* @__PURE__ */ e(f, { transform: u ? "rotate(180deg)" : "rotate(0deg)", transition: "transform 0.2s ease", children: /* @__PURE__ */ e(S, {}) });
|
|
29
|
-
} }) }) })
|
|
23
|
+
/* @__PURE__ */ o(r.Control, { ...l, children: [
|
|
24
|
+
/* @__PURE__ */ e(r.Trigger, { css: t.trigger, children: /* @__PURE__ */ e(r.ValueText, {}) }),
|
|
25
|
+
/* @__PURE__ */ e(r.IndicatorGroup, { css: t.indicatorGroup, children: /* @__PURE__ */ e(r.Indicator, { asChild: !0, css: t.indicator, children: /* @__PURE__ */ e(g, { width: "20", height: "20" }) }) })
|
|
30
26
|
] }),
|
|
31
|
-
/* @__PURE__ */ e(
|
|
27
|
+
/* @__PURE__ */ e(h, { children: /* @__PURE__ */ e(r.Positioner, { children: /* @__PURE__ */ e(S, { contentProps: c }) }) })
|
|
32
28
|
]
|
|
33
29
|
}
|
|
34
30
|
);
|
|
35
31
|
};
|
|
36
|
-
|
|
32
|
+
C.displayName = "CalendarSelect";
|
|
37
33
|
export {
|
|
38
|
-
|
|
34
|
+
C as default
|
|
39
35
|
};
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
2
|
-
import { Box as
|
|
1
|
+
import { jsx as e, jsxs as n } from "react/jsx-runtime";
|
|
2
|
+
import { Box as r } from "@chakra-ui/react/box";
|
|
3
3
|
import { Card as y } from "@chakra-ui/react/card";
|
|
4
|
-
import { Collapsible as
|
|
4
|
+
import { Collapsible as t } from "@chakra-ui/react/collapsible";
|
|
5
5
|
import { useSlotRecipe as b } from "@chakra-ui/react/styled-system";
|
|
6
|
-
import { Text as
|
|
7
|
-
import
|
|
8
|
-
const T = (
|
|
9
|
-
const { children:
|
|
10
|
-
return /* @__PURE__ */ e(y.Root, { css:
|
|
11
|
-
/* @__PURE__ */
|
|
12
|
-
/* @__PURE__ */
|
|
13
|
-
|
|
14
|
-
/* @__PURE__ */
|
|
15
|
-
|
|
16
|
-
!!
|
|
6
|
+
import { Text as d } from "@chakra-ui/react/text";
|
|
7
|
+
import I from "../../utilities/AssetSelectChevron.js";
|
|
8
|
+
const T = (a) => {
|
|
9
|
+
const { children: p, defaultExpanded: f, expanded: h, icon: s, onChange: l, secdText: o, size: m = "lg", suffix: c, title: x, ...C } = a, i = b({ key: "expandableCard" })({ size: m }), g = l ? (u) => l(u.open) : void 0;
|
|
10
|
+
return /* @__PURE__ */ e(y.Root, { css: i.root, children: /* @__PURE__ */ n(t.Root, { defaultOpen: f, open: h, onOpenChange: g, ...C, children: [
|
|
11
|
+
/* @__PURE__ */ n(t.Trigger, { css: i.header, children: [
|
|
12
|
+
/* @__PURE__ */ n(r, { display: "flex", alignItems: "center", gap: "8", children: [
|
|
13
|
+
s && /* @__PURE__ */ e(r, { css: i.icon, children: s }),
|
|
14
|
+
/* @__PURE__ */ n(r, { display: "flex", alignItems: "flex-start", flexDirection: "column", children: [
|
|
15
|
+
x,
|
|
16
|
+
!!o && /* @__PURE__ */ e(d, { css: i.secdText, children: o })
|
|
17
17
|
] })
|
|
18
18
|
] }),
|
|
19
|
-
/* @__PURE__ */
|
|
20
|
-
!!
|
|
21
|
-
/* @__PURE__ */ e(
|
|
19
|
+
/* @__PURE__ */ n(r, { display: "flex", alignItems: "center", children: [
|
|
20
|
+
!!c && /* @__PURE__ */ e(d, { css: i.suffix, children: c }),
|
|
21
|
+
/* @__PURE__ */ e(t.Indicator, { asChild: !0, children: /* @__PURE__ */ e(I, {}) })
|
|
22
22
|
] })
|
|
23
23
|
] }),
|
|
24
|
-
/* @__PURE__ */ e(
|
|
24
|
+
/* @__PURE__ */ e(t.Content, { css: i.collapsible, children: /* @__PURE__ */ e(r, { css: i.body, children: p }) })
|
|
25
25
|
] }) });
|
|
26
26
|
};
|
|
27
27
|
T.displayName = "BitkitExpandableCard";
|
|
@@ -1,48 +1,48 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { NativeSelect as
|
|
1
|
+
import { jsx as e, jsxs as x } from "react/jsx-runtime";
|
|
2
|
+
import { NativeSelect as l } from "@chakra-ui/react/native-select";
|
|
3
3
|
import { useSlotRecipe as S } from "@chakra-ui/react/styled-system";
|
|
4
4
|
import { forwardRef as y } from "react";
|
|
5
5
|
import N from "../../icons/16x16/IconErrorCircleFilled16.js";
|
|
6
6
|
import k from "../../icons/16x16/IconWarningYellow16.js";
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
7
|
+
import C from "../../icons/24x24/IconErrorCircleFilled24.js";
|
|
8
|
+
import F from "../../icons/24x24/IconWarningYellow24.js";
|
|
9
|
+
import b from "../../utilities/AssetSelectChevron.js";
|
|
10
|
+
import B from "../BitkitField/BitkitField.js";
|
|
11
11
|
const R = y(
|
|
12
12
|
(a, d) => {
|
|
13
13
|
const {
|
|
14
|
-
errorText:
|
|
14
|
+
errorText: n,
|
|
15
15
|
helperText: m,
|
|
16
16
|
label: p,
|
|
17
17
|
optional: f,
|
|
18
18
|
placeholder: g,
|
|
19
19
|
selectProps: I,
|
|
20
20
|
size: t = "md",
|
|
21
|
-
state:
|
|
22
|
-
tooltip:
|
|
23
|
-
warningText:
|
|
24
|
-
children:
|
|
21
|
+
state: o,
|
|
22
|
+
tooltip: u,
|
|
23
|
+
warningText: s,
|
|
24
|
+
children: v,
|
|
25
25
|
...h
|
|
26
|
-
} = a, r = S({ key: "nativeSelect" })(), w =
|
|
26
|
+
} = a, r = S({ key: "nativeSelect" })(), w = o === "warning" || !!s, c = o === "error" || !!n;
|
|
27
27
|
let i;
|
|
28
|
-
return
|
|
29
|
-
|
|
28
|
+
return c ? i = t === "lg" ? /* @__PURE__ */ e(C, { css: r.statusIcon, color: "icon/negative" }) : /* @__PURE__ */ e(N, { css: r.statusIcon, color: "icon/negative" }) : w && (i = t === "lg" ? /* @__PURE__ */ e(F, { css: r.statusIcon, color: "icon/warning" }) : /* @__PURE__ */ e(k, { css: r.statusIcon, color: "icon/warning" })), /* @__PURE__ */ e(
|
|
29
|
+
B,
|
|
30
30
|
{
|
|
31
|
-
disabled:
|
|
32
|
-
errorText:
|
|
31
|
+
disabled: o === "disabled",
|
|
32
|
+
errorText: n,
|
|
33
33
|
helperText: m,
|
|
34
|
-
invalid:
|
|
34
|
+
invalid: c,
|
|
35
35
|
label: p,
|
|
36
36
|
optional: f,
|
|
37
|
-
readOnly:
|
|
37
|
+
readOnly: o === "readOnly",
|
|
38
38
|
ref: d,
|
|
39
|
-
tooltip:
|
|
40
|
-
warningText:
|
|
39
|
+
tooltip: u,
|
|
40
|
+
warningText: s,
|
|
41
41
|
...h,
|
|
42
|
-
children: /* @__PURE__ */ x(
|
|
43
|
-
/* @__PURE__ */
|
|
42
|
+
children: /* @__PURE__ */ x(l.Root, { size: t, ...I, className: "group", children: [
|
|
43
|
+
/* @__PURE__ */ e(l.Field, { placeholder: g, children: v }),
|
|
44
44
|
i,
|
|
45
|
-
/* @__PURE__ */
|
|
45
|
+
/* @__PURE__ */ e(l.Indicator, { asChild: !0, children: /* @__PURE__ */ e(b, {}) })
|
|
46
46
|
] })
|
|
47
47
|
}
|
|
48
48
|
);
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { jsx as e, jsxs as l } from "react/jsx-runtime";
|
|
2
2
|
import { createListCollection as k } from "@chakra-ui/react/collection";
|
|
3
|
-
import { Portal as
|
|
3
|
+
import { Portal as b } from "@chakra-ui/react/portal";
|
|
4
4
|
import { Select as r } from "@chakra-ui/react/select";
|
|
5
|
-
import { forwardRef as
|
|
6
|
-
import
|
|
5
|
+
import { forwardRef as F } from "react";
|
|
6
|
+
import O from "../../icons/16x16/IconErrorCircleFilled16.js";
|
|
7
7
|
import j from "../../icons/16x16/IconWarningYellow16.js";
|
|
8
8
|
import E from "../../icons/24x24/IconErrorCircleFilled24.js";
|
|
9
9
|
import L from "../../icons/24x24/IconWarningYellow24.js";
|
|
10
10
|
import R from "../../utilities/AssetSelectChevron.js";
|
|
11
11
|
import W from "../BitkitField/BitkitField.js";
|
|
12
12
|
import Y from "../BitkitSelectMenu/BitkitSelectMenu.js";
|
|
13
|
-
const z =
|
|
13
|
+
const z = F((d, h) => {
|
|
14
14
|
const {
|
|
15
15
|
contentProps: s,
|
|
16
16
|
defaultValue: n,
|
|
17
17
|
errorText: a,
|
|
18
|
-
hasSearch:
|
|
19
|
-
helperText:
|
|
18
|
+
hasSearch: m,
|
|
19
|
+
helperText: p,
|
|
20
20
|
isLoading: g,
|
|
21
21
|
items: f,
|
|
22
22
|
label: u,
|
|
@@ -24,40 +24,40 @@ const z = b((d, h) => {
|
|
|
24
24
|
onValueChange: v,
|
|
25
25
|
optional: C,
|
|
26
26
|
placeholder: I,
|
|
27
|
-
selectProps:
|
|
28
|
-
size:
|
|
27
|
+
selectProps: w,
|
|
28
|
+
size: i = "md",
|
|
29
29
|
state: o,
|
|
30
|
-
tooltip:
|
|
30
|
+
tooltip: x,
|
|
31
31
|
triggerProps: y,
|
|
32
32
|
value: c,
|
|
33
33
|
warningText: B,
|
|
34
34
|
...P
|
|
35
35
|
} = d, T = o === "error" || !!a, V = k({
|
|
36
36
|
items: f,
|
|
37
|
-
groupBy: (
|
|
37
|
+
groupBy: (t) => t.group || ""
|
|
38
38
|
});
|
|
39
39
|
return /* @__PURE__ */ e(
|
|
40
40
|
W,
|
|
41
41
|
{
|
|
42
42
|
disabled: o === "disabled",
|
|
43
43
|
errorText: a,
|
|
44
|
-
helperText:
|
|
44
|
+
helperText: p,
|
|
45
45
|
invalid: T,
|
|
46
46
|
label: u,
|
|
47
47
|
optional: C,
|
|
48
48
|
readOnly: o === "readOnly",
|
|
49
49
|
ref: h,
|
|
50
|
-
tooltip:
|
|
50
|
+
tooltip: x,
|
|
51
51
|
warningText: B,
|
|
52
52
|
...P,
|
|
53
53
|
children: /* @__PURE__ */ l(
|
|
54
54
|
r.Root,
|
|
55
55
|
{
|
|
56
56
|
collection: V,
|
|
57
|
-
size:
|
|
58
|
-
...
|
|
57
|
+
size: i,
|
|
58
|
+
...w,
|
|
59
59
|
defaultValue: n ? [n] : void 0,
|
|
60
|
-
onValueChange: (
|
|
60
|
+
onValueChange: (t) => v?.(t.value[0]),
|
|
61
61
|
value: c ? [c] : void 0,
|
|
62
62
|
children: [
|
|
63
63
|
/* @__PURE__ */ e(r.HiddenSelect, {}),
|
|
@@ -69,18 +69,18 @@ const z = b((d, h) => {
|
|
|
69
69
|
}
|
|
70
70
|
) }),
|
|
71
71
|
/* @__PURE__ */ l(r.IndicatorGroup, { children: [
|
|
72
|
-
o === "error" && /* @__PURE__ */ e(r.Indicator, { children:
|
|
73
|
-
o === "warning" && /* @__PURE__ */ e(r.Indicator, { children:
|
|
74
|
-
/* @__PURE__ */ e(r.Indicator, {
|
|
72
|
+
o === "error" && /* @__PURE__ */ e(r.Indicator, { children: i === "lg" ? /* @__PURE__ */ e(E, { color: "icon/negative" }) : /* @__PURE__ */ e(O, { color: "icon/negative", height: "16", width: "16" }) }),
|
|
73
|
+
o === "warning" && /* @__PURE__ */ e(r.Indicator, { children: i === "lg" ? /* @__PURE__ */ e(L, {}) : /* @__PURE__ */ e(j, { height: "16", width: "16" }) }),
|
|
74
|
+
/* @__PURE__ */ e(r.Indicator, { asChild: !0, children: /* @__PURE__ */ e(R, {}) })
|
|
75
75
|
] })
|
|
76
76
|
] }),
|
|
77
|
-
/* @__PURE__ */ e(
|
|
77
|
+
/* @__PURE__ */ e(b, { children: /* @__PURE__ */ e(r.Positioner, { children: /* @__PURE__ */ e(
|
|
78
78
|
Y,
|
|
79
79
|
{
|
|
80
80
|
contentProps: s,
|
|
81
81
|
isLoading: g,
|
|
82
|
-
...
|
|
83
|
-
size:
|
|
82
|
+
...m ? { hasSearch: !0, onSearchChange: S } : { hasSearch: !1 },
|
|
83
|
+
size: i
|
|
84
84
|
}
|
|
85
85
|
) }) })
|
|
86
86
|
]
|
|
@@ -220,7 +220,6 @@ export { default as IconRuby24 } from './IconRuby24';
|
|
|
220
220
|
export { default as IconRubyColor24 } from './IconRubyColor24';
|
|
221
221
|
export { default as IconSave24 } from './IconSave24';
|
|
222
222
|
export { default as IconSecurityShield24 } from './IconSecurityShield24';
|
|
223
|
-
export { default as IconSelectChevron24 } from './IconSelectChevron24';
|
|
224
223
|
export { default as IconSettings24 } from './IconSettings24';
|
|
225
224
|
export { default as IconSettingsFilled24 } from './IconSettingsFilled24';
|
|
226
225
|
export { default as IconShuffle24 } from './IconShuffle24';
|
package/dist/main.js
CHANGED
|
@@ -2,7 +2,7 @@ import { default as r } from "./providers/BitkitProvider.js";
|
|
|
2
2
|
import { default as a } from "./theme/index.js";
|
|
3
3
|
import { default as l } from "./components/BitkitActionBar/BitkitActionBar.js";
|
|
4
4
|
import { default as s } from "./components/BitkitAlert/BitkitAlert.js";
|
|
5
|
-
import { default as
|
|
5
|
+
import { default as u } from "./components/BitkitAvatar/BitkitAvatar.js";
|
|
6
6
|
import { default as p } from "./components/BitkitBadge/BitkitBadge.js";
|
|
7
7
|
import { default as x } from "./components/BitkitButton/BitkitButton.js";
|
|
8
8
|
import { default as i } from "./components/BitkitCalendar/BitkitCalendar.js";
|
|
@@ -29,7 +29,7 @@ import { default as ro } from "./components/BitkitToggle/BitkitToggle.js";
|
|
|
29
29
|
import { default as ao } from "./components/BitkitTooltip/BitkitTooltip.js";
|
|
30
30
|
import { default as lo } from "./icons/16x16/IconAbortCircle16.js";
|
|
31
31
|
import { default as so } from "./icons/16x16/IconAbortCircleFilled16.js";
|
|
32
|
-
import { default as
|
|
32
|
+
import { default as co } from "./icons/16x16/IconAddons16.js";
|
|
33
33
|
import { default as mo } from "./icons/16x16/IconAgent16.js";
|
|
34
34
|
import { default as Io } from "./icons/16x16/IconAnchor16.js";
|
|
35
35
|
import { default as Co } from "./icons/16x16/IconAndroid16.js";
|
|
@@ -56,7 +56,7 @@ import { default as te } from "./icons/16x16/IconAwsColor16.js";
|
|
|
56
56
|
import { default as fe } from "./icons/16x16/IconBadge3RdParty16.js";
|
|
57
57
|
import { default as ne } from "./icons/16x16/IconBadgeBitrise16.js";
|
|
58
58
|
import { default as de } from "./icons/16x16/IconBadgeUpgrade16.js";
|
|
59
|
-
import { default as
|
|
59
|
+
import { default as ce } from "./icons/16x16/IconBadgeVersionOk16.js";
|
|
60
60
|
import { default as me } from "./icons/16x16/IconBazel16.js";
|
|
61
61
|
import { default as Ie } from "./icons/16x16/IconBell16.js";
|
|
62
62
|
import { default as Ce } from "./icons/16x16/IconBitbot16.js";
|
|
@@ -83,7 +83,7 @@ import { default as tr } from "./icons/16x16/IconChangePlan16.js";
|
|
|
83
83
|
import { default as fr } from "./icons/16x16/IconChat16.js";
|
|
84
84
|
import { default as nr } from "./icons/16x16/IconCheck16.js";
|
|
85
85
|
import { default as dr } from "./icons/16x16/IconCheckCircle16.js";
|
|
86
|
-
import { default as
|
|
86
|
+
import { default as cr } from "./icons/16x16/IconCheckCircleFilled16.js";
|
|
87
87
|
import { default as mr } from "./icons/16x16/IconChevronDown16.js";
|
|
88
88
|
import { default as Ir } from "./icons/16x16/IconChevronLeft16.js";
|
|
89
89
|
import { default as Cr } from "./icons/16x16/IconChevronRight16.js";
|
|
@@ -110,7 +110,7 @@ import { default as tt } from "./icons/16x16/IconCredits16.js";
|
|
|
110
110
|
import { default as ft } from "./icons/16x16/IconCross16.js";
|
|
111
111
|
import { default as nt } from "./icons/16x16/IconCrossCircle16.js";
|
|
112
112
|
import { default as dt } from "./icons/16x16/IconCrossCircleFilled16.js";
|
|
113
|
-
import { default as
|
|
113
|
+
import { default as ct } from "./icons/16x16/IconCrown16.js";
|
|
114
114
|
import { default as mt } from "./icons/16x16/IconCycle16.js";
|
|
115
115
|
import { default as It } from "./icons/16x16/IconDashboard16.js";
|
|
116
116
|
import { default as Ct } from "./icons/16x16/IconDashboardFilled16.js";
|
|
@@ -137,7 +137,7 @@ import { default as ta } from "./icons/16x16/IconFastlane16.js";
|
|
|
137
137
|
import { default as fa } from "./icons/16x16/IconFileDoc16.js";
|
|
138
138
|
import { default as na } from "./icons/16x16/IconFilePdf16.js";
|
|
139
139
|
import { default as da } from "./icons/16x16/IconFilePlist16.js";
|
|
140
|
-
import { default as
|
|
140
|
+
import { default as ca } from "./icons/16x16/IconFileZip16.js";
|
|
141
141
|
import { default as ma } from "./icons/16x16/IconFilter16.js";
|
|
142
142
|
import { default as Ia } from "./icons/16x16/IconFlag16.js";
|
|
143
143
|
import { default as Ca } from "./icons/16x16/IconFlutter16.js";
|
|
@@ -164,7 +164,7 @@ import { default as tf } from "./icons/16x16/IconHistory16.js";
|
|
|
164
164
|
import { default as ff } from "./icons/16x16/IconHourglass16.js";
|
|
165
165
|
import { default as nf } from "./icons/16x16/IconImage16.js";
|
|
166
166
|
import { default as df } from "./icons/16x16/IconInfoCircle16.js";
|
|
167
|
-
import { default as
|
|
167
|
+
import { default as cf } from "./icons/16x16/IconInfoCircleFilled16.js";
|
|
168
168
|
import { default as mf } from "./icons/16x16/IconInsights16.js";
|
|
169
169
|
import { default as If } from "./icons/16x16/IconInsightsFilled16.js";
|
|
170
170
|
import { default as hf } from "./icons/16x16/IconInstall16.js";
|
|
@@ -190,7 +190,7 @@ import { default as rl } from "./icons/16x16/IconLock16.js";
|
|
|
190
190
|
import { default as al } from "./icons/16x16/IconLockOpen16.js";
|
|
191
191
|
import { default as ll } from "./icons/16x16/IconLogin16.js";
|
|
192
192
|
import { default as sl } from "./icons/16x16/IconLogout16.js";
|
|
193
|
-
import { default as
|
|
193
|
+
import { default as ul } from "./icons/16x16/IconMacos16.js";
|
|
194
194
|
import { default as pl } from "./icons/16x16/IconMagicWand16.js";
|
|
195
195
|
import { default as xl } from "./icons/16x16/IconMagnifier16.js";
|
|
196
196
|
import { default as il } from "./icons/16x16/IconMail16.js";
|
|
@@ -217,7 +217,7 @@ import { default as rn } from "./icons/16x16/IconOther16.js";
|
|
|
217
217
|
import { default as an } from "./icons/16x16/IconOutsideContributor16.js";
|
|
218
218
|
import { default as ln } from "./icons/16x16/IconOverview16.js";
|
|
219
219
|
import { default as sn } from "./icons/16x16/IconPause16.js";
|
|
220
|
-
import { default as
|
|
220
|
+
import { default as un } from "./icons/16x16/IconPencil16.js";
|
|
221
221
|
import { default as pn } from "./icons/16x16/IconPeople16.js";
|
|
222
222
|
import { default as xn } from "./icons/16x16/IconPercent16.js";
|
|
223
223
|
import { default as Cn } from "./icons/16x16/IconPerson16.js";
|
|
@@ -244,7 +244,7 @@ import { default as ts } from "./icons/16x16/IconReplace16.js";
|
|
|
244
244
|
import { default as fs } from "./icons/16x16/IconResponsiveness16.js";
|
|
245
245
|
import { default as ns } from "./icons/16x16/IconReviewerApproved16.js";
|
|
246
246
|
import { default as ds } from "./icons/16x16/IconReviewerAssigned16.js";
|
|
247
|
-
import { default as
|
|
247
|
+
import { default as cs } from "./icons/16x16/IconReviewerRejected16.js";
|
|
248
248
|
import { default as ms } from "./icons/16x16/IconRuby16.js";
|
|
249
249
|
import { default as Is } from "./icons/16x16/IconRubyColor16.js";
|
|
250
250
|
import { default as Cs } from "./icons/16x16/IconSave16.js";
|
|
@@ -271,7 +271,7 @@ import { default as td } from "./icons/16x16/IconStop16.js";
|
|
|
271
271
|
import { default as fd } from "./icons/16x16/IconStopwatch16.js";
|
|
272
272
|
import { default as nd } from "./icons/16x16/IconTag16.js";
|
|
273
273
|
import { default as dd } from "./icons/16x16/IconTasks16.js";
|
|
274
|
-
import { default as
|
|
274
|
+
import { default as cd } from "./icons/16x16/IconTeams16.js";
|
|
275
275
|
import { default as md } from "./icons/16x16/IconTeamsColor16.js";
|
|
276
276
|
import { default as Id } from "./icons/16x16/IconTerminal16.js";
|
|
277
277
|
import { default as Cd } from "./icons/16x16/IconTestQuarantine16.js";
|
|
@@ -293,66 +293,66 @@ import { default as Qd } from "./icons/16x16/IconWebhooks16.js";
|
|
|
293
293
|
import { default as Yd } from "./icons/16x16/IconWebUi16.js";
|
|
294
294
|
import { default as qd } from "./icons/16x16/IconWorkflow16.js";
|
|
295
295
|
import { default as $d } from "./icons/16x16/IconWorkflowFlow16.js";
|
|
296
|
-
import { default as
|
|
297
|
-
import { default as
|
|
298
|
-
import { default as
|
|
299
|
-
import { default as
|
|
300
|
-
import { default as
|
|
301
|
-
import { default as
|
|
302
|
-
import { default as
|
|
303
|
-
import { default as
|
|
304
|
-
import { default as
|
|
305
|
-
import { default as
|
|
306
|
-
import { default as
|
|
307
|
-
import { default as
|
|
308
|
-
import { default as
|
|
309
|
-
import { default as
|
|
310
|
-
import { default as
|
|
311
|
-
import { default as
|
|
312
|
-
import { default as
|
|
313
|
-
import { default as
|
|
314
|
-
import { default as
|
|
315
|
-
import { default as
|
|
316
|
-
import { default as
|
|
317
|
-
import { default as
|
|
318
|
-
import { default as
|
|
319
|
-
import { default as
|
|
320
|
-
import { default as
|
|
321
|
-
import { default as
|
|
322
|
-
import { default as $
|
|
323
|
-
import { default as
|
|
324
|
-
import { default as
|
|
325
|
-
import { default as
|
|
326
|
-
import { default as
|
|
327
|
-
import { default as
|
|
328
|
-
import { default as
|
|
329
|
-
import { default as
|
|
330
|
-
import { default as
|
|
331
|
-
import { default as
|
|
332
|
-
import { default as
|
|
333
|
-
import { default as
|
|
334
|
-
import { default as
|
|
335
|
-
import { default as
|
|
336
|
-
import { default as
|
|
337
|
-
import { default as
|
|
338
|
-
import { default as
|
|
339
|
-
import { default as
|
|
340
|
-
import { default as
|
|
341
|
-
import { default as
|
|
342
|
-
import { default as
|
|
343
|
-
import { default as
|
|
344
|
-
import { default as
|
|
345
|
-
import { default as
|
|
346
|
-
import { default as
|
|
347
|
-
import { default as
|
|
348
|
-
import { default as
|
|
349
|
-
import { default as $
|
|
296
|
+
import { default as eu } from "./icons/16x16/IconXamarin16.js";
|
|
297
|
+
import { default as tu } from "./icons/16x16/IconXcode16.js";
|
|
298
|
+
import { default as fu } from "./icons/16x16/IconXTwitter16.js";
|
|
299
|
+
import { default as nu } from "./icons/24x24/IconAbortCircle24.js";
|
|
300
|
+
import { default as du } from "./icons/24x24/IconAbortCircleFilled24.js";
|
|
301
|
+
import { default as cu } from "./icons/24x24/IconAddons24.js";
|
|
302
|
+
import { default as mu } from "./icons/24x24/IconAgent24.js";
|
|
303
|
+
import { default as Iu } from "./icons/24x24/IconAnchor24.js";
|
|
304
|
+
import { default as Cu } from "./icons/24x24/IconAndroid24.js";
|
|
305
|
+
import { default as gu } from "./icons/24x24/IconApp24.js";
|
|
306
|
+
import { default as Bu } from "./icons/24x24/IconApple24.js";
|
|
307
|
+
import { default as Au } from "./icons/24x24/IconAppSettings24.js";
|
|
308
|
+
import { default as Su } from "./icons/24x24/IconAppStore24.js";
|
|
309
|
+
import { default as Du } from "./icons/24x24/IconAppStoreColor24.js";
|
|
310
|
+
import { default as vu } from "./icons/24x24/IconArrowBackAndDown24.js";
|
|
311
|
+
import { default as Mu } from "./icons/24x24/IconArrowBackAndUp24.js";
|
|
312
|
+
import { default as Ru } from "./icons/24x24/IconArrowDown24.js";
|
|
313
|
+
import { default as Lu } from "./icons/24x24/IconArrowForwardAndDown24.js";
|
|
314
|
+
import { default as Eu } from "./icons/24x24/IconArrowForwardAndUp24.js";
|
|
315
|
+
import { default as Hu } from "./icons/24x24/IconArrowLeft24.js";
|
|
316
|
+
import { default as Nu } from "./icons/24x24/IconArrowNortheast24.js";
|
|
317
|
+
import { default as Ju } from "./icons/24x24/IconArrowNorthwest24.js";
|
|
318
|
+
import { default as ju } from "./icons/24x24/IconArrowRight24.js";
|
|
319
|
+
import { default as Qu } from "./icons/24x24/IconArrowsHorizontal24.js";
|
|
320
|
+
import { default as Yu } from "./icons/24x24/IconArrowsVertical24.js";
|
|
321
|
+
import { default as qu } from "./icons/24x24/IconArrowUp24.js";
|
|
322
|
+
import { default as $u } from "./icons/24x24/IconAutomation24.js";
|
|
323
|
+
import { default as ec } from "./icons/24x24/IconAws24.js";
|
|
324
|
+
import { default as tc } from "./icons/24x24/IconAwsColor24.js";
|
|
325
|
+
import { default as fc } from "./icons/24x24/IconBadge3RdParty24.js";
|
|
326
|
+
import { default as nc } from "./icons/24x24/IconBadgeBitrise24.js";
|
|
327
|
+
import { default as dc } from "./icons/24x24/IconBadgeUpgrade24.js";
|
|
328
|
+
import { default as cc } from "./icons/24x24/IconBadgeVersionOk24.js";
|
|
329
|
+
import { default as mc } from "./icons/24x24/IconBazel24.js";
|
|
330
|
+
import { default as Ic } from "./icons/24x24/IconBell24.js";
|
|
331
|
+
import { default as Cc } from "./icons/24x24/IconBitbot24.js";
|
|
332
|
+
import { default as gc } from "./icons/24x24/IconBitbotError24.js";
|
|
333
|
+
import { default as Bc } from "./icons/24x24/IconBitbucket24.js";
|
|
334
|
+
import { default as Ac } from "./icons/24x24/IconBitbucketColor24.js";
|
|
335
|
+
import { default as Sc } from "./icons/24x24/IconBitbucketNeutral24.js";
|
|
336
|
+
import { default as Dc } from "./icons/24x24/IconBitbucketWhite24.js";
|
|
337
|
+
import { default as vc } from "./icons/24x24/IconBlockCircle24.js";
|
|
338
|
+
import { default as Mc } from "./icons/24x24/IconBook24.js";
|
|
339
|
+
import { default as Rc } from "./icons/24x24/IconBoxArrowDown24.js";
|
|
340
|
+
import { default as Lc } from "./icons/24x24/IconBoxDot24.js";
|
|
341
|
+
import { default as Ec } from "./icons/24x24/IconBoxLinesOverflow24.js";
|
|
342
|
+
import { default as Hc } from "./icons/24x24/IconBoxLinesWrap24.js";
|
|
343
|
+
import { default as Nc } from "./icons/24x24/IconBranch24.js";
|
|
344
|
+
import { default as Jc } from "./icons/24x24/IconBrowserstackColor24.js";
|
|
345
|
+
import { default as jc } from "./icons/24x24/IconBug24.js";
|
|
346
|
+
import { default as Qc } from "./icons/24x24/IconBuild24.js";
|
|
347
|
+
import { default as Yc } from "./icons/24x24/IconBuildCache24.js";
|
|
348
|
+
import { default as qc } from "./icons/24x24/IconBuildCacheFilled24.js";
|
|
349
|
+
import { default as $c } from "./icons/24x24/IconBuildEnvSetup24.js";
|
|
350
350
|
import { default as ep } from "./icons/24x24/IconCalendar24.js";
|
|
351
351
|
import { default as tp } from "./icons/24x24/IconChangePlan24.js";
|
|
352
352
|
import { default as fp } from "./icons/24x24/IconChat24.js";
|
|
353
353
|
import { default as np } from "./icons/24x24/IconCheck24.js";
|
|
354
354
|
import { default as dp } from "./icons/24x24/IconCheckCircle24.js";
|
|
355
|
-
import { default as
|
|
355
|
+
import { default as cp } from "./icons/24x24/IconCheckCircleFilled24.js";
|
|
356
356
|
import { default as mp } from "./icons/24x24/IconChevronDown24.js";
|
|
357
357
|
import { default as Ip } from "./icons/24x24/IconChevronLeft24.js";
|
|
358
358
|
import { default as Cp } from "./icons/24x24/IconChevronRight24.js";
|
|
@@ -379,7 +379,7 @@ import { default as tm } from "./icons/24x24/IconCredits24.js";
|
|
|
379
379
|
import { default as fm } from "./icons/24x24/IconCross24.js";
|
|
380
380
|
import { default as nm } from "./icons/24x24/IconCrossCircle24.js";
|
|
381
381
|
import { default as dm } from "./icons/24x24/IconCrossCircleFilled24.js";
|
|
382
|
-
import { default as
|
|
382
|
+
import { default as cm } from "./icons/24x24/IconCrown24.js";
|
|
383
383
|
import { default as mm } from "./icons/24x24/IconCycle24.js";
|
|
384
384
|
import { default as Im } from "./icons/24x24/IconDashboard24.js";
|
|
385
385
|
import { default as Cm } from "./icons/24x24/IconDashboardFilled24.js";
|
|
@@ -406,7 +406,7 @@ import { default as tx } from "./icons/24x24/IconFastlane24.js";
|
|
|
406
406
|
import { default as fx } from "./icons/24x24/IconFileDoc24.js";
|
|
407
407
|
import { default as nx } from "./icons/24x24/IconFilePdf24.js";
|
|
408
408
|
import { default as dx } from "./icons/24x24/IconFilePlist24.js";
|
|
409
|
-
import { default as
|
|
409
|
+
import { default as cx } from "./icons/24x24/IconFileZip24.js";
|
|
410
410
|
import { default as mx } from "./icons/24x24/IconFilter24.js";
|
|
411
411
|
import { default as Ix } from "./icons/24x24/IconFlag24.js";
|
|
412
412
|
import { default as Cx } from "./icons/24x24/IconFlutter24.js";
|
|
@@ -433,7 +433,7 @@ import { default as tI } from "./icons/24x24/IconHistory24.js";
|
|
|
433
433
|
import { default as fI } from "./icons/24x24/IconHourglass24.js";
|
|
434
434
|
import { default as nI } from "./icons/24x24/IconImage24.js";
|
|
435
435
|
import { default as dI } from "./icons/24x24/IconInfoCircle24.js";
|
|
436
|
-
import { default as
|
|
436
|
+
import { default as cI } from "./icons/24x24/IconInfoCircleFilled24.js";
|
|
437
437
|
import { default as mI } from "./icons/24x24/IconInsights24.js";
|
|
438
438
|
import { default as II } from "./icons/24x24/IconInsightsFilled24.js";
|
|
439
439
|
import { default as CI } from "./icons/24x24/IconInstall24.js";
|
|
@@ -460,7 +460,7 @@ import { default as ti } from "./icons/24x24/IconLockOpen24.js";
|
|
|
460
460
|
import { default as fi } from "./icons/24x24/IconLogin24.js";
|
|
461
461
|
import { default as ni } from "./icons/24x24/IconLogout24.js";
|
|
462
462
|
import { default as di } from "./icons/24x24/IconMacos24.js";
|
|
463
|
-
import { default as
|
|
463
|
+
import { default as ci } from "./icons/24x24/IconMagicWand24.js";
|
|
464
464
|
import { default as mi } from "./icons/24x24/IconMagnifier24.js";
|
|
465
465
|
import { default as Ii } from "./icons/24x24/IconMail24.js";
|
|
466
466
|
import { default as Ci } from "./icons/24x24/IconMedal24.js";
|
|
@@ -487,7 +487,7 @@ import { default as t2 } from "./icons/24x24/IconOutsideContributor24.js";
|
|
|
487
487
|
import { default as f2 } from "./icons/24x24/IconOverview24.js";
|
|
488
488
|
import { default as n2 } from "./icons/24x24/IconPause24.js";
|
|
489
489
|
import { default as d2 } from "./icons/24x24/IconPencil24.js";
|
|
490
|
-
import { default as
|
|
490
|
+
import { default as c2 } from "./icons/24x24/IconPeople24.js";
|
|
491
491
|
import { default as m2 } from "./icons/24x24/IconPercent24.js";
|
|
492
492
|
import { default as I2 } from "./icons/24x24/IconPerson24.js";
|
|
493
493
|
import { default as C2 } from "./icons/24x24/IconPersonWithDesk24.js";
|
|
@@ -509,67 +509,66 @@ import { default as Q2 } from "./icons/24x24/IconRegex24.js";
|
|
|
509
509
|
import { default as Y2 } from "./icons/24x24/IconRelease24.js";
|
|
510
510
|
import { default as q2 } from "./icons/24x24/IconReleaseFilled24.js";
|
|
511
511
|
import { default as $2 } from "./icons/24x24/IconRemoteAccess24.js";
|
|
512
|
-
import { default as
|
|
513
|
-
import { default as
|
|
514
|
-
import { default as
|
|
515
|
-
import { default as
|
|
516
|
-
import { default as
|
|
517
|
-
import { default as
|
|
518
|
-
import { default as
|
|
519
|
-
import { default as
|
|
520
|
-
import { default as
|
|
521
|
-
import { default as
|
|
522
|
-
import { default as
|
|
523
|
-
import { default as
|
|
524
|
-
import { default as
|
|
525
|
-
import { default as
|
|
526
|
-
import { default as
|
|
527
|
-
import { default as
|
|
528
|
-
import { default as
|
|
529
|
-
import { default as
|
|
530
|
-
import { default as
|
|
531
|
-
import { default as
|
|
532
|
-
import { default as
|
|
533
|
-
import { default as
|
|
534
|
-
import { default as
|
|
535
|
-
import { default as
|
|
536
|
-
import { default as
|
|
537
|
-
import { default as
|
|
538
|
-
import { default as $
|
|
539
|
-
import { default as
|
|
540
|
-
import { default as
|
|
541
|
-
import { default as
|
|
542
|
-
import { default as
|
|
543
|
-
import { default as
|
|
544
|
-
import { default as
|
|
545
|
-
import { default as
|
|
546
|
-
import { default as
|
|
547
|
-
import { default as
|
|
548
|
-
import { default as
|
|
549
|
-
import { default as
|
|
550
|
-
import { default as
|
|
551
|
-
import { default as
|
|
552
|
-
import { default as
|
|
553
|
-
import { default as
|
|
554
|
-
import { default as
|
|
555
|
-
import { default as
|
|
556
|
-
import { default as
|
|
557
|
-
import { default as
|
|
558
|
-
import { default as
|
|
559
|
-
import { default as
|
|
560
|
-
import { default as
|
|
561
|
-
import { default as
|
|
562
|
-
import { default as
|
|
563
|
-
import { default as
|
|
564
|
-
import { default as
|
|
565
|
-
import { default as $
|
|
566
|
-
import { default as e6 } from "./icons/24x24/
|
|
567
|
-
import { default as t6 } from "./icons/24x24/
|
|
568
|
-
import { default as f6 } from "./icons/24x24/IconXTwitter24.js";
|
|
512
|
+
import { default as e1 } from "./icons/24x24/IconReplace24.js";
|
|
513
|
+
import { default as t1 } from "./icons/24x24/IconResponsiveness24.js";
|
|
514
|
+
import { default as f1 } from "./icons/24x24/IconReviewerApproved24.js";
|
|
515
|
+
import { default as n1 } from "./icons/24x24/IconReviewerAssigned24.js";
|
|
516
|
+
import { default as d1 } from "./icons/24x24/IconReviewerRejected24.js";
|
|
517
|
+
import { default as c1 } from "./icons/24x24/IconRuby24.js";
|
|
518
|
+
import { default as m1 } from "./icons/24x24/IconRubyColor24.js";
|
|
519
|
+
import { default as I1 } from "./icons/24x24/IconSave24.js";
|
|
520
|
+
import { default as C1 } from "./icons/24x24/IconSecurityShield24.js";
|
|
521
|
+
import { default as g1 } from "./icons/24x24/IconSettings24.js";
|
|
522
|
+
import { default as B1 } from "./icons/24x24/IconSettingsFilled24.js";
|
|
523
|
+
import { default as A1 } from "./icons/24x24/IconShuffle24.js";
|
|
524
|
+
import { default as S1 } from "./icons/24x24/IconSiren24.js";
|
|
525
|
+
import { default as D1 } from "./icons/24x24/IconSkipCircle24.js";
|
|
526
|
+
import { default as v1 } from "./icons/24x24/IconSkipCircleFilled24.js";
|
|
527
|
+
import { default as M1 } from "./icons/24x24/IconSlack24.js";
|
|
528
|
+
import { default as R1 } from "./icons/24x24/IconSlackColor24.js";
|
|
529
|
+
import { default as L1 } from "./icons/24x24/IconSparkle24.js";
|
|
530
|
+
import { default as E1 } from "./icons/24x24/IconSparkleFilled24.js";
|
|
531
|
+
import { default as H1 } from "./icons/24x24/IconSpinnerOnDisabled24.js";
|
|
532
|
+
import { default as N1 } from "./icons/24x24/IconSpinnerPurple24.js";
|
|
533
|
+
import { default as J1 } from "./icons/24x24/IconSpinnerPurpleDouble24.js";
|
|
534
|
+
import { default as j1 } from "./icons/24x24/IconSpinnerWhite24.js";
|
|
535
|
+
import { default as Q1 } from "./icons/24x24/IconStability24.js";
|
|
536
|
+
import { default as Y1 } from "./icons/24x24/IconStack24.js";
|
|
537
|
+
import { default as q1 } from "./icons/24x24/IconStar24.js";
|
|
538
|
+
import { default as $1 } from "./icons/24x24/IconStep24.js";
|
|
539
|
+
import { default as e4 } from "./icons/24x24/IconStop24.js";
|
|
540
|
+
import { default as t4 } from "./icons/24x24/IconStopwatch24.js";
|
|
541
|
+
import { default as f4 } from "./icons/24x24/IconTag24.js";
|
|
542
|
+
import { default as n4 } from "./icons/24x24/IconTasks24.js";
|
|
543
|
+
import { default as d4 } from "./icons/24x24/IconTeams24.js";
|
|
544
|
+
import { default as c4 } from "./icons/24x24/IconTeamsColor24.js";
|
|
545
|
+
import { default as m4 } from "./icons/24x24/IconTerminal24.js";
|
|
546
|
+
import { default as I4 } from "./icons/24x24/IconTestQuarantine24.js";
|
|
547
|
+
import { default as C4 } from "./icons/24x24/IconThemeDarkToggle24.js";
|
|
548
|
+
import { default as g4 } from "./icons/24x24/IconThumbDown24.js";
|
|
549
|
+
import { default as B4 } from "./icons/24x24/IconThumbUp24.js";
|
|
550
|
+
import { default as A4 } from "./icons/24x24/IconTools24.js";
|
|
551
|
+
import { default as S4 } from "./icons/24x24/IconTrash24.js";
|
|
552
|
+
import { default as D4 } from "./icons/24x24/IconTrigger24.js";
|
|
553
|
+
import { default as v4 } from "./icons/24x24/IconUbuntu24.js";
|
|
554
|
+
import { default as M4 } from "./icons/24x24/IconUbuntuColor24.js";
|
|
555
|
+
import { default as R4 } from "./icons/24x24/IconUnity3D24.js";
|
|
556
|
+
import { default as L4 } from "./icons/24x24/IconUpload24.js";
|
|
557
|
+
import { default as E4 } from "./icons/24x24/IconValidateShield24.js";
|
|
558
|
+
import { default as H4 } from "./icons/24x24/IconVideo24.js";
|
|
559
|
+
import { default as N4 } from "./icons/24x24/IconWarning24.js";
|
|
560
|
+
import { default as J4 } from "./icons/24x24/IconWarningYellow24.js";
|
|
561
|
+
import { default as j4 } from "./icons/24x24/IconWebhooks24.js";
|
|
562
|
+
import { default as Q4 } from "./icons/24x24/IconWebUi24.js";
|
|
563
|
+
import { default as Y4 } from "./icons/24x24/IconWorkflow24.js";
|
|
564
|
+
import { default as q4 } from "./icons/24x24/IconWorkflowFlow24.js";
|
|
565
|
+
import { default as $4 } from "./icons/24x24/IconXamarin24.js";
|
|
566
|
+
import { default as e6 } from "./icons/24x24/IconXcode24.js";
|
|
567
|
+
import { default as t6 } from "./icons/24x24/IconXTwitter24.js";
|
|
569
568
|
export {
|
|
570
569
|
l as BitkitActionBar,
|
|
571
570
|
s as BitkitAlert,
|
|
572
|
-
|
|
571
|
+
u as BitkitAvatar,
|
|
573
572
|
p as BitkitBadge,
|
|
574
573
|
x as BitkitButton,
|
|
575
574
|
i as BitkitCalendar,
|
|
@@ -596,107 +595,107 @@ export {
|
|
|
596
595
|
ro as BitkitToggle,
|
|
597
596
|
ao as BitkitTooltip,
|
|
598
597
|
lo as IconAbortCircle16,
|
|
599
|
-
|
|
598
|
+
nu as IconAbortCircle24,
|
|
600
599
|
so as IconAbortCircleFilled16,
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
600
|
+
du as IconAbortCircleFilled24,
|
|
601
|
+
co as IconAddons16,
|
|
602
|
+
cu as IconAddons24,
|
|
604
603
|
mo as IconAgent16,
|
|
605
|
-
|
|
604
|
+
mu as IconAgent24,
|
|
606
605
|
Io as IconAnchor16,
|
|
607
|
-
|
|
606
|
+
Iu as IconAnchor24,
|
|
608
607
|
Co as IconAndroid16,
|
|
609
|
-
|
|
608
|
+
Cu as IconAndroid24,
|
|
610
609
|
go as IconApp16,
|
|
611
|
-
|
|
610
|
+
gu as IconApp24,
|
|
612
611
|
Ao as IconAppSettings16,
|
|
613
|
-
|
|
612
|
+
Au as IconAppSettings24,
|
|
614
613
|
So as IconAppStore16,
|
|
615
|
-
|
|
614
|
+
Su as IconAppStore24,
|
|
616
615
|
Do as IconAppStoreColor16,
|
|
617
|
-
|
|
616
|
+
Du as IconAppStoreColor24,
|
|
618
617
|
Bo as IconApple16,
|
|
619
|
-
|
|
618
|
+
Bu as IconApple24,
|
|
620
619
|
vo as IconArrowBackAndDown16,
|
|
621
|
-
|
|
620
|
+
vu as IconArrowBackAndDown24,
|
|
622
621
|
Mo as IconArrowBackAndUp16,
|
|
623
|
-
|
|
622
|
+
Mu as IconArrowBackAndUp24,
|
|
624
623
|
Ro as IconArrowDown16,
|
|
625
|
-
|
|
624
|
+
Ru as IconArrowDown24,
|
|
626
625
|
Lo as IconArrowForwardAndDown16,
|
|
627
|
-
|
|
626
|
+
Lu as IconArrowForwardAndDown24,
|
|
628
627
|
Eo as IconArrowForwardAndUp16,
|
|
629
|
-
|
|
628
|
+
Eu as IconArrowForwardAndUp24,
|
|
630
629
|
Ho as IconArrowLeft16,
|
|
631
|
-
|
|
630
|
+
Hu as IconArrowLeft24,
|
|
632
631
|
No as IconArrowNortheast16,
|
|
633
|
-
|
|
632
|
+
Nu as IconArrowNortheast24,
|
|
634
633
|
Jo as IconArrowNorthwest16,
|
|
635
|
-
|
|
634
|
+
Ju as IconArrowNorthwest24,
|
|
636
635
|
jo as IconArrowRight16,
|
|
637
|
-
|
|
636
|
+
ju as IconArrowRight24,
|
|
638
637
|
qo as IconArrowUp16,
|
|
639
|
-
|
|
638
|
+
qu as IconArrowUp24,
|
|
640
639
|
Qo as IconArrowsHorizontal16,
|
|
641
|
-
|
|
640
|
+
Qu as IconArrowsHorizontal24,
|
|
642
641
|
Yo as IconArrowsVertical16,
|
|
643
|
-
|
|
642
|
+
Yu as IconArrowsVertical24,
|
|
644
643
|
$o as IconAutomation16,
|
|
645
|
-
$
|
|
644
|
+
$u as IconAutomation24,
|
|
646
645
|
ee as IconAws16,
|
|
647
|
-
|
|
646
|
+
ec as IconAws24,
|
|
648
647
|
te as IconAwsColor16,
|
|
649
|
-
|
|
648
|
+
tc as IconAwsColor24,
|
|
650
649
|
fe as IconBadge3RdParty16,
|
|
651
|
-
|
|
650
|
+
fc as IconBadge3RdParty24,
|
|
652
651
|
ne as IconBadgeBitrise16,
|
|
653
|
-
|
|
652
|
+
nc as IconBadgeBitrise24,
|
|
654
653
|
de as IconBadgeUpgrade16,
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
654
|
+
dc as IconBadgeUpgrade24,
|
|
655
|
+
ce as IconBadgeVersionOk16,
|
|
656
|
+
cc as IconBadgeVersionOk24,
|
|
658
657
|
me as IconBazel16,
|
|
659
|
-
|
|
658
|
+
mc as IconBazel24,
|
|
660
659
|
Ie as IconBell16,
|
|
661
|
-
|
|
660
|
+
Ic as IconBell24,
|
|
662
661
|
Ce as IconBitbot16,
|
|
663
|
-
|
|
662
|
+
Cc as IconBitbot24,
|
|
664
663
|
ge as IconBitbotError16,
|
|
665
|
-
|
|
664
|
+
gc as IconBitbotError24,
|
|
666
665
|
Be as IconBitbucket16,
|
|
667
|
-
|
|
666
|
+
Bc as IconBitbucket24,
|
|
668
667
|
Ae as IconBitbucketColor16,
|
|
669
|
-
|
|
668
|
+
Ac as IconBitbucketColor24,
|
|
670
669
|
Se as IconBitbucketNeutral16,
|
|
671
|
-
|
|
670
|
+
Sc as IconBitbucketNeutral24,
|
|
672
671
|
De as IconBitbucketWhite16,
|
|
673
|
-
|
|
672
|
+
Dc as IconBitbucketWhite24,
|
|
674
673
|
ve as IconBlockCircle16,
|
|
675
|
-
|
|
674
|
+
vc as IconBlockCircle24,
|
|
676
675
|
Me as IconBook16,
|
|
677
|
-
|
|
676
|
+
Mc as IconBook24,
|
|
678
677
|
Re as IconBoxArrowDown16,
|
|
679
|
-
|
|
678
|
+
Rc as IconBoxArrowDown24,
|
|
680
679
|
Le as IconBoxDot16,
|
|
681
|
-
|
|
680
|
+
Lc as IconBoxDot24,
|
|
682
681
|
Ee as IconBoxLinesOverflow16,
|
|
683
|
-
|
|
682
|
+
Ec as IconBoxLinesOverflow24,
|
|
684
683
|
He as IconBoxLinesWrap16,
|
|
685
|
-
|
|
684
|
+
Hc as IconBoxLinesWrap24,
|
|
686
685
|
Ne as IconBranch16,
|
|
687
|
-
|
|
686
|
+
Nc as IconBranch24,
|
|
688
687
|
Je as IconBrowserstackColor16,
|
|
689
|
-
|
|
688
|
+
Jc as IconBrowserstackColor24,
|
|
690
689
|
je as IconBug16,
|
|
691
|
-
|
|
690
|
+
jc as IconBug24,
|
|
692
691
|
Qe as IconBuild16,
|
|
693
|
-
|
|
692
|
+
Qc as IconBuild24,
|
|
694
693
|
Ye as IconBuildCache16,
|
|
695
|
-
|
|
694
|
+
Yc as IconBuildCache24,
|
|
696
695
|
qe as IconBuildCacheFilled16,
|
|
697
|
-
|
|
696
|
+
qc as IconBuildCacheFilled24,
|
|
698
697
|
$e as IconBuildEnvSetup16,
|
|
699
|
-
$
|
|
698
|
+
$c as IconBuildEnvSetup24,
|
|
700
699
|
er as IconCalendar16,
|
|
701
700
|
ep as IconCalendar24,
|
|
702
701
|
tr as IconChangePlan16,
|
|
@@ -707,8 +706,8 @@ export {
|
|
|
707
706
|
np as IconCheck24,
|
|
708
707
|
dr as IconCheckCircle16,
|
|
709
708
|
dp as IconCheckCircle24,
|
|
710
|
-
|
|
711
|
-
|
|
709
|
+
cr as IconCheckCircleFilled16,
|
|
710
|
+
cp as IconCheckCircleFilled24,
|
|
712
711
|
mr as IconChevronDown16,
|
|
713
712
|
mp as IconChevronDown24,
|
|
714
713
|
Ir as IconChevronLeft16,
|
|
@@ -761,8 +760,8 @@ export {
|
|
|
761
760
|
nm as IconCrossCircle24,
|
|
762
761
|
dt as IconCrossCircleFilled16,
|
|
763
762
|
dm as IconCrossCircleFilled24,
|
|
764
|
-
|
|
765
|
-
|
|
763
|
+
ct as IconCrown16,
|
|
764
|
+
cm as IconCrown24,
|
|
766
765
|
mt as IconCycle16,
|
|
767
766
|
mm as IconCycle24,
|
|
768
767
|
It as IconDashboard16,
|
|
@@ -815,8 +814,8 @@ export {
|
|
|
815
814
|
nx as IconFilePdf24,
|
|
816
815
|
da as IconFilePlist16,
|
|
817
816
|
dx as IconFilePlist24,
|
|
818
|
-
|
|
819
|
-
|
|
817
|
+
ca as IconFileZip16,
|
|
818
|
+
cx as IconFileZip24,
|
|
820
819
|
ma as IconFilter16,
|
|
821
820
|
mx as IconFilter24,
|
|
822
821
|
Ia as IconFlag16,
|
|
@@ -869,8 +868,8 @@ export {
|
|
|
869
868
|
nI as IconImage24,
|
|
870
869
|
df as IconInfoCircle16,
|
|
871
870
|
dI as IconInfoCircle24,
|
|
872
|
-
|
|
873
|
-
|
|
871
|
+
cf as IconInfoCircleFilled16,
|
|
872
|
+
cI as IconInfoCircleFilled24,
|
|
874
873
|
mf as IconInsights16,
|
|
875
874
|
mI as IconInsights24,
|
|
876
875
|
If as IconInsightsFilled16,
|
|
@@ -921,10 +920,10 @@ export {
|
|
|
921
920
|
fi as IconLogin24,
|
|
922
921
|
sl as IconLogout16,
|
|
923
922
|
ni as IconLogout24,
|
|
924
|
-
|
|
923
|
+
ul as IconMacos16,
|
|
925
924
|
di as IconMacos24,
|
|
926
925
|
pl as IconMagicWand16,
|
|
927
|
-
|
|
926
|
+
ci as IconMagicWand24,
|
|
928
927
|
xl as IconMagnifier16,
|
|
929
928
|
mi as IconMagnifier24,
|
|
930
929
|
il as IconMail16,
|
|
@@ -975,10 +974,10 @@ export {
|
|
|
975
974
|
f2 as IconOverview24,
|
|
976
975
|
sn as IconPause16,
|
|
977
976
|
n2 as IconPause24,
|
|
978
|
-
|
|
977
|
+
un as IconPencil16,
|
|
979
978
|
d2 as IconPencil24,
|
|
980
979
|
pn as IconPeople16,
|
|
981
|
-
|
|
980
|
+
c2 as IconPeople24,
|
|
982
981
|
xn as IconPercent16,
|
|
983
982
|
m2 as IconPercent24,
|
|
984
983
|
Cn as IconPerson16,
|
|
@@ -1022,117 +1021,116 @@ export {
|
|
|
1022
1021
|
es as IconRemoteAccess16,
|
|
1023
1022
|
$2 as IconRemoteAccess24,
|
|
1024
1023
|
ts as IconReplace16,
|
|
1025
|
-
|
|
1024
|
+
e1 as IconReplace24,
|
|
1026
1025
|
fs as IconResponsiveness16,
|
|
1027
|
-
|
|
1026
|
+
t1 as IconResponsiveness24,
|
|
1028
1027
|
ns as IconReviewerApproved16,
|
|
1029
|
-
|
|
1028
|
+
f1 as IconReviewerApproved24,
|
|
1030
1029
|
ds as IconReviewerAssigned16,
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1030
|
+
n1 as IconReviewerAssigned24,
|
|
1031
|
+
cs as IconReviewerRejected16,
|
|
1032
|
+
d1 as IconReviewerRejected24,
|
|
1034
1033
|
ms as IconRuby16,
|
|
1035
|
-
|
|
1034
|
+
c1 as IconRuby24,
|
|
1036
1035
|
Is as IconRubyColor16,
|
|
1037
|
-
|
|
1036
|
+
m1 as IconRubyColor24,
|
|
1038
1037
|
Cs as IconSave16,
|
|
1039
|
-
|
|
1038
|
+
I1 as IconSave24,
|
|
1040
1039
|
gs as IconSecurityShield16,
|
|
1041
|
-
|
|
1042
|
-
g4 as IconSelectChevron24,
|
|
1040
|
+
C1 as IconSecurityShield24,
|
|
1043
1041
|
Bs as IconSettings16,
|
|
1044
|
-
|
|
1042
|
+
g1 as IconSettings24,
|
|
1045
1043
|
As as IconSettingsFilled16,
|
|
1046
|
-
|
|
1044
|
+
B1 as IconSettingsFilled24,
|
|
1047
1045
|
Ss as IconShuffle16,
|
|
1048
|
-
|
|
1046
|
+
A1 as IconShuffle24,
|
|
1049
1047
|
Ds as IconSiren16,
|
|
1050
|
-
|
|
1048
|
+
S1 as IconSiren24,
|
|
1051
1049
|
vs as IconSkipCircle16,
|
|
1052
|
-
|
|
1050
|
+
D1 as IconSkipCircle24,
|
|
1053
1051
|
Ms as IconSkipCircleFilled16,
|
|
1054
|
-
|
|
1052
|
+
v1 as IconSkipCircleFilled24,
|
|
1055
1053
|
Rs as IconSlack16,
|
|
1056
|
-
|
|
1054
|
+
M1 as IconSlack24,
|
|
1057
1055
|
Ls as IconSlackColor16,
|
|
1058
|
-
|
|
1056
|
+
R1 as IconSlackColor24,
|
|
1059
1057
|
Es as IconSparkle16,
|
|
1060
|
-
|
|
1058
|
+
L1 as IconSparkle24,
|
|
1061
1059
|
Hs as IconSparkleFilled16,
|
|
1062
|
-
|
|
1060
|
+
E1 as IconSparkleFilled24,
|
|
1063
1061
|
Ns as IconSpinnerOnDisabled16,
|
|
1064
|
-
|
|
1062
|
+
H1 as IconSpinnerOnDisabled24,
|
|
1065
1063
|
Js as IconSpinnerPurple16,
|
|
1066
|
-
|
|
1064
|
+
N1 as IconSpinnerPurple24,
|
|
1067
1065
|
js as IconSpinnerPurpleDouble16,
|
|
1068
|
-
|
|
1066
|
+
J1 as IconSpinnerPurpleDouble24,
|
|
1069
1067
|
Qs as IconSpinnerWhite16,
|
|
1070
|
-
|
|
1068
|
+
j1 as IconSpinnerWhite24,
|
|
1071
1069
|
Ys as IconStability16,
|
|
1072
|
-
|
|
1070
|
+
Q1 as IconStability24,
|
|
1073
1071
|
qs as IconStack16,
|
|
1074
|
-
|
|
1072
|
+
Y1 as IconStack24,
|
|
1075
1073
|
$s as IconStar16,
|
|
1076
|
-
|
|
1074
|
+
q1 as IconStar24,
|
|
1077
1075
|
ed as IconStep16,
|
|
1078
|
-
|
|
1076
|
+
$1 as IconStep24,
|
|
1079
1077
|
td as IconStop16,
|
|
1080
|
-
|
|
1078
|
+
e4 as IconStop24,
|
|
1081
1079
|
fd as IconStopwatch16,
|
|
1082
|
-
|
|
1080
|
+
t4 as IconStopwatch24,
|
|
1083
1081
|
nd as IconTag16,
|
|
1084
|
-
|
|
1082
|
+
f4 as IconTag24,
|
|
1085
1083
|
dd as IconTasks16,
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1084
|
+
n4 as IconTasks24,
|
|
1085
|
+
cd as IconTeams16,
|
|
1086
|
+
d4 as IconTeams24,
|
|
1089
1087
|
md as IconTeamsColor16,
|
|
1090
|
-
|
|
1088
|
+
c4 as IconTeamsColor24,
|
|
1091
1089
|
Id as IconTerminal16,
|
|
1092
|
-
|
|
1090
|
+
m4 as IconTerminal24,
|
|
1093
1091
|
Cd as IconTestQuarantine16,
|
|
1094
|
-
|
|
1092
|
+
I4 as IconTestQuarantine24,
|
|
1095
1093
|
gd as IconThemeDarkToggle16,
|
|
1096
|
-
|
|
1094
|
+
C4 as IconThemeDarkToggle24,
|
|
1097
1095
|
Bd as IconThumbDown16,
|
|
1098
|
-
|
|
1096
|
+
g4 as IconThumbDown24,
|
|
1099
1097
|
Ad as IconThumbUp16,
|
|
1100
|
-
|
|
1098
|
+
B4 as IconThumbUp24,
|
|
1101
1099
|
Sd as IconTools16,
|
|
1102
|
-
|
|
1100
|
+
A4 as IconTools24,
|
|
1103
1101
|
Dd as IconTrash16,
|
|
1104
|
-
|
|
1102
|
+
S4 as IconTrash24,
|
|
1105
1103
|
vd as IconTrigger16,
|
|
1106
|
-
|
|
1104
|
+
D4 as IconTrigger24,
|
|
1107
1105
|
Md as IconUbuntu16,
|
|
1108
|
-
|
|
1106
|
+
v4 as IconUbuntu24,
|
|
1109
1107
|
Rd as IconUbuntuColor16,
|
|
1110
|
-
|
|
1108
|
+
M4 as IconUbuntuColor24,
|
|
1111
1109
|
Ld as IconUnity3D16,
|
|
1112
|
-
|
|
1110
|
+
R4 as IconUnity3D24,
|
|
1113
1111
|
Ed as IconUpload16,
|
|
1114
|
-
|
|
1112
|
+
L4 as IconUpload24,
|
|
1115
1113
|
Hd as IconValidateShield16,
|
|
1116
|
-
|
|
1114
|
+
E4 as IconValidateShield24,
|
|
1117
1115
|
Nd as IconVideo16,
|
|
1118
|
-
|
|
1116
|
+
H4 as IconVideo24,
|
|
1119
1117
|
Jd as IconWarning16,
|
|
1120
|
-
|
|
1118
|
+
N4 as IconWarning24,
|
|
1121
1119
|
jd as IconWarningYellow16,
|
|
1122
|
-
|
|
1120
|
+
J4 as IconWarningYellow24,
|
|
1123
1121
|
Yd as IconWebUi16,
|
|
1124
|
-
|
|
1122
|
+
Q4 as IconWebUi24,
|
|
1125
1123
|
Qd as IconWebhooks16,
|
|
1126
|
-
|
|
1124
|
+
j4 as IconWebhooks24,
|
|
1127
1125
|
qd as IconWorkflow16,
|
|
1128
|
-
|
|
1126
|
+
Y4 as IconWorkflow24,
|
|
1129
1127
|
$d as IconWorkflowFlow16,
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1128
|
+
q4 as IconWorkflowFlow24,
|
|
1129
|
+
fu as IconXTwitter16,
|
|
1130
|
+
t6 as IconXTwitter24,
|
|
1131
|
+
eu as IconXamarin16,
|
|
1132
|
+
$4 as IconXamarin24,
|
|
1133
|
+
tu as IconXcode16,
|
|
1134
|
+
e6 as IconXcode24,
|
|
1137
1135
|
a as bitriseTheme
|
|
1138
1136
|
};
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
};
|
|
4
|
-
declare const AssetSelectChevron: ({ isOpen }: AssetSelectChevronProps) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
import { IconProps } from '@chakra-ui/react/icon';
|
|
2
|
+
declare const AssetSelectChevron: import('react').ForwardRefExoticComponent<IconProps & import('react').RefAttributes<SVGSVGElement>>;
|
|
5
3
|
export default AssetSelectChevron;
|
|
@@ -1,7 +1,31 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
const
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { Icon as t } from "@chakra-ui/react/icon";
|
|
3
|
+
import { forwardRef as s } from "react";
|
|
4
|
+
const l = s((o, r) => /* @__PURE__ */ e(
|
|
5
|
+
t,
|
|
6
|
+
{
|
|
7
|
+
asChild: !0,
|
|
8
|
+
ref: r,
|
|
9
|
+
width: "24",
|
|
10
|
+
height: "24",
|
|
11
|
+
transition: "transform 0.2s ease",
|
|
12
|
+
_open: {
|
|
13
|
+
transform: "rotate(180deg)"
|
|
14
|
+
},
|
|
15
|
+
color: "icon/secondary",
|
|
16
|
+
...o,
|
|
17
|
+
children: /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ e(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M6.29285 10.2071L7.70706 8.79289L12 13.0858L16.2928 8.79289L17.7071 10.2071L12 15.9142L6.29285 10.2071Z",
|
|
23
|
+
fill: "currentColor"
|
|
24
|
+
}
|
|
25
|
+
) })
|
|
26
|
+
}
|
|
27
|
+
));
|
|
28
|
+
l.displayName = "AssetSelectChevron";
|
|
5
29
|
export {
|
|
6
|
-
|
|
30
|
+
l as default
|
|
7
31
|
};
|
package/package.json
CHANGED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { Icon as l } from "@chakra-ui/react/icon";
|
|
3
|
-
import { forwardRef as t } from "react";
|
|
4
|
-
const i = t((o, r) => /* @__PURE__ */ e(l, { asChild: !0, ref: r, width: "24", height: "24", ...o, children: /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ e(
|
|
5
|
-
"path",
|
|
6
|
-
{
|
|
7
|
-
fillRule: "evenodd",
|
|
8
|
-
clipRule: "evenodd",
|
|
9
|
-
d: "M6.29285 10.2071L7.70706 8.79289L12 13.0858L16.2928 8.79289L17.7071 10.2071L12 15.9142L6.29285 10.2071Z",
|
|
10
|
-
fill: "currentColor"
|
|
11
|
-
}
|
|
12
|
-
) }) }));
|
|
13
|
-
i.displayName = "IconSelectChevron24";
|
|
14
|
-
export {
|
|
15
|
-
i as default
|
|
16
|
-
};
|