@bitrise/bitkit 13.97.0 → 13.99.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.97.0",
4
+ "version": "13.99.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+ssh://git@github.com/bitrise-io/bitkit.git"
@@ -38,7 +38,7 @@
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.11",
41
+ "framer-motion": "^11.2.12",
42
42
  "luxon": "^3.4.4",
43
43
  "react": "^18.3.1",
44
44
  "react-dom": "^18.3.1",
@@ -58,16 +58,16 @@
58
58
  "@bitrise/eslint-plugin": "^2.12.0",
59
59
  "@chakra-ui/cli": "^2.4.1",
60
60
  "@google-cloud/storage": "^7.11.2",
61
- "@storybook/addon-actions": "^8.1.10",
62
- "@storybook/addon-essentials": "^8.1.10",
63
- "@storybook/addon-interactions": "^8.1.10",
64
- "@storybook/addon-links": "^8.1.10",
61
+ "@storybook/addon-actions": "^8.1.11",
62
+ "@storybook/addon-essentials": "^8.1.11",
63
+ "@storybook/addon-interactions": "^8.1.11",
64
+ "@storybook/addon-links": "^8.1.11",
65
65
  "@storybook/addon-webpack5-compiler-swc": "^1.0.4",
66
- "@storybook/blocks": "^8.1.10",
67
- "@storybook/react": "^8.1.10",
68
- "@storybook/react-webpack5": "^8.1.10",
69
- "@storybook/theming": "^8.1.10",
70
- "@testing-library/dom": "^10.1.0",
66
+ "@storybook/blocks": "^8.1.11",
67
+ "@storybook/react": "^8.1.11",
68
+ "@storybook/react-webpack5": "^8.1.11",
69
+ "@storybook/theming": "^8.1.11",
70
+ "@testing-library/dom": "^10.2.0",
71
71
  "@testing-library/jest-dom": "^6.4.6",
72
72
  "@testing-library/react": "^16.0.0",
73
73
  "@testing-library/user-event": "^14.5.2",
@@ -75,8 +75,8 @@
75
75
  "@types/luxon": "^3.4.2",
76
76
  "@types/react": "^18.3.3",
77
77
  "@types/react-dom": "^18.3.0",
78
- "@typescript-eslint/eslint-plugin": "^7.13.1",
79
- "@typescript-eslint/parser": "^7.13.1",
78
+ "@typescript-eslint/eslint-plugin": "^7.14.1",
79
+ "@typescript-eslint/parser": "^7.14.1",
80
80
  "axios": "^1.7.2",
81
81
  "eslint": "^8.57.0",
82
82
  "glob": "^10.4.2",
@@ -85,8 +85,8 @@
85
85
  "jsdom": "^24.1.0",
86
86
  "prettier": "^3.3.2",
87
87
  "react-hook-form": "^7.52.0",
88
- "release-it": "^17.3.0",
89
- "storybook": "^8.1.10",
88
+ "release-it": "^17.4.0",
89
+ "storybook": "^8.1.11",
90
90
  "ts-jest": "^29.1.5",
91
91
  "typescript": "^5.5.2"
92
92
  },
@@ -166,9 +166,9 @@ const getStyleForStepVariant = (size: AvatarSizes) => {
166
166
 
167
167
  const getSizeBasedTextStyle = (size: AvatarSizes) => {
168
168
  const textStyles = {
169
- 24: 'fonts/sans/size-1/bold',
170
- 32: 'fonts/sans/size-3/bold',
171
- 40: 'fonts/sans/size-4/bold',
169
+ 24: 'sans/size-1/bold',
170
+ 32: 'sans/size-3/bold',
171
+ 40: 'sans/size-4/bold',
172
172
  48: 'sans/size-5/semibold',
173
173
  64: 'sans/size-6/semibold',
174
174
  128: 'sans/size-8/semibold',