@gearbox-protocol/ui-kit 4.0.0-next.41 → 4.0.0-next.42

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.
Files changed (1) hide show
  1. package/package.json +6 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/ui-kit",
3
- "version": "4.0.0-next.41",
3
+ "version": "4.0.0-next.42",
4
4
  "description": "Internal UI components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -61,42 +61,32 @@
61
61
  "@gearbox-protocol/static": "^1.133",
62
62
  "@radix-ui/react-accordion": "^1.2.2",
63
63
  "@radix-ui/react-alert-dialog": "^1.1.4",
64
- "@radix-ui/react-avatar": "^1.1.2",
65
64
  "@radix-ui/react-checkbox": "^1.1.3",
66
- "@radix-ui/react-collapsible": "^1.1.2",
67
65
  "@radix-ui/react-dialog": "^1.1.4",
68
66
  "@radix-ui/react-dropdown-menu": "^2.1.4",
69
67
  "@radix-ui/react-label": "^2.1.1",
70
- "@radix-ui/react-progress": "^1.1.1",
71
68
  "@radix-ui/react-radio-group": "^1.2.2",
72
69
  "@radix-ui/react-select": "^2.1.4",
73
- "@radix-ui/react-separator": "^1.1.1",
74
70
  "@radix-ui/react-slider": "^1.2.2",
75
71
  "@radix-ui/react-slot": "^1.1.1",
76
- "@radix-ui/react-switch": "^1.1.2",
77
72
  "@radix-ui/react-tabs": "^1.1.2",
78
73
  "@radix-ui/react-tooltip": "^1.1.6",
79
74
  "class-variance-authority": "^0.7.1",
80
75
  "clsx": "^2.1.1",
81
76
  "lightweight-charts": "^5.2.1",
82
77
  "luxon": "^3.5.0",
83
- "sonner": "^2.0.8",
84
78
  "tailwind-merge": "^3.4.0",
85
79
  "tailwindcss-animate": "^1.0.7"
86
80
  },
87
81
  "peerDependencies": {
88
82
  "@gearbox-protocol/sdk": "*",
89
- "@tanstack/react-query": "^5.64.1",
90
83
  "@types/react": "^18 || ^19",
91
- "@types/react-dom": "^18 || ^19",
92
- "axios": "^1.0.0",
93
84
  "react": "^18 || ^19",
94
- "react-dom": "^18 || ^19",
95
85
  "react-intl": "^6.0.0 || ^7.0.0 || ^10.0.0",
96
86
  "react-router-dom": "^6.0.0 || ^7.0.0",
97
87
  "sonner": "^2.0.0",
98
- "viem": "^2.0.0",
99
- "wagmi": "^2.0.0 || ^3.0.0"
88
+ "tailwindcss": "^4.0.0",
89
+ "viem": "^2.0.0"
100
90
  },
101
91
  "peerDependenciesMeta": {
102
92
  "react-intl": {
@@ -105,7 +95,7 @@
105
95
  "react-router-dom": {
106
96
  "optional": true
107
97
  },
108
- "sonner": {
98
+ "tailwindcss": {
109
99
  "optional": true
110
100
  }
111
101
  },
@@ -124,7 +114,6 @@
124
114
  "@storybook/addon-vitest": "^10.0.8",
125
115
  "@storybook/react-vite": "^10.0.8",
126
116
  "@tailwindcss/postcss": "^4.3.3",
127
- "@tanstack/react-query": "^5.64.1",
128
117
  "@types/cross-spawn": "^6.0.6",
129
118
  "@types/luxon": "^3.7.5",
130
119
  "@types/react": "^19.2.18",
@@ -133,7 +122,6 @@
133
122
  "@vitest/browser-playwright": "^4.0.14",
134
123
  "@vitest/coverage-v8": "^4.0.14",
135
124
  "autoprefixer": "^10.4.21",
136
- "axios": "^1.12.2",
137
125
  "browserslist": "^4.28.0",
138
126
  "buffer": "^6.0.3",
139
127
  "cross-spawn": "^7.0.6",
@@ -149,6 +137,7 @@
149
137
  "react-dom": "^19.2.8",
150
138
  "react-intl": "^10.1.23",
151
139
  "react-router-dom": "^7.18.2",
140
+ "sonner": "^2.0.8",
152
141
  "storybook": "^10.0.8",
153
142
  "tailwind-scrollbar": "^4.0.2",
154
143
  "tailwindcss": "^4.3.3",
@@ -157,8 +146,7 @@
157
146
  "vite": "^6.3.5",
158
147
  "vite-plugin-dts": "^4.5.4",
159
148
  "vite-tsconfig-paths": "^5.1.4",
160
- "vitest": "^4.0.14",
161
- "wagmi": "^2.19.4"
149
+ "vitest": "^4.0.14"
162
150
  },
163
151
  "commitlint": {
164
152
  "extends": [