Skip to content

Commit 21b4d5f

Browse files
committed
Merge branch 'next' into feat/alert-dialog-tests
# Conflicts: # package.json # pnpm-lock.yaml # src/lib/ui/app/Alerts/categories/screener/screener-form-step/schema.ts
2 parents 4e4f9bb + 1005902 commit 21b4d5f

220 files changed

Lines changed: 5469 additions & 1052 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.storybook/preview.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
*:not(pre *, [role='code'] *) {
22
font-family: 'Proxima Nova';
33
}
4+
5+
/* TODO(vlad.k): Remove after full migration from legacy webkit
6+
This line emulates default styles applied by legacy webkit lib
7+
*/
8+
:global(button) {
9+
border: none;
10+
}

.storybook/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import type { Preview } from '@storybook/svelte'
22

33
import { withThemeByClassName } from '@storybook/addon-themes'
44

5-
import '../src/lib/app.css'
65
import './preview.css'
6+
import '../src/lib/app.css'
77
import { ApiMock } from '../src/lib/api/mock'
88
import { ApiCache } from '../src/lib/api/cache'
99
import { MockedApi } from './mock'

package.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,22 @@
6161
],
6262
"peerDependencies": {
6363
"@melt-ui/svelte": "^0.85.0",
64-
"@santiment-network/chart-next": "npm:@santiment-network/chart@^1.0.16",
64+
"@santiment-network/chart-next": "npm:@santiment-network/chart@^1.0.17",
6565
"@sveltejs/adapter-auto": "^3.2.4",
6666
"@sveltejs/adapter-node": "^5.2.2",
6767
"@sveltejs/kit": "^2.5.27",
6868
"@sveltejs/vite-plugin-svelte": "^5.0.3",
6969
"@wagmi/connectors": "^5.1.10",
7070
"@wagmi/core": "^2.13.5",
71+
"@floating-ui/dom": "^1.5.1",
7172
"bits-ui": "^0.21.16",
7273
"estree-walker": "^3.0.3",
7374
"graphql": "^16.8.2",
75+
"highlight.js": "^11.11.1",
7476
"indicatorts": "^2.2.2",
75-
"marked": "^15.0.12",
7677
"lottie-web": "^5.13.0",
78+
"marked": "^15.0.12",
79+
"marked-highlight": "^2.2.2",
7780
"mathjs": "^14.5.2",
7881
"monaco-editor": "^0.52.2",
7982
"rxjs": "^7.8.1",
@@ -88,9 +91,10 @@
8891
"devDependencies": {
8992
"@chromatic-com/storybook": "^1.3.5",
9093
"@eslint/js": "^9.25.1",
94+
"@floating-ui/dom": "^1.5.1",
9195
"@melt-ui/svelte": "^0.86.0",
9296
"@playwright/test": "^1.28.1",
93-
"@santiment-network/chart-next": "npm:@santiment-network/chart@^1.0.16",
97+
"@santiment-network/chart-next": "npm:@santiment-network/chart@^1.0.17",
9498
"@sentry/sveltekit": "^9.2.0",
9599
"@storybook/addon-essentials": "^8.6.0",
96100
"@storybook/addon-interactions": "^8.6.0",
@@ -108,13 +112,15 @@
108112
"@sveltejs/vite-plugin-svelte": "^5.0.3",
109113
"@testing-library/jest-dom": "^6.6.4",
110114
"@testing-library/svelte": "^5.2.8",
115+
"@types/cloudflare-turnstile": "^0.2.2",
111116
"@types/eslint": "^9.6.1",
112117
"@types/gtag.js": "^0.0.20",
113118
"@types/ua-parser-js": "^0.7.39",
114119
"@wagmi/connectors": "^5.3.3",
115120
"@wagmi/core": "^2.14.1",
116121
"autoprefixer": "^10.4.19",
117122
"bits-ui": "^1.3.4",
123+
"eslint": "^9.28.0",
118124
"eslint-config-prettier": "^10.1.2",
119125
"eslint-import-resolver-typescript": "^4.3.4",
120126
"eslint-plugin-import": "^2.31.0",
@@ -124,14 +130,16 @@
124130
"fancy-canvas": "^2.1.0",
125131
"globals": "^15.9.0",
126132
"graphql": "^16.8.2",
133+
"highlight.js": "^11.11.1",
127134
"husky": "^9.0.11",
128135
"indicatorts": "^2.2.2",
129136
"jsdom": "^26.1.0",
130137
"jsdom-testing-mocks": "^1.15.2",
131138
"lint-staged": "^15.2.2",
139+
"lottie-web": "^5.13.0",
132140
"magic-string": "^0.30.10",
133141
"marked": "^15.0.12",
134-
"lottie-web": "^5.13.0",
142+
"marked-highlight": "^2.2.2",
135143
"mathjs": "^14.5.2",
136144
"monaco-editor": "^0.52.2",
137145
"postcss": "^8.4.38",
@@ -170,9 +178,9 @@
170178
"@reown/appkit-adapter-wagmi": "^1.2.0",
171179
"@stripe/stripe-js": "^4.1.0",
172180
"drawer-svelte": "^0.1.3",
173-
"eslint": "^9.28.0",
174181
"esm-env": "^1.2.2",
175182
"fast-glob": "^3.3.2",
183+
"pino": "^10.0.0",
176184
"posthog-js": "^1.224.0",
177185
"svelte-runes": "^0.0.7",
178186
"svelte-sonner": "^0.3.28",

0 commit comments

Comments
 (0)