@bitrise/bitkit-v2 0.3.145 → 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" | "overflowMenu" | "overflowMenuItem", import('@chakra-ui/react').SlotRecipeVariantRecord<"link" | "separator" | "ellipsis" | "root" | "item" | "list" | "currentLink" | "overflowMenu" | "overflowMenuItem">>;
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 e } from "@chakra-ui/react/anatomy";
2
- import { defineSlotRecipe as r } from "@chakra-ui/react/styled-system";
3
- const o = {
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 = r({
29
+ }, i = o({
30
30
  className: "breadcrumb",
31
- slots: e.extendWith("overflowMenu", "overflowMenuItem").keys(),
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
- ...o
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
- ...o
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" | "overflowMenu" | "overflowMenuItem", import('@chakra-ui/react').SlotRecipeVariantRecord<"link" | "separator" | "ellipsis" | "root" | "item" | "list" | "currentLink" | "overflowMenu" | "overflowMenuItem">>;
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: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit-v2",
3
3
  "private": false,
4
- "version": "0.3.145",
4
+ "version": "0.3.147",
5
5
  "description": "Bitrise Design System Components built with Chakra UI V3",
6
6
  "keywords": [
7
7
  "react",