@bitrise/bitkit 13.81.0 → 13.83.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit",
3
3
  "description": "Bitrise React component library",
4
- "version": "13.81.0",
4
+ "version": "13.83.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+ssh://git@github.com/bitrise-io/bitkit.git"
@@ -38,12 +38,12 @@
38
38
  "@floating-ui/react-dom-interactions": "^0.8.1",
39
39
  "@fontsource/figtree": "^5.0.20",
40
40
  "@fontsource/source-code-pro": "^5.0.18",
41
- "framer-motion": "^11.2.4",
41
+ "framer-motion": "^11.2.10",
42
42
  "luxon": "^3.4.4",
43
43
  "react": "^18.3.1",
44
44
  "react-dom": "^18.3.1",
45
45
  "react-focus-lock": "^2.12.1",
46
- "react-imask": "^7.6.0",
46
+ "react-imask": "^7.6.1",
47
47
  "react-markdown": "^9.0.1"
48
48
  },
49
49
  "peerDependencies": {
@@ -51,43 +51,43 @@
51
51
  "react-dom": "^18.2.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@babel/core": "^7.24.5",
55
- "@babel/preset-env": "^7.24.5",
56
- "@babel/preset-react": "^7.24.1",
57
- "@babel/preset-typescript": "^7.24.1",
58
- "@bitrise/eslint-plugin": "^2.11.0",
54
+ "@babel/core": "^7.24.7",
55
+ "@babel/preset-env": "^7.24.7",
56
+ "@babel/preset-react": "^7.24.7",
57
+ "@babel/preset-typescript": "^7.24.7",
58
+ "@bitrise/eslint-plugin": "^2.12.0",
59
59
  "@chakra-ui/cli": "^2.4.1",
60
- "@google-cloud/storage": "^7.11.0",
61
- "@storybook/addon-actions": "^8.1.1",
62
- "@storybook/addon-essentials": "^8.1.1",
63
- "@storybook/addon-interactions": "^8.1.1",
64
- "@storybook/addon-links": "^8.1.1",
65
- "@storybook/addon-webpack5-compiler-swc": "^1.0.2",
66
- "@storybook/blocks": "^8.1.1",
67
- "@storybook/react": "^8.1.1",
68
- "@storybook/react-webpack5": "^8.1.1",
69
- "@storybook/theming": "^8.1.1",
60
+ "@google-cloud/storage": "^7.11.1",
61
+ "@storybook/addon-actions": "^8.1.5",
62
+ "@storybook/addon-essentials": "^8.1.5",
63
+ "@storybook/addon-interactions": "^8.1.5",
64
+ "@storybook/addon-links": "^8.1.5",
65
+ "@storybook/addon-webpack5-compiler-swc": "^1.0.3",
66
+ "@storybook/blocks": "^8.1.5",
67
+ "@storybook/react": "^8.1.5",
68
+ "@storybook/react-webpack5": "^8.1.5",
69
+ "@storybook/theming": "^8.1.5",
70
70
  "@testing-library/dom": "^10.1.0",
71
71
  "@testing-library/jest-dom": "^6.4.5",
72
- "@testing-library/react": "^15.0.7",
72
+ "@testing-library/react": "^16.0.0",
73
73
  "@testing-library/user-event": "^14.5.2",
74
74
  "@types/jest": "^29.5.12",
75
75
  "@types/luxon": "^3.4.2",
76
- "@types/react": "^18.3.2",
76
+ "@types/react": "^18.3.3",
77
77
  "@types/react-dom": "^18.3.0",
78
- "@typescript-eslint/eslint-plugin": "^7.9.0",
79
- "@typescript-eslint/parser": "^7.9.0",
80
- "axios": "^1.6.8",
78
+ "@typescript-eslint/eslint-plugin": "^7.12.0",
79
+ "@typescript-eslint/parser": "^7.12.0",
80
+ "axios": "^1.7.2",
81
81
  "eslint": "^8.57.0",
82
- "glob": "^10.3.15",
82
+ "glob": "^10.4.1",
83
83
  "jest": "^29.7.0",
84
84
  "jest-environment-jsdom": "^29.7.0",
85
- "jsdom": "^24.0.0",
86
- "prettier": "^3.2.5",
87
- "react-hook-form": "^7.51.4",
88
- "release-it": "^17.2.1",
89
- "storybook": "^8.1.1",
90
- "ts-jest": "^29.1.2",
85
+ "jsdom": "^24.1.0",
86
+ "prettier": "^3.3.1",
87
+ "react-hook-form": "^7.51.5",
88
+ "release-it": "^17.3.0",
89
+ "storybook": "^8.1.5",
90
+ "ts-jest": "^29.1.4",
91
91
  "typescript": "^5.4.5"
92
92
  },
93
93
  "files": [
@@ -6,6 +6,7 @@ const TextareaTheme = defineStyle({
6
6
  ...InputTheme.baseStyle?.field,
7
7
  display: 'block',
8
8
  minHeight: '96',
9
+ padding: '0.6875rem',
9
10
  },
10
11
  });
11
12