@bitrise/bitkit-v2 0.3.139 → 0.3.141

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,49 +1,51 @@
1
1
  import e from "./Accordion.recipe.js";
2
- import t from "./ActionBar.recipe.js";
3
- import o from "./Alert.recipe.js";
2
+ import o from "./ActionBar.recipe.js";
3
+ import t from "./Alert.recipe.js";
4
4
  import r from "./Avatar.recipe.js";
5
5
  import i from "./Breadcrumb.recipe.js";
6
6
  import p from "./Card.recipe.js";
7
- import c from "./Checkbox.recipe.js";
8
- import m from "./DatePicker.recipe.js";
7
+ import m from "./Checkbox.recipe.js";
8
+ import c from "./Combobox.recipe.js";
9
+ import l from "./DatePicker.recipe.js";
9
10
  import a from "./DatePickerSelect.recipe.js";
10
- import l from "./EmptyState.recipe.js";
11
- import S from "./ExpandableCard.recipe.js";
12
- import f from "./Field.recipe.js";
13
- import R from "./Fieldset.recipe.js";
14
- import d from "./NativeSelect.recipe.js";
15
- import b from "./NumberInput.recipe.js";
16
- import n from "./RadioGroup.recipe.js";
17
- import { selectSlotRecipe as s } from "./Select.recipe.js";
18
- import u from "./Switch.recipe.js";
11
+ import S from "./EmptyState.recipe.js";
12
+ import f from "./ExpandableCard.recipe.js";
13
+ import R from "./Field.recipe.js";
14
+ import d from "./Fieldset.recipe.js";
15
+ import b from "./NativeSelect.recipe.js";
16
+ import n from "./NumberInput.recipe.js";
17
+ import s from "./RadioGroup.recipe.js";
18
+ import { selectSlotRecipe as u } from "./Select.recipe.js";
19
+ import x from "./Switch.recipe.js";
19
20
  import k from "./Table.recipe.js";
20
- import x from "./Tabs.recipe.js";
21
- import h from "./Tag.recipe.js";
22
- import v from "./Tooltip.recipe.js";
23
- const Q = {
24
- actionBar: t,
21
+ import h from "./Tabs.recipe.js";
22
+ import v from "./Tag.recipe.js";
23
+ import P from "./Tooltip.recipe.js";
24
+ const U = {
25
+ actionBar: o,
25
26
  avatar: r,
26
27
  breadcrumb: i,
27
28
  card: p,
28
- datePicker: m,
29
+ datePicker: l,
29
30
  datePickerSelect: a,
30
- checkbox: c,
31
- emptyState: l,
32
- expandableCard: S,
33
- field: f,
34
- fieldset: R,
35
- nativeSelect: d,
36
- alert: o,
37
- numberInput: b,
38
- radioGroup: n,
39
- select: s,
40
- switch: u,
31
+ checkbox: m,
32
+ combobox: c,
33
+ emptyState: S,
34
+ expandableCard: f,
35
+ field: R,
36
+ fieldset: d,
37
+ nativeSelect: b,
38
+ alert: t,
39
+ numberInput: n,
40
+ radioGroup: s,
41
+ select: u,
42
+ switch: x,
41
43
  table: k,
42
- tabs: x,
43
- tag: h,
44
- tooltip: v,
44
+ tabs: h,
45
+ tag: v,
46
+ tooltip: P,
45
47
  accordion: e
46
48
  };
47
49
  export {
48
- Q as default
50
+ U as default
49
51
  };
@@ -1,20 +1,28 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { Icon as t } from "@chakra-ui/react/icon";
3
- import { forwardRef as s } from "react";
4
- const l = s((o, r) => /* @__PURE__ */ e(
5
- t,
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { Icon as i } from "@chakra-ui/react/icon";
3
+ import { forwardRef as l } from "react";
4
+ const t = l((r, e) => /* @__PURE__ */ o(
5
+ i,
6
6
  {
7
7
  asChild: !0,
8
- ref: r,
9
- width: "24",
10
- height: "24",
11
- transition: "transform 0.2s ease",
8
+ ref: e,
9
+ transition: "0.2s ease",
12
10
  _open: {
13
11
  transform: "rotate(180deg)"
14
12
  },
13
+ _disabled: {
14
+ cursor: "not-allowed",
15
+ color: "icon/disabled"
16
+ },
15
17
  color: "icon/secondary",
16
- ...o,
17
- children: /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ e(
18
+ _groupFocusWithin: {
19
+ color: "icon/primary"
20
+ },
21
+ _groupHover: {
22
+ color: "icon/primary"
23
+ },
24
+ ...r,
25
+ children: /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", children: /* @__PURE__ */ o(
18
26
  "path",
19
27
  {
20
28
  fillRule: "evenodd",
@@ -25,7 +33,7 @@ const l = s((o, r) => /* @__PURE__ */ e(
25
33
  ) })
26
34
  }
27
35
  ));
28
- l.displayName = "AssetSelectChevron";
36
+ t.displayName = "AssetSelectChevron";
29
37
  export {
30
- l as default
38
+ t as default
31
39
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit-v2",
3
3
  "private": false,
4
- "version": "0.3.139",
4
+ "version": "0.3.141",
5
5
  "description": "Bitrise Design System Components built with Chakra UI V3",
6
6
  "keywords": [
7
7
  "react",
@@ -56,14 +56,14 @@
56
56
  "devDependencies": {
57
57
  "@bitrise/eslint-plugin": "^4.1.0",
58
58
  "@chakra-ui/cli": "^3.34.0",
59
- "@figma-export/cli": "^6.3.0",
60
- "@figma-export/output-components-as-svg": "^6.2.4",
61
- "@figma-export/transform-svg-with-svgo": "^6.2.4",
59
+ "@figma-export/cli": "^6.4.0",
60
+ "@figma-export/output-components-as-svg": "^6.4.0",
61
+ "@figma-export/transform-svg-with-svgo": "^6.4.0",
62
62
  "@google-cloud/storage": "^7.19.0",
63
- "@storybook/addon-docs": "10.2.15",
64
- "@storybook/react-vite": "10.2.15",
63
+ "@storybook/addon-docs": "10.2.16",
64
+ "@storybook/react-vite": "10.2.16",
65
65
  "@svgr/plugin-jsx": "^8.1.0",
66
- "@types/node": "^24.11.0",
66
+ "@types/node": "^24.12.0",
67
67
  "@types/react": "^19.2.14",
68
68
  "@types/react-dom": "^19.2.3",
69
69
  "@vitejs/plugin-react": "^5.1.4",
@@ -72,7 +72,7 @@
72
72
  "react": "^19.2.4",
73
73
  "react-dom": "^19.2.4",
74
74
  "release-it": "^19.2.4",
75
- "storybook": "10.2.15",
75
+ "storybook": "10.2.16",
76
76
  "tsx": "^4.21.0",
77
77
  "typescript": "^5.9.3",
78
78
  "vite": "^7.3.1",