@bitrise/bitkit-v2 0.3.111 → 0.3.113
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/dist/icons/16x16/IconBuildEnvSetup16.d.ts +3 -0
- package/dist/icons/16x16/IconBuildEnvSetup16.js +9 -0
- package/dist/icons/16x16/IconContainer16.d.ts +3 -0
- package/dist/icons/16x16/IconContainer16.js +9 -0
- package/dist/icons/16x16/IconProject16.d.ts +3 -0
- package/dist/icons/16x16/IconProject16.js +9 -0
- package/dist/icons/16x16/IconStop16.d.ts +3 -0
- package/dist/icons/16x16/IconStop16.js +9 -0
- package/dist/icons/16x16/index.d.ts +4 -0
- package/dist/icons/24x24/IconBuildEnvSetup24.d.ts +3 -0
- package/dist/icons/24x24/IconBuildEnvSetup24.js +9 -0
- package/dist/icons/24x24/IconContainer24.d.ts +3 -0
- package/dist/icons/24x24/IconContainer24.js +9 -0
- package/dist/icons/24x24/IconProject24.d.ts +3 -0
- package/dist/icons/24x24/IconProject24.js +9 -0
- package/dist/icons/24x24/IconStop24.d.ts +3 -0
- package/dist/icons/24x24/IconStop24.js +9 -0
- package/dist/icons/24x24/index.d.ts +4 -0
- package/dist/main.js +992 -976
- package/dist/svgs/16x16/icon-build-env-setup-16.svg.js +5 -0
- package/dist/svgs/16x16/icon-code-signing-16.svg.js +1 -1
- package/dist/svgs/16x16/icon-container-16.svg.js +5 -0
- package/dist/svgs/16x16/icon-deployment-16.svg.js +1 -1
- package/dist/svgs/16x16/icon-folder-16.svg.js +2 -2
- package/dist/svgs/16x16/icon-pause-16.svg.js +1 -1
- package/dist/svgs/16x16/icon-play-16.svg.js +2 -2
- package/dist/svgs/16x16/icon-project-16.svg.js +5 -0
- package/dist/svgs/16x16/icon-stop-16.svg.js +5 -0
- package/dist/svgs/24x24/icon-build-env-setup-24.svg.js +5 -0
- package/dist/svgs/24x24/icon-container-24.svg.js +5 -0
- package/dist/svgs/24x24/icon-folder-24.svg.js +2 -2
- package/dist/svgs/24x24/icon-pause-24.svg.js +1 -1
- package/dist/svgs/24x24/icon-play-24.svg.js +2 -2
- package/dist/svgs/24x24/icon-project-24.svg.js +5 -0
- package/dist/svgs/24x24/icon-stop-24.svg.js +5 -0
- package/dist/theme/semantic-tokens/semanticColors.js +105 -36
- package/dist/theme/slot-recipes/Avatar.recipe.js +3 -5
- package/dist/theme/tokens/colors.d.ts +14 -2
- package/dist/theme/tokens/colors.js +35 -11
- package/dist/theme/tokens/index.d.ts +7 -1
- package/package.json +18 -18
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.113",
|
|
5
5
|
"description": "Bitrise Design System Components built with Chakra UI V3",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"react",
|
|
@@ -54,33 +54,33 @@
|
|
|
54
54
|
"react-dom": ">=16.8.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@bitrise/eslint-plugin": "^4.0
|
|
58
|
-
"@chakra-ui/cli": "^3.
|
|
59
|
-
"@figma-export/cli": "^6.
|
|
57
|
+
"@bitrise/eslint-plugin": "^4.1.0",
|
|
58
|
+
"@chakra-ui/cli": "^3.32.0",
|
|
59
|
+
"@figma-export/cli": "^6.3.0",
|
|
60
60
|
"@figma-export/output-components-as-svg": "^6.2.4",
|
|
61
61
|
"@figma-export/transform-svg-with-svgo": "^6.2.4",
|
|
62
|
-
"@google-cloud/storage": "^7.
|
|
63
|
-
"@storybook/addon-docs": "10.
|
|
64
|
-
"@storybook/react-vite": "10.
|
|
62
|
+
"@google-cloud/storage": "^7.19.0",
|
|
63
|
+
"@storybook/addon-docs": "10.2.7",
|
|
64
|
+
"@storybook/react-vite": "10.2.7",
|
|
65
65
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
66
|
-
"@types/node": "^24.10.
|
|
67
|
-
"@types/react": "^19.2.
|
|
66
|
+
"@types/node": "^24.10.11",
|
|
67
|
+
"@types/react": "^19.2.13",
|
|
68
68
|
"@types/react-dom": "^19.2.3",
|
|
69
|
-
"@vitejs/plugin-react": "^5.1.
|
|
70
|
-
"axios": "^1.13.
|
|
71
|
-
"es-toolkit": "^1.
|
|
72
|
-
"react": "^19.2.
|
|
73
|
-
"react-dom": "^19.2.
|
|
74
|
-
"release-it": "^19.
|
|
75
|
-
"storybook": "10.
|
|
69
|
+
"@vitejs/plugin-react": "^5.1.3",
|
|
70
|
+
"axios": "^1.13.4",
|
|
71
|
+
"es-toolkit": "^1.44.0",
|
|
72
|
+
"react": "^19.2.4",
|
|
73
|
+
"react-dom": "^19.2.4",
|
|
74
|
+
"release-it": "^19.2.4",
|
|
75
|
+
"storybook": "10.2.7",
|
|
76
76
|
"tsx": "^4.21.0",
|
|
77
77
|
"typescript": "^5.9.3",
|
|
78
|
-
"vite": "^7.
|
|
78
|
+
"vite": "^7.3.1",
|
|
79
79
|
"vite-plugin-dts": "^4.5.4",
|
|
80
80
|
"vite-plugin-svgr": "^4.5.0"
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@chakra-ui/react": "^3.
|
|
83
|
+
"@chakra-ui/react": "^3.32.0",
|
|
84
84
|
"@emotion/react": "^11.14.0",
|
|
85
85
|
"@emotion/styled": "^11.14.1",
|
|
86
86
|
"@fontsource-variable/figtree": "^5.2.10",
|