@bitrise/bitkit-v2 0.3.161 → 0.3.163
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/BitkitCodeSnippet/BitkitCodeSnippet.d.ts +10 -0
- package/dist/components/BitkitCodeSnippet/BitkitCodeSnippet.js +82 -0
- package/dist/components/BitkitToggleButton/BitkitToggleButton.d.ts +15 -0
- package/dist/components/BitkitToggleButton/BitkitToggleButton.js +38 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/main.js +180 -176
- package/dist/theme/recipes/ToggleButton.recipe.d.ts +14 -0
- package/dist/theme/recipes/ToggleButton.recipe.js +47 -0
- package/dist/theme/recipes/index.d.ts +13 -0
- package/dist/theme/recipes/index.js +8 -6
- package/dist/theme/slot-recipes/CodeSnippet.recipe.d.ts +153 -0
- package/dist/theme/slot-recipes/CodeSnippet.recipe.js +218 -0
- package/dist/theme/slot-recipes/index.d.ts +152 -0
- package/dist/theme/slot-recipes/index.js +44 -42
- package/package.json +1 -1
|
@@ -1,59 +1,61 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import e from "./NumberInput.recipe.js";
|
|
2
|
+
import o from "./Accordion.recipe.js";
|
|
3
3
|
import t from "./ActionBar.recipe.js";
|
|
4
4
|
import r from "./Alert.recipe.js";
|
|
5
5
|
import i from "./Avatar.recipe.js";
|
|
6
6
|
import p from "./Breadcrumb.recipe.js";
|
|
7
7
|
import m from "./Card.recipe.js";
|
|
8
8
|
import c from "./Checkbox.recipe.js";
|
|
9
|
-
import l from "./
|
|
10
|
-
import a from "./
|
|
11
|
-
import
|
|
12
|
-
import f from "./
|
|
13
|
-
import R from "./
|
|
14
|
-
import d from "./
|
|
9
|
+
import l from "./CodeSnippet.recipe.js";
|
|
10
|
+
import a from "./Combobox.recipe.js";
|
|
11
|
+
import S from "./DatePicker.recipe.js";
|
|
12
|
+
import { selectSlotRecipe as f } from "./Select.recipe.js";
|
|
13
|
+
import R from "./DatePickerSelect.recipe.js";
|
|
14
|
+
import d from "./Dialog.recipe.js";
|
|
15
|
+
import n from "./EmptyState.recipe.js";
|
|
15
16
|
import b from "./ExpandableCard.recipe.js";
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
var
|
|
29
|
-
accordion:
|
|
17
|
+
import s from "./Field.recipe.js";
|
|
18
|
+
import u from "./Fieldset.recipe.js";
|
|
19
|
+
import x from "./Menu.recipe.js";
|
|
20
|
+
import g from "./NativeSelect.recipe.js";
|
|
21
|
+
import k from "./RadioGroup.recipe.js";
|
|
22
|
+
import v from "./SegmentGroup.recipe.js";
|
|
23
|
+
import h from "./SplitButton.recipe.js";
|
|
24
|
+
import B from "./Switch.recipe.js";
|
|
25
|
+
import G from "./Table.recipe.js";
|
|
26
|
+
import P from "./Tabs.recipe.js";
|
|
27
|
+
import w from "./Tag.recipe.js";
|
|
28
|
+
import y from "./Tooltip.recipe.js";
|
|
29
|
+
var te = {
|
|
30
|
+
accordion: o,
|
|
30
31
|
actionBar: t,
|
|
31
32
|
alert: r,
|
|
32
33
|
avatar: i,
|
|
33
34
|
breadcrumb: p,
|
|
34
35
|
card: m,
|
|
35
36
|
checkbox: c,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
37
|
+
codeSnippet: l,
|
|
38
|
+
combobox: a,
|
|
39
|
+
datePicker: S,
|
|
40
|
+
datePickerSelect: R,
|
|
41
|
+
dialog: d,
|
|
42
|
+
emptyState: n,
|
|
41
43
|
expandableCard: b,
|
|
42
|
-
field:
|
|
43
|
-
fieldset:
|
|
44
|
-
menu:
|
|
45
|
-
nativeSelect:
|
|
46
|
-
numberInput:
|
|
47
|
-
radioGroup:
|
|
48
|
-
segmentGroup:
|
|
49
|
-
select:
|
|
50
|
-
splitButton:
|
|
51
|
-
switch:
|
|
52
|
-
table:
|
|
53
|
-
tabs:
|
|
54
|
-
tag:
|
|
55
|
-
tooltip:
|
|
44
|
+
field: s,
|
|
45
|
+
fieldset: u,
|
|
46
|
+
menu: x,
|
|
47
|
+
nativeSelect: g,
|
|
48
|
+
numberInput: e,
|
|
49
|
+
radioGroup: k,
|
|
50
|
+
segmentGroup: v,
|
|
51
|
+
select: f,
|
|
52
|
+
splitButton: h,
|
|
53
|
+
switch: B,
|
|
54
|
+
table: G,
|
|
55
|
+
tabs: P,
|
|
56
|
+
tag: w,
|
|
57
|
+
tooltip: y
|
|
56
58
|
};
|
|
57
59
|
export {
|
|
58
|
-
|
|
60
|
+
te as default
|
|
59
61
|
};
|