Skip to content

Commit f0f91e9

Browse files
committed
feat: subscription page configs
1 parent 3b9e228 commit f0f91e9

File tree

102 files changed

+3519
-3864
lines changed

Some content is hidden

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

102 files changed

+3519
-3864
lines changed
File renamed without changes.
File renamed without changes.

@types/mantine.d.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import { ThemeIconVariant } from '@mantine/core'
2+
3+
type ExtendedThemeIconVariant =
4+
| 'gradient-blue'
5+
| 'gradient-cyan'
6+
| 'gradient-red'
7+
| 'gradient-teal'
8+
| 'gradient-violet'
9+
| 'gradient-yellow'
10+
| ThemeIconVariant
11+
12+
declare module '@mantine/core' {
13+
export interface ThemeIconProps {
14+
variant?: ExtendedThemeIconVariant
15+
}
16+
}
File renamed without changes.

package-lock.json

Lines changed: 39 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"@dnd-kit/sortable": "^10.0.0",
4040
"@dnd-kit/utilities": "^3.2.2",
4141
"@formkit/auto-animate": "^0.9.0",
42-
"@gfazioli/mantine-list-view-table": "1.1.8",
43-
"@gfazioli/mantine-split-pane": "^2.5.5",
44-
"@gfazioli/mantine-text-animate": "^2.3.8",
42+
"@gfazioli/mantine-list-view-table": "1.1.9",
43+
"@gfazioli/mantine-split-pane": "^2.5.6",
44+
"@gfazioli/mantine-text-animate": "^2.3.9",
4545
"@highcharts/react": "^4.0.0-beta.5",
4646
"@lukemorales/query-key-factory": "^1.3.4",
4747
"@mantine/carousel": "^8.3.10",
@@ -59,7 +59,8 @@
5959
"@monaco-editor/react": "^4.7.0",
6060
"@noble/post-quantum": "^0.5.2",
6161
"@paralleldrive/cuid2": "2.2.2",
62-
"@remnawave/backend-contract": "2.3.42",
62+
"@remnawave/backend-contract": "2.3.55",
63+
"@remnawave/subscription-page-types": "0.0.2",
6364
"@simplewebauthn/browser": "^13.2.2",
6465
"@stablelib/base64": "^2.0.1",
6566
"@stablelib/x25519": "^2.0.1",
@@ -94,11 +95,11 @@
9495
"monaco-yaml": "^5.4.0",
9596
"motion": "12.23.26",
9697
"nanoid": "^5.1.6",
97-
"react": "^19.2.1",
98+
"react": "^19.2.3",
9899
"react-country-flag": "^3.1.0",
99-
"react-dom": "^19.2.1",
100+
"react-dom": "^19.2.3",
100101
"react-error-boundary": "^6.0.0",
101-
"react-i18next": "^16.4.1",
102+
"react-i18next": "^16.5.0",
102103
"react-icons": "^5.5.0",
103104
"react-imask": "^7.6.1",
104105
"react-layout-masonry": "^2.0.0",

0 commit comments

Comments
 (0)