@bitrise/bitkit 13.177.0 → 13.179.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 +21 -21
- package/src/Components/Tabs/useTabs.ts +1 -1
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.
|
|
4
|
+
"version": "13.179.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+ssh://git@github.com/bitrise-io/bitkit.git"
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
"framer-motion": "./node_modules/framer-motion/dist/cjs"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@chakra-ui/react": "^2.10.
|
|
30
|
+
"@chakra-ui/react": "^2.10.4",
|
|
31
31
|
"@chakra-ui/react-utils": "^2.0.12",
|
|
32
|
-
"@chakra-ui/styled-system": "^2.12.
|
|
33
|
-
"@chakra-ui/theme": "^3.4.
|
|
34
|
-
"@chakra-ui/theme-tools": "^2.2.
|
|
35
|
-
"@chakra-ui/utils": "^2.2.
|
|
32
|
+
"@chakra-ui/styled-system": "^2.12.1",
|
|
33
|
+
"@chakra-ui/theme": "^3.4.7",
|
|
34
|
+
"@chakra-ui/theme-tools": "^2.2.7",
|
|
35
|
+
"@chakra-ui/utils": "^2.2.3",
|
|
36
36
|
"@emotion/react": "^11.13.3",
|
|
37
37
|
"@emotion/styled": "^11.13.0",
|
|
38
38
|
"@floating-ui/react-dom-interactions": "^0.8.1",
|
|
39
39
|
"@fontsource/figtree": "^5.1.1",
|
|
40
40
|
"@fontsource/source-code-pro": "^5.1.0",
|
|
41
|
-
"framer-motion": "^11.11.
|
|
41
|
+
"framer-motion": "^11.11.15",
|
|
42
42
|
"luxon": "^3.5.0",
|
|
43
43
|
"react": "^18.3.1",
|
|
44
44
|
"react-dom": "^18.3.1",
|
|
@@ -56,19 +56,19 @@
|
|
|
56
56
|
"@babel/preset-react": "^7.25.9",
|
|
57
57
|
"@babel/preset-typescript": "^7.26.0",
|
|
58
58
|
"@bitrise/eslint-plugin": "^2.12.0",
|
|
59
|
-
"@chakra-ui/cli": "^2.5.
|
|
60
|
-
"@google-cloud/storage": "^7.
|
|
61
|
-
"@storybook/addon-actions": "^8.3
|
|
62
|
-
"@storybook/addon-essentials": "^8.3
|
|
63
|
-
"@storybook/addon-interactions": "^8.3
|
|
64
|
-
"@storybook/addon-links": "^8.3
|
|
59
|
+
"@chakra-ui/cli": "^2.5.6",
|
|
60
|
+
"@google-cloud/storage": "^7.14.0",
|
|
61
|
+
"@storybook/addon-actions": "^8.4.3",
|
|
62
|
+
"@storybook/addon-essentials": "^8.4.3",
|
|
63
|
+
"@storybook/addon-interactions": "^8.4.3",
|
|
64
|
+
"@storybook/addon-links": "^8.4.3",
|
|
65
65
|
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
|
|
66
|
-
"@storybook/blocks": "^8.3
|
|
67
|
-
"@storybook/react": "^8.3
|
|
68
|
-
"@storybook/react-webpack5": "^8.3
|
|
69
|
-
"@storybook/theming": "^8.3
|
|
66
|
+
"@storybook/blocks": "^8.4.3",
|
|
67
|
+
"@storybook/react": "^8.4.3",
|
|
68
|
+
"@storybook/react-webpack5": "^8.4.3",
|
|
69
|
+
"@storybook/theming": "^8.4.3",
|
|
70
70
|
"@testing-library/dom": "^10.4.0",
|
|
71
|
-
"@testing-library/jest-dom": "6.6.
|
|
71
|
+
"@testing-library/jest-dom": "6.6.3",
|
|
72
72
|
"@testing-library/react": "16.0.1",
|
|
73
73
|
"@testing-library/user-event": "^14.5.2",
|
|
74
74
|
"@types/jest": "^29.5.14",
|
|
@@ -78,16 +78,16 @@
|
|
|
78
78
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
79
79
|
"@typescript-eslint/parser": "^7.18.0",
|
|
80
80
|
"axios": "^1.7.7",
|
|
81
|
-
"eslint": "^8.57.
|
|
81
|
+
"eslint": "^8.57.1",
|
|
82
82
|
"glob": "^11.0.0",
|
|
83
83
|
"jest": "^29.7.0",
|
|
84
84
|
"jest-environment-jsdom": "^29.7.0",
|
|
85
85
|
"jsdom": "25.0.1",
|
|
86
86
|
"lodash": "^4.17.21",
|
|
87
87
|
"prettier": "^3.3.3",
|
|
88
|
-
"react-hook-form": "^7.53.
|
|
88
|
+
"react-hook-form": "^7.53.2",
|
|
89
89
|
"release-it": "^17.10.0",
|
|
90
|
-
"storybook": "^8.3
|
|
90
|
+
"storybook": "^8.4.3",
|
|
91
91
|
"ts-jest": "^29.2.5",
|
|
92
92
|
"typescript": "^5.6.3"
|
|
93
93
|
},
|
|
@@ -30,7 +30,7 @@ const useTabs = <T extends string>(props: UseTabsProps<T>) => {
|
|
|
30
30
|
|
|
31
31
|
useEffect(() => {
|
|
32
32
|
const queryValue = tabIds[tabIndex];
|
|
33
|
-
if (queryValue) {
|
|
33
|
+
if (withHistory && queryValue) {
|
|
34
34
|
searchParams.set(queryKey, queryValue);
|
|
35
35
|
window.parent.history.replaceState(null, '', `?${decodeURIComponent(searchParams.toString())}`);
|
|
36
36
|
}
|