@bitrise/bitkit-v2 0.3.175 → 0.3.177

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.
Files changed (67) hide show
  1. package/dist/atoms/ImageCropper/ImageCropper.js +32 -0
  2. package/dist/components/BitkitCodeSnippet/BitkitCodeSnippet.d.ts +12 -4
  3. package/dist/components/BitkitCodeSnippet/BitkitCodeSnippet.js +59 -54
  4. package/dist/components/BitkitCollapsible/BitkitCollapsible.d.ts +23 -0
  5. package/dist/components/BitkitCollapsible/BitkitCollapsible.js +37 -0
  6. package/dist/components/BitkitCombobox/BitkitCombobox.d.ts +2 -9
  7. package/dist/components/BitkitCombobox/BitkitCombobox.js +24 -32
  8. package/dist/components/BitkitField/BitkitField.d.ts +3 -1
  9. package/dist/components/BitkitField/BitkitField.js +29 -41
  10. package/dist/components/BitkitFileInput/BitkitFileInput.d.ts +3 -4
  11. package/dist/components/BitkitFileInput/BitkitFileInput.js +112 -0
  12. package/dist/components/BitkitGroupHeading/BitkitGroupHeading.d.ts +8 -0
  13. package/dist/components/BitkitGroupHeading/BitkitGroupHeading.js +27 -0
  14. package/dist/components/BitkitLabel/BitkitLabel.d.ts +12 -0
  15. package/dist/components/BitkitLabel/BitkitLabel.js +58 -0
  16. package/dist/components/BitkitNativeSelect/BitkitNativeSelect.d.ts +2 -9
  17. package/dist/components/BitkitNativeSelect/BitkitNativeSelect.js +14 -22
  18. package/dist/components/BitkitNumberInput/BitkitNumberInput.d.ts +1 -8
  19. package/dist/components/BitkitNumberInput/BitkitNumberInput.js +15 -23
  20. package/dist/components/BitkitPaginationLoadMore/BitkitPaginationLoadMore.d.ts +11 -0
  21. package/dist/components/BitkitPaginationLoadMore/BitkitPaginationLoadMore.js +41 -0
  22. package/dist/components/BitkitSectionHeading/BitkitSectionHeading.d.ts +12 -0
  23. package/dist/components/BitkitSectionHeading/BitkitSectionHeading.js +48 -0
  24. package/dist/components/BitkitSelect/BitkitSelect.d.ts +1 -8
  25. package/dist/components/BitkitSelect/BitkitSelect.js +22 -30
  26. package/dist/components/BitkitSelectableTag/BitkitSelectableTag.d.ts +17 -0
  27. package/dist/components/BitkitSelectableTag/BitkitSelectableTag.js +38 -0
  28. package/dist/components/BitkitTable/BitkitExpandableRow.d.ts +9 -0
  29. package/dist/components/BitkitTable/BitkitSortableColumnHeader.d.ts +8 -0
  30. package/dist/components/BitkitTagsInput/BitkitTagsInput.d.ts +1 -8
  31. package/dist/components/BitkitTagsInput/BitkitTagsInput.js +24 -32
  32. package/dist/components/BitkitTextInput/BitkitTextInput.d.ts +1 -8
  33. package/dist/components/BitkitTextInput/BitkitTextInput.js +14 -22
  34. package/dist/components/BitkitToggle/components/BitkitToggleLabel.js +4 -4
  35. package/dist/components/index.d.ts +7 -0
  36. package/dist/main.js +44 -37
  37. package/dist/theme/recipes/Button.recipe.js +42 -42
  38. package/dist/theme/recipes/ControlButton.recipe.d.ts +16 -16
  39. package/dist/theme/recipes/ControlButton.recipe.js +16 -16
  40. package/dist/theme/recipes/SelectableTag.recipe.d.ts +2 -0
  41. package/dist/theme/recipes/SelectableTag.recipe.js +53 -0
  42. package/dist/theme/recipes/index.d.ts +17 -16
  43. package/dist/theme/recipes/index.js +14 -12
  44. package/dist/theme/semantic-tokens/semanticColors.js +20 -0
  45. package/dist/theme/slot-recipes/CodeSnippet.recipe.d.ts +4 -8
  46. package/dist/theme/slot-recipes/CodeSnippet.recipe.js +16 -5
  47. package/dist/theme/slot-recipes/Collapsible.recipe.d.ts +2 -0
  48. package/dist/theme/slot-recipes/Collapsible.recipe.js +56 -0
  49. package/dist/theme/slot-recipes/ExpandableCard.recipe.d.ts +1 -1
  50. package/dist/theme/slot-recipes/Field.recipe.js +2 -2
  51. package/dist/theme/slot-recipes/FileUpload.recipe.d.ts +1 -1
  52. package/dist/theme/slot-recipes/GroupHeading.recipe.d.ts +2 -0
  53. package/dist/theme/slot-recipes/GroupHeading.recipe.js +41 -0
  54. package/dist/theme/slot-recipes/InlineLoading.recipe.d.ts +3 -3
  55. package/dist/theme/slot-recipes/InlineLoading.recipe.js +3 -3
  56. package/dist/theme/slot-recipes/PaginationLoadMore.recipe.d.ts +41 -0
  57. package/dist/theme/slot-recipes/PaginationLoadMore.recipe.js +59 -0
  58. package/dist/theme/slot-recipes/SectionHeading.recipe.d.ts +2 -0
  59. package/dist/theme/slot-recipes/SectionHeading.recipe.js +52 -0
  60. package/dist/theme/slot-recipes/Table.recipe.d.ts +134 -1
  61. package/dist/theme/slot-recipes/Table.recipe.js +132 -14
  62. package/dist/theme/slot-recipes/TagsInput.recipe.d.ts +1 -1
  63. package/dist/theme/slot-recipes/Tooltip.recipe.js +4 -1
  64. package/dist/theme/slot-recipes/index.d.ts +187 -15
  65. package/dist/theme/slot-recipes/index.js +60 -52
  66. package/dist/theme/tokens/sizesAndSpacing.js +3 -4
  67. package/package.json +8 -8
@@ -6,24 +6,142 @@ var n = e({
6
6
  slots: t.keys(),
7
7
  base: {
8
8
  root: {
9
- border: "1px solid",
10
- borderColor: "border/minimal",
11
- overflow: "hidden"
9
+ fontVariantNumeric: "lining-nums tabular-nums",
10
+ textAlign: "start",
11
+ width: "full"
12
12
  },
13
- columnHeader: {
14
- backgroundColor: "background/tertiary",
15
- border: "1px solid",
16
- borderColor: "border/minimal",
17
- padding: "8",
18
- textAlign: "left",
19
- textStyle: "heading/h5"
13
+ caption: {
14
+ captionSide: "top !important",
15
+ textAlign: "start",
16
+ "& > * + *": { marginBlockStart: "4" }
20
17
  },
21
18
  cell: {
22
- border: "1px solid",
23
- borderColor: "border/minimal",
24
- padding: "8"
19
+ color: "text/body",
20
+ textStyle: "body/md/regular"
25
21
  },
26
- row: { _hover: { backgroundColor: "background/selected" } }
22
+ footer: {
23
+ borderTopStyle: "solid",
24
+ borderTopWidth: "1px"
25
+ }
26
+ },
27
+ variants: {
28
+ variant: {
29
+ default: {
30
+ root: {
31
+ borderColor: "border/minimal",
32
+ borderRadius: "4",
33
+ borderStyle: "solid",
34
+ borderWidth: "1px",
35
+ overflow: "hidden"
36
+ },
37
+ header: { "& :where(th)": { backgroundColor: "background/tertiary" } },
38
+ columnHeader: {
39
+ borderBottomColor: "border/minimal",
40
+ paddingBlock: "12",
41
+ paddingInline: "16"
42
+ },
43
+ cell: {
44
+ borderBottomColor: "border/minimal",
45
+ paddingInline: "16"
46
+ },
47
+ footer: { borderTopColor: "border/minimal" }
48
+ },
49
+ borderless: {
50
+ columnHeader: {
51
+ borderBottomColor: "border/regular",
52
+ padding: "12"
53
+ },
54
+ cell: {
55
+ borderBottomColor: "border/regular",
56
+ paddingInline: "12"
57
+ },
58
+ footer: { borderTopColor: "border/regular" }
59
+ }
60
+ },
61
+ layout: {
62
+ table: {
63
+ root: {
64
+ borderCollapse: "separate",
65
+ borderSpacing: "0"
66
+ },
67
+ caption: { marginBlockEnd: "24" },
68
+ columnHeader: {
69
+ borderBottomStyle: "solid",
70
+ borderBottomWidth: "1px",
71
+ color: "text/primary",
72
+ fontWeight: "bold",
73
+ textAlign: "start",
74
+ textStyle: "heading/h5",
75
+ verticalAlign: "middle"
76
+ },
77
+ cell: {
78
+ borderBottomStyle: "solid",
79
+ borderBottomWidth: "1px",
80
+ paddingBlock: "20",
81
+ verticalAlign: "middle"
82
+ },
83
+ body: {
84
+ "& :where(tr)": { _hover: { backgroundColor: "background/hover" } },
85
+ "& :where(tr:last-child) td": { borderBottomWidth: "0" }
86
+ }
87
+ },
88
+ stacked: {
89
+ root: { display: "block" },
90
+ caption: {
91
+ display: "block",
92
+ padding: "16",
93
+ backgroundColor: "background/tertiary",
94
+ borderBottomColor: "border/minimal",
95
+ borderBottomStyle: "solid",
96
+ borderBottomWidth: "1px"
97
+ },
98
+ header: {
99
+ borderWidth: "0",
100
+ clip: "rect(0, 0, 0, 0)",
101
+ height: "1",
102
+ margin: "-1px",
103
+ overflow: "hidden",
104
+ padding: 0,
105
+ position: "absolute",
106
+ whiteSpace: "nowrap",
107
+ width: "1"
108
+ },
109
+ body: { display: "block" },
110
+ row: {
111
+ borderBottomColor: "border/minimal",
112
+ borderBottomStyle: "solid",
113
+ borderBottomWidth: "1px",
114
+ display: "block",
115
+ paddingBlock: "12",
116
+ "&:last-child": { borderBottomWidth: "0" }
117
+ },
118
+ cell: {
119
+ alignItems: "center",
120
+ display: "flex",
121
+ minHeight: "48",
122
+ paddingInline: "16",
123
+ _before: {
124
+ alignSelf: "center",
125
+ color: "text/primary",
126
+ content: "attr(data-label)",
127
+ flexShrink: 0,
128
+ fontWeight: "semibold",
129
+ paddingInlineEnd: "16",
130
+ width: "96"
131
+ }
132
+ },
133
+ footer: { display: "block" }
134
+ }
135
+ }
136
+ },
137
+ compoundVariants: [{
138
+ css: { row: { borderBottomColor: "border/regular" } },
139
+ layout: "stacked",
140
+ variant: "borderless"
141
+ }],
142
+ defaultVariants: {
143
+ layout: "table",
144
+ variant: "default"
27
145
  }
28
146
  });
29
147
  //#endregion
@@ -1,4 +1,4 @@
1
- declare const tagsInputSlotRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"input" | "label" | "root" | "item" | "clearTrigger" | "control" | "itemText" | "itemPreview" | "itemInput" | "itemDeleteTrigger" | "tagsBlock" | "suffixBlock", {
1
+ declare const tagsInputSlotRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"input" | "label" | "root" | "item" | "clearTrigger" | "control" | "itemText" | "itemDeleteTrigger" | "itemPreview" | "itemInput" | "tagsBlock" | "suffixBlock", {
2
2
  size: {
3
3
  md: {
4
4
  control: {
@@ -6,7 +6,10 @@ var r = t({
6
6
  className: "tooltip",
7
7
  slots: n.keys(),
8
8
  base: {
9
- positioner: { pointerEvents: "none" },
9
+ positioner: {
10
+ fontFamily: "body",
11
+ pointerEvents: "none"
12
+ },
10
13
  content: {
11
14
  "--tooltip-bg": "colors.background.contrast",
12
15
  backgroundColor: "var(--tooltip-bg)",
@@ -320,18 +320,10 @@ declare const slotRecipes: {
320
320
  alignItems: "center";
321
321
  borderRadius: "2";
322
322
  color: "text/body";
323
- cursor: "pointer";
324
323
  display: "inline-flex";
325
324
  paddingBlock: "2";
326
325
  paddingInline: "6";
327
- userSelect: "none";
328
326
  whiteSpace: "nowrap";
329
- _hover: {
330
- background: "background/hover";
331
- };
332
- _active: {
333
- background: "background/active";
334
- };
335
327
  };
336
328
  };
337
329
  single: {
@@ -456,6 +448,10 @@ declare const slotRecipes: {
456
448
  };
457
449
  };
458
450
  };
451
+ interactive: {
452
+ true: {};
453
+ false: {};
454
+ };
459
455
  hasShowMore: {
460
456
  true: {};
461
457
  false: {};
@@ -465,6 +461,7 @@ declare const slotRecipes: {
465
461
  false: {};
466
462
  };
467
463
  }>;
464
+ collapsible: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "root" | "trigger" | "indicator", import('@chakra-ui/react').SlotRecipeVariantRecord<"content" | "root" | "trigger" | "indicator">>;
468
465
  combobox: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "input" | "label" | "list" | "root" | "item" | "itemIndicator" | "trigger" | "positioner" | "clearTrigger" | "control" | "itemText" | "itemGroup" | "itemGroupLabel" | "indicatorGroup" | "empty" | "emptyHelperText", {
469
466
  size: {
470
467
  md: {
@@ -588,7 +585,7 @@ declare const slotRecipes: {
588
585
  };
589
586
  };
590
587
  }>;
591
- expandableCard: import('@chakra-ui/react').SlotRecipeDefinition<"body" | "footer" | "header" | "title" | "icon" | "suffix" | "root" | "secdText" | "collapsible" | "description", {
588
+ expandableCard: import('@chakra-ui/react').SlotRecipeDefinition<"body" | "footer" | "header" | "title" | "icon" | "suffix" | "collapsible" | "root" | "secdText" | "description", {
592
589
  size: {
593
590
  md: {
594
591
  header: {
@@ -612,8 +609,9 @@ declare const slotRecipes: {
612
609
  };
613
610
  }>;
614
611
  field: import('@chakra-ui/react').SlotRecipeDefinition<"input" | "label" | "select" | "textarea" | "root" | "helperText" | "errorText" | "requiredIndicator", import('@chakra-ui/react').SlotRecipeVariantRecord<"input" | "label" | "select" | "textarea" | "root" | "helperText" | "errorText" | "requiredIndicator">>;
612
+ groupHeading: import('@chakra-ui/react').SlotRecipeDefinition<"label" | "separator" | "icon" | "root" | "titleBlock", import('@chakra-ui/react').SlotRecipeVariantRecord<"label" | "separator" | "icon" | "root" | "titleBlock">>;
615
613
  fieldset: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "legend" | "root" | "helperText" | "errorText", import('@chakra-ui/react').SlotRecipeVariantRecord<"content" | "legend" | "root" | "helperText" | "errorText">>;
616
- fileUpload: import('@chakra-ui/react').SlotRecipeDefinition<"label" | "root" | "item" | "itemContent" | "trigger" | "clearTrigger" | "itemGroup" | "itemPreview" | "itemDeleteTrigger" | "dropzone" | "itemName" | "itemPreviewImage" | "itemSizeText" | "dropzoneContent" | "fileText", {
614
+ fileUpload: import('@chakra-ui/react').SlotRecipeDefinition<"label" | "root" | "item" | "itemContent" | "trigger" | "clearTrigger" | "itemGroup" | "dropzone" | "itemDeleteTrigger" | "itemName" | "itemPreview" | "itemPreviewImage" | "itemSizeText" | "dropzoneContent" | "fileText", {
617
615
  variant: {
618
616
  image: {
619
617
  root: {
@@ -643,17 +641,17 @@ declare const slotRecipes: {
643
641
  };
644
642
  status: {
645
643
  error: {
646
- label: {
644
+ root: {
647
645
  color: "text/body";
648
646
  };
649
647
  };
650
648
  loading: {
651
- label: {
649
+ root: {
652
650
  color: "text/secondary";
653
651
  };
654
652
  };
655
653
  success: {
656
- label: {
654
+ root: {
657
655
  color: "text/body";
658
656
  };
659
657
  };
@@ -734,6 +732,46 @@ declare const slotRecipes: {
734
732
  };
735
733
  };
736
734
  }>;
735
+ paginationLoadMore: import('@chakra-ui/react').SlotRecipeDefinition<"root" | "counter", {
736
+ size: {
737
+ md: {
738
+ root: {
739
+ gap: "24";
740
+ minHeight: string;
741
+ };
742
+ counter: {
743
+ textStyle: "body/md/regular";
744
+ '&:has(+ *)': {
745
+ paddingInlineEnd: "24";
746
+ };
747
+ };
748
+ };
749
+ sm: {
750
+ root: {
751
+ gap: "16";
752
+ minHeight: "48";
753
+ };
754
+ counter: {
755
+ textStyle: "body/md/regular";
756
+ '&:has(+ *)': {
757
+ paddingInlineEnd: "16";
758
+ };
759
+ };
760
+ };
761
+ xs: {
762
+ root: {
763
+ gap: "12";
764
+ minHeight: "32";
765
+ };
766
+ counter: {
767
+ textStyle: "body/sm/regular";
768
+ '&:has(+ *)': {
769
+ paddingInlineEnd: "12";
770
+ };
771
+ };
772
+ };
773
+ };
774
+ }>;
737
775
  radioGroup: import('@chakra-ui/react').SlotRecipeDefinition<"label" | "root" | "item" | "itemIndicator" | "indicator" | "itemText" | "itemControl" | "itemAddon", {
738
776
  orientation: {
739
777
  horizontal: {
@@ -772,6 +810,7 @@ declare const slotRecipes: {
772
810
  };
773
811
  }>;
774
812
  ribbon: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "root" | "textBlock", import('@chakra-ui/react').SlotRecipeVariantRecord<"content" | "root" | "textBlock">>;
813
+ sectionHeading: import('@chakra-ui/react').SlotRecipeDefinition<"label" | "icon" | "root" | "helperText" | "titleBlock" | "contentBlock" | "helperBlock", import('@chakra-ui/react').SlotRecipeVariantRecord<"label" | "icon" | "root" | "helperText" | "titleBlock" | "contentBlock" | "helperBlock">>;
775
814
  segmentGroup: import('@chakra-ui/react').SlotRecipeDefinition<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", {
776
815
  fullWidth: {
777
816
  true: {
@@ -889,7 +928,140 @@ declare const slotRecipes: {
889
928
  };
890
929
  };
891
930
  }>;
892
- table: import('@chakra-ui/react').SlotRecipeDefinition<"body" | "caption" | "footer" | "header" | "cell" | "row" | "root" | "columnHeader", import('@chakra-ui/react').SlotRecipeVariantRecord<"body" | "caption" | "footer" | "header" | "cell" | "row" | "root" | "columnHeader">>;
931
+ table: import('@chakra-ui/react').SlotRecipeDefinition<"body" | "caption" | "footer" | "header" | "cell" | "row" | "root" | "columnHeader", {
932
+ variant: {
933
+ default: {
934
+ root: {
935
+ borderColor: "border/minimal";
936
+ borderRadius: "4";
937
+ borderStyle: "solid";
938
+ borderWidth: "1px";
939
+ overflow: "hidden";
940
+ };
941
+ header: {
942
+ '& :where(th)': {
943
+ backgroundColor: "background/tertiary";
944
+ };
945
+ };
946
+ columnHeader: {
947
+ borderBottomColor: "border/minimal";
948
+ paddingBlock: "12";
949
+ paddingInline: "16";
950
+ };
951
+ cell: {
952
+ borderBottomColor: "border/minimal";
953
+ paddingInline: "16";
954
+ };
955
+ footer: {
956
+ borderTopColor: "border/minimal";
957
+ };
958
+ };
959
+ borderless: {
960
+ columnHeader: {
961
+ borderBottomColor: "border/regular";
962
+ padding: "12";
963
+ };
964
+ cell: {
965
+ borderBottomColor: "border/regular";
966
+ paddingInline: "12";
967
+ };
968
+ footer: {
969
+ borderTopColor: "border/regular";
970
+ };
971
+ };
972
+ };
973
+ layout: {
974
+ table: {
975
+ root: {
976
+ borderCollapse: "separate";
977
+ borderSpacing: "0";
978
+ };
979
+ caption: {
980
+ marginBlockEnd: "24";
981
+ };
982
+ columnHeader: {
983
+ borderBottomStyle: "solid";
984
+ borderBottomWidth: "1px";
985
+ color: "text/primary";
986
+ fontWeight: "bold";
987
+ textAlign: "start";
988
+ textStyle: "heading/h5";
989
+ verticalAlign: "middle";
990
+ };
991
+ cell: {
992
+ borderBottomStyle: "solid";
993
+ borderBottomWidth: "1px";
994
+ paddingBlock: "20";
995
+ verticalAlign: "middle";
996
+ };
997
+ body: {
998
+ '& :where(tr)': {
999
+ _hover: {
1000
+ backgroundColor: "background/hover";
1001
+ };
1002
+ };
1003
+ '& :where(tr:last-child) td': {
1004
+ borderBottomWidth: "0";
1005
+ };
1006
+ };
1007
+ };
1008
+ stacked: {
1009
+ root: {
1010
+ display: "block";
1011
+ };
1012
+ caption: {
1013
+ display: "block";
1014
+ padding: "16";
1015
+ backgroundColor: "background/tertiary";
1016
+ borderBottomColor: "border/minimal";
1017
+ borderBottomStyle: "solid";
1018
+ borderBottomWidth: "1px";
1019
+ };
1020
+ header: {
1021
+ borderWidth: "0";
1022
+ clip: "rect(0, 0, 0, 0)";
1023
+ height: "1";
1024
+ margin: "-1px";
1025
+ overflow: "hidden";
1026
+ padding: number;
1027
+ position: "absolute";
1028
+ whiteSpace: "nowrap";
1029
+ width: "1";
1030
+ };
1031
+ body: {
1032
+ display: "block";
1033
+ };
1034
+ row: {
1035
+ borderBottomColor: "border/minimal";
1036
+ borderBottomStyle: "solid";
1037
+ borderBottomWidth: "1px";
1038
+ display: "block";
1039
+ paddingBlock: "12";
1040
+ '&:last-child': {
1041
+ borderBottomWidth: "0";
1042
+ };
1043
+ };
1044
+ cell: {
1045
+ alignItems: "center";
1046
+ display: "flex";
1047
+ minHeight: "48";
1048
+ paddingInline: "16";
1049
+ _before: {
1050
+ alignSelf: "center";
1051
+ color: "text/primary";
1052
+ content: "attr(data-label)";
1053
+ flexShrink: number;
1054
+ fontWeight: "semibold";
1055
+ paddingInlineEnd: "16";
1056
+ width: "96";
1057
+ };
1058
+ };
1059
+ footer: {
1060
+ display: "block";
1061
+ };
1062
+ };
1063
+ };
1064
+ }>;
893
1065
  tabs: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "list" | "root" | "trigger" | "indicator" | "contentGroup", {
894
1066
  variant: {
895
1067
  line: {
@@ -990,7 +1162,7 @@ declare const slotRecipes: {
990
1162
  };
991
1163
  };
992
1164
  }>;
993
- tagsInput: import('@chakra-ui/react').SlotRecipeDefinition<"input" | "label" | "root" | "item" | "clearTrigger" | "control" | "itemText" | "itemPreview" | "itemInput" | "itemDeleteTrigger" | "tagsBlock" | "suffixBlock", {
1165
+ tagsInput: import('@chakra-ui/react').SlotRecipeDefinition<"input" | "label" | "root" | "item" | "clearTrigger" | "control" | "itemText" | "itemDeleteTrigger" | "itemPreview" | "itemInput" | "tagsBlock" | "suffixBlock", {
994
1166
  size: {
995
1167
  md: {
996
1168
  control: {
@@ -7,33 +7,37 @@ import a from "./Breadcrumb.recipe.js";
7
7
  import o from "./Card.recipe.js";
8
8
  import s from "./Checkbox.recipe.js";
9
9
  import c from "./CodeSnippet.recipe.js";
10
- import l from "./Combobox.recipe.js";
11
- import u from "./DatePicker.recipe.js";
12
- import { selectSlotRecipe as d } from "./Select.recipe.js";
13
- import f from "./DatePickerSelect.recipe.js";
14
- import p from "./Dialog.recipe.js";
15
- import m from "./EmptyState.recipe.js";
16
- import h from "./ExpandableCard.recipe.js";
17
- import g from "./Field.recipe.js";
18
- import _ from "./Fieldset.recipe.js";
19
- import v from "./FileUpload.recipe.js";
20
- import y from "./ImageCropper.recipe.js";
21
- import b from "./InlineLoading.recipe.js";
22
- import x from "./List.recipe.js";
23
- import S from "./Menu.recipe.js";
24
- import C from "./NativeSelect.recipe.js";
25
- import w from "./RadioGroup.recipe.js";
26
- import T from "./Ribbon.recipe.js";
27
- import E from "./SegmentGroup.recipe.js";
28
- import D from "./SplitButton.recipe.js";
29
- import O from "./Switch.recipe.js";
30
- import k from "./Table.recipe.js";
31
- import A from "./Tabs.recipe.js";
32
- import j from "./Tag.recipe.js";
33
- import M from "./TagsInput.recipe.js";
34
- import N from "./Tooltip.recipe.js";
10
+ import l from "./Collapsible.recipe.js";
11
+ import u from "./Combobox.recipe.js";
12
+ import d from "./DatePicker.recipe.js";
13
+ import { selectSlotRecipe as f } from "./Select.recipe.js";
14
+ import p from "./DatePickerSelect.recipe.js";
15
+ import m from "./Dialog.recipe.js";
16
+ import h from "./EmptyState.recipe.js";
17
+ import g from "./ExpandableCard.recipe.js";
18
+ import _ from "./Field.recipe.js";
19
+ import v from "./Fieldset.recipe.js";
20
+ import y from "./FileUpload.recipe.js";
21
+ import b from "./GroupHeading.recipe.js";
22
+ import x from "./ImageCropper.recipe.js";
23
+ import S from "./InlineLoading.recipe.js";
24
+ import C from "./List.recipe.js";
25
+ import w from "./Menu.recipe.js";
26
+ import T from "./NativeSelect.recipe.js";
27
+ import E from "./PaginationLoadMore.recipe.js";
28
+ import D from "./RadioGroup.recipe.js";
29
+ import O from "./Ribbon.recipe.js";
30
+ import k from "./SectionHeading.recipe.js";
31
+ import A from "./SegmentGroup.recipe.js";
32
+ import j from "./SplitButton.recipe.js";
33
+ import M from "./Switch.recipe.js";
34
+ import N from "./Table.recipe.js";
35
+ import P from "./Tabs.recipe.js";
36
+ import F from "./Tag.recipe.js";
37
+ import I from "./TagsInput.recipe.js";
38
+ import L from "./Tooltip.recipe.js";
35
39
  //#region lib/theme/slot-recipes/index.ts
36
- var P = {
40
+ var R = {
37
41
  accordion: t,
38
42
  actionBar: n,
39
43
  alert: r,
@@ -42,32 +46,36 @@ var P = {
42
46
  card: o,
43
47
  checkbox: s,
44
48
  codeSnippet: c,
45
- combobox: l,
46
- datePicker: u,
47
- datePickerSelect: f,
48
- dialog: p,
49
- emptyState: m,
50
- expandableCard: h,
51
- field: g,
52
- fieldset: _,
53
- fileUpload: v,
54
- imageCropper: y,
55
- inlineLoading: b,
56
- list: x,
57
- menu: S,
58
- nativeSelect: C,
49
+ collapsible: l,
50
+ combobox: u,
51
+ datePicker: d,
52
+ datePickerSelect: p,
53
+ dialog: m,
54
+ emptyState: h,
55
+ expandableCard: g,
56
+ field: _,
57
+ groupHeading: b,
58
+ fieldset: v,
59
+ fileUpload: y,
60
+ imageCropper: x,
61
+ inlineLoading: S,
62
+ list: C,
63
+ menu: w,
64
+ nativeSelect: T,
59
65
  numberInput: e,
60
- radioGroup: w,
61
- ribbon: T,
62
- segmentGroup: E,
63
- select: d,
64
- splitButton: D,
65
- switch: O,
66
- table: k,
67
- tabs: A,
68
- tag: j,
69
- tagsInput: M,
70
- tooltip: N
66
+ paginationLoadMore: E,
67
+ radioGroup: D,
68
+ ribbon: O,
69
+ sectionHeading: k,
70
+ segmentGroup: A,
71
+ select: f,
72
+ splitButton: j,
73
+ switch: M,
74
+ table: N,
75
+ tabs: P,
76
+ tag: F,
77
+ tagsInput: I,
78
+ tooltip: L
71
79
  };
72
80
  //#endregion
73
- export { P as default };
81
+ export { R as default };
@@ -1,5 +1,4 @@
1
- //#region lib/theme/tokens/sizesAndSpacing.json
2
- var e = { value: "100%" }, t = {
1
+ var e = {
3
2
  1: { value: "0.0625rem" },
4
3
  2: { value: "0.125rem" },
5
4
  4: { value: "0.25rem" },
@@ -15,7 +14,7 @@ var e = { value: "100%" }, t = {
15
14
  64: { value: "4rem" },
16
15
  96: { value: "6rem" },
17
16
  128: { value: "8rem" },
18
- full: e
17
+ full: { value: "100%" }
19
18
  };
20
19
  //#endregion
21
- export { t as default };
20
+ export { e as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit-v2",
3
3
  "private": false,
4
- "version": "0.3.175",
4
+ "version": "0.3.177",
5
5
  "description": "Bitrise Design System Components built with Chakra UI V3",
6
6
  "keywords": [
7
7
  "react",
@@ -60,11 +60,11 @@
60
60
  "@figma-export/output-components-as-svg": "^6.4.0",
61
61
  "@figma-export/transform-svg-with-svgo": "^6.4.0",
62
62
  "@google-cloud/storage": "^7.19.0",
63
- "@storybook/addon-docs": "10.3.4",
64
- "@storybook/addon-mcp": "^0.4.2",
65
- "@storybook/react-vite": "10.3.4",
63
+ "@storybook/addon-docs": "10.3.5",
64
+ "@storybook/addon-mcp": "^0.5.0",
65
+ "@storybook/react-vite": "10.3.5",
66
66
  "@svgr/plugin-jsx": "^8.1.0",
67
- "@types/node": "^25.5.0",
67
+ "@types/node": "^25.5.2",
68
68
  "@types/react": "^19.2.14",
69
69
  "@types/react-dom": "^19.2.3",
70
70
  "@vitejs/plugin-react": "^6.0.1",
@@ -73,12 +73,12 @@
73
73
  "react": "^19.2.4",
74
74
  "react-dom": "^19.2.4",
75
75
  "release-it": "^19.2.4",
76
- "storybook": "10.3.4",
76
+ "storybook": "10.3.5",
77
77
  "tsx": "^4.21.0",
78
78
  "typescript": "^6.0.2",
79
- "vite": "^8.0.3",
79
+ "vite": "^8.0.7",
80
80
  "vite-plugin-dts": "^4.5.4",
81
- "vite-plugin-svgr": "^5.0.0"
81
+ "vite-plugin-svgr": "^5.2.0"
82
82
  },
83
83
  "dependencies": {
84
84
  "@chakra-ui/react": "^3.34.0",