@bitrise/bitkit-v2 0.3.115 → 0.3.117
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/BitkitCard/BitkitCard.js +1 -1
- package/dist/theme/slot-recipes/Card.recipe.d.ts +3 -3
- package/dist/theme/slot-recipes/Card.recipe.js +4 -4
- package/dist/theme/slot-recipes/index.d.ts +3 -3
- package/dist/theme/tokens/index.d.ts +6 -0
- package/dist/theme/tokens/radii.d.ts +6 -0
- package/dist/theme/tokens/radii.js +6 -0
- package/package.json +10 -10
|
@@ -3,7 +3,7 @@ import { Card as t } from "@chakra-ui/react/card";
|
|
|
3
3
|
import { forwardRef as e } from "react";
|
|
4
4
|
const m = e((o, i) => {
|
|
5
5
|
const { children: d, ...a } = o;
|
|
6
|
-
return /* @__PURE__ */ r(t.Root, { ref: i, ...a, children: /* @__PURE__ */ r(t.Body, { children: d }) });
|
|
6
|
+
return /* @__PURE__ */ r(t.Root, { asChild: !0, ref: i, ...a, children: /* @__PURE__ */ r(t.Body, { children: d }) });
|
|
7
7
|
});
|
|
8
8
|
m.displayName = "BitkitCard";
|
|
9
9
|
export {
|
|
@@ -12,7 +12,7 @@ declare const cardSlotRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"b
|
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
|
-
|
|
15
|
+
paddingSize: {
|
|
16
16
|
sm: {
|
|
17
17
|
body: {
|
|
18
18
|
padding: "16";
|
|
@@ -20,8 +20,8 @@ declare const cardSlotRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"b
|
|
|
20
20
|
};
|
|
21
21
|
md: {
|
|
22
22
|
body: {
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
paddingInline: "24";
|
|
24
|
+
paddingBlock: "16";
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
lg: {
|
|
@@ -24,7 +24,7 @@ const e = r({
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
|
-
|
|
27
|
+
paddingSize: {
|
|
28
28
|
sm: {
|
|
29
29
|
body: {
|
|
30
30
|
padding: "16"
|
|
@@ -32,8 +32,8 @@ const e = r({
|
|
|
32
32
|
},
|
|
33
33
|
md: {
|
|
34
34
|
body: {
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
paddingInline: "24",
|
|
36
|
+
paddingBlock: "16"
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
lg: {
|
|
@@ -45,7 +45,7 @@ const e = r({
|
|
|
45
45
|
},
|
|
46
46
|
defaultVariants: {
|
|
47
47
|
elevation: !0,
|
|
48
|
-
|
|
48
|
+
paddingSize: "lg"
|
|
49
49
|
}
|
|
50
50
|
});
|
|
51
51
|
export {
|
|
@@ -198,7 +198,7 @@ declare const slotRecipes: {
|
|
|
198
198
|
};
|
|
199
199
|
};
|
|
200
200
|
};
|
|
201
|
-
|
|
201
|
+
paddingSize: {
|
|
202
202
|
sm: {
|
|
203
203
|
body: {
|
|
204
204
|
padding: "16";
|
|
@@ -206,8 +206,8 @@ declare const slotRecipes: {
|
|
|
206
206
|
};
|
|
207
207
|
md: {
|
|
208
208
|
body: {
|
|
209
|
-
|
|
210
|
-
|
|
209
|
+
paddingInline: "24";
|
|
210
|
+
paddingBlock: "16";
|
|
211
211
|
};
|
|
212
212
|
};
|
|
213
213
|
lg: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitrise/bitkit-v2",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.117",
|
|
5
5
|
"description": "Bitrise Design System Components built with Chakra UI V3",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"react",
|
|
@@ -55,24 +55,24 @@
|
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@bitrise/eslint-plugin": "^4.1.0",
|
|
58
|
-
"@chakra-ui/cli": "^3.
|
|
58
|
+
"@chakra-ui/cli": "^3.33.0",
|
|
59
59
|
"@figma-export/cli": "^6.3.0",
|
|
60
60
|
"@figma-export/output-components-as-svg": "^6.2.4",
|
|
61
61
|
"@figma-export/transform-svg-with-svgo": "^6.2.4",
|
|
62
62
|
"@google-cloud/storage": "^7.19.0",
|
|
63
|
-
"@storybook/addon-docs": "10.2.
|
|
64
|
-
"@storybook/react-vite": "10.2.
|
|
63
|
+
"@storybook/addon-docs": "10.2.10",
|
|
64
|
+
"@storybook/react-vite": "10.2.10",
|
|
65
65
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
66
|
-
"@types/node": "^24.10.
|
|
67
|
-
"@types/react": "^19.2.
|
|
66
|
+
"@types/node": "^24.10.13",
|
|
67
|
+
"@types/react": "^19.2.14",
|
|
68
68
|
"@types/react-dom": "^19.2.3",
|
|
69
|
-
"@vitejs/plugin-react": "^5.1.
|
|
70
|
-
"axios": "^1.13.
|
|
69
|
+
"@vitejs/plugin-react": "^5.1.4",
|
|
70
|
+
"axios": "^1.13.5",
|
|
71
71
|
"es-toolkit": "^1.44.0",
|
|
72
72
|
"react": "^19.2.4",
|
|
73
73
|
"react-dom": "^19.2.4",
|
|
74
74
|
"release-it": "^19.2.4",
|
|
75
|
-
"storybook": "10.2.
|
|
75
|
+
"storybook": "10.2.10",
|
|
76
76
|
"tsx": "^4.21.0",
|
|
77
77
|
"typescript": "^5.9.3",
|
|
78
78
|
"vite": "^7.3.1",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"vite-plugin-svgr": "^4.5.0"
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@chakra-ui/react": "^3.
|
|
83
|
+
"@chakra-ui/react": "^3.33.0",
|
|
84
84
|
"@emotion/react": "^11.14.0",
|
|
85
85
|
"@emotion/styled": "^11.14.1",
|
|
86
86
|
"@fontsource-variable/figtree": "^5.2.10",
|