@bitrise/bitkit-v2 0.3.146 → 0.3.147
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const breadcrumbSlotRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"link" | "separator" | "ellipsis" | "root" | "item" | "list" | "currentLink"
|
|
1
|
+
declare const breadcrumbSlotRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"link" | "separator" | "ellipsis" | "root" | "item" | "list" | "currentLink", import('@chakra-ui/react').SlotRecipeVariantRecord<"link" | "separator" | "ellipsis" | "root" | "item" | "list" | "currentLink">>;
|
|
2
2
|
export default breadcrumbSlotRecipe;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { breadcrumbAnatomy as
|
|
2
|
-
import { defineSlotRecipe as
|
|
3
|
-
const
|
|
1
|
+
import { breadcrumbAnatomy as t } from "@chakra-ui/react/anatomy";
|
|
2
|
+
import { defineSlotRecipe as o } from "@chakra-ui/react/styled-system";
|
|
3
|
+
const e = {
|
|
4
4
|
cursor: "pointer",
|
|
5
5
|
color: "text/link",
|
|
6
6
|
textStyle: "comp/link/md",
|
|
@@ -26,9 +26,9 @@ const o = {
|
|
|
26
26
|
outline: "none",
|
|
27
27
|
pointerEvents: "none"
|
|
28
28
|
}
|
|
29
|
-
}, i =
|
|
29
|
+
}, i = o({
|
|
30
30
|
className: "breadcrumb",
|
|
31
|
-
slots:
|
|
31
|
+
slots: t.keys(),
|
|
32
32
|
base: {
|
|
33
33
|
list: {
|
|
34
34
|
display: "flex",
|
|
@@ -38,7 +38,7 @@ const o = {
|
|
|
38
38
|
gap: "4"
|
|
39
39
|
},
|
|
40
40
|
link: {
|
|
41
|
-
...
|
|
41
|
+
...e
|
|
42
42
|
},
|
|
43
43
|
currentLink: {
|
|
44
44
|
color: "text/body",
|
|
@@ -48,38 +48,7 @@ const o = {
|
|
|
48
48
|
color: "icon/disabled"
|
|
49
49
|
},
|
|
50
50
|
ellipsis: {
|
|
51
|
-
...
|
|
52
|
-
},
|
|
53
|
-
overflowMenu: {
|
|
54
|
-
display: "flex",
|
|
55
|
-
flexDirection: "column",
|
|
56
|
-
paddingY: "4",
|
|
57
|
-
backgroundColor: "background/primary",
|
|
58
|
-
border: "1px solid",
|
|
59
|
-
borderColor: "border/minimal",
|
|
60
|
-
borderRadius: "4",
|
|
61
|
-
boxShadow: "elevation/lg",
|
|
62
|
-
outline: "none"
|
|
63
|
-
},
|
|
64
|
-
overflowMenuItem: {
|
|
65
|
-
paddingX: "16",
|
|
66
|
-
paddingY: "8",
|
|
67
|
-
outline: "none",
|
|
68
|
-
textStyle: "body/md/regular",
|
|
69
|
-
_hover: {
|
|
70
|
-
backgroundColor: "background/hover",
|
|
71
|
-
_active: {
|
|
72
|
-
backgroundColor: "background/active",
|
|
73
|
-
color: "text/primary"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
_active: {
|
|
77
|
-
backgroundColor: "background/active",
|
|
78
|
-
color: "text/primary"
|
|
79
|
-
},
|
|
80
|
-
_highlighted: {
|
|
81
|
-
backgroundColor: "background/hover"
|
|
82
|
-
}
|
|
51
|
+
...e
|
|
83
52
|
}
|
|
84
53
|
}
|
|
85
54
|
});
|
|
@@ -184,7 +184,7 @@ declare const slotRecipes: {
|
|
|
184
184
|
rounded: {};
|
|
185
185
|
};
|
|
186
186
|
}>;
|
|
187
|
-
breadcrumb: import('@chakra-ui/react').SlotRecipeDefinition<"link" | "separator" | "ellipsis" | "root" | "item" | "list" | "currentLink"
|
|
187
|
+
breadcrumb: import('@chakra-ui/react').SlotRecipeDefinition<"link" | "separator" | "ellipsis" | "root" | "item" | "list" | "currentLink", import('@chakra-ui/react').SlotRecipeVariantRecord<"link" | "separator" | "ellipsis" | "root" | "item" | "list" | "currentLink">>;
|
|
188
188
|
card: import('@chakra-ui/react').SlotRecipeDefinition<"body" | "footer" | "header" | "title" | "root" | "description", {
|
|
189
189
|
elevation: {
|
|
190
190
|
true: {
|