@bitrise/bitkit-v2 0.3.45 → 0.3.47
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.
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const separator: import('@chakra-ui/react').RecipeDefinition<{
|
|
2
|
+
variant: {};
|
|
3
|
+
orientation: {
|
|
4
|
+
horizontal: {
|
|
5
|
+
borderTopWidth: "var(--separator-thickness)";
|
|
6
|
+
width: "100%";
|
|
7
|
+
};
|
|
8
|
+
vertical: {
|
|
9
|
+
borderInlineStartWidth: "var(--separator-thickness)";
|
|
10
|
+
minHeight: "20";
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
'1': {
|
|
15
|
+
'--separator-thickness': "1px";
|
|
16
|
+
};
|
|
17
|
+
'2': {
|
|
18
|
+
'--separator-thickness': "2px";
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
}>;
|
|
22
|
+
export default separator;
|
|
@@ -25,6 +25,37 @@ declare const recipes: {
|
|
|
25
25
|
};
|
|
26
26
|
}>;
|
|
27
27
|
input: import('@chakra-ui/react').RecipeDefinition<Record<"size", Record<"md" | "lg", import('@chakra-ui/react').SystemStyleObject>>>;
|
|
28
|
+
link: import('@chakra-ui/react').RecipeDefinition<{
|
|
29
|
+
variant: {
|
|
30
|
+
purple: {
|
|
31
|
+
color: "text/link";
|
|
32
|
+
_hover: {
|
|
33
|
+
color: "text/link-hover";
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
}>;
|
|
38
|
+
separator: import('@chakra-ui/react').RecipeDefinition<{
|
|
39
|
+
variant: {};
|
|
40
|
+
orientation: {
|
|
41
|
+
horizontal: {
|
|
42
|
+
borderTopWidth: "var(--separator-thickness)";
|
|
43
|
+
width: "100%";
|
|
44
|
+
};
|
|
45
|
+
vertical: {
|
|
46
|
+
borderInlineStartWidth: "var(--separator-thickness)";
|
|
47
|
+
minHeight: "20";
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
size: {
|
|
51
|
+
'1': {
|
|
52
|
+
'--separator-thickness': "1px";
|
|
53
|
+
};
|
|
54
|
+
'2': {
|
|
55
|
+
'--separator-thickness': "2px";
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
}>;
|
|
28
59
|
spinner: import('@chakra-ui/react').RecipeDefinition<{
|
|
29
60
|
size: {
|
|
30
61
|
md: {
|
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.47",
|
|
5
5
|
"description": "Bitrise Design System Components built with Chakra UI v3",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"react",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"@figma-export/output-components-as-svg": "^6.2.3",
|
|
87
87
|
"@figma-export/transform-svg-with-svgo": "^6.2.3",
|
|
88
88
|
"@google-cloud/storage": "^7.17.2",
|
|
89
|
-
"@storybook/addon-docs": "10.0.
|
|
90
|
-
"@storybook/react-vite": "10.0.
|
|
89
|
+
"@storybook/addon-docs": "10.0.1",
|
|
90
|
+
"@storybook/react-vite": "10.0.1",
|
|
91
91
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
92
92
|
"@types/node": "^24.9.2",
|
|
93
93
|
"@types/react-dom": "^19.2.2",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"react-dom": "^19.2.0",
|
|
98
98
|
"react": "^19.2.0",
|
|
99
99
|
"release-it": "^19.0.5",
|
|
100
|
-
"storybook": "10.0.
|
|
100
|
+
"storybook": "10.0.1",
|
|
101
101
|
"tsx": "^4.20.6",
|
|
102
102
|
"typescript": "^5.9.3",
|
|
103
103
|
"vite-plugin-dts": "^4.5.4",
|