feat: fix package json

This commit is contained in:
Nevo David 2025-09-14 19:57:52 +07:00
parent ac16e5211c
commit 0c386b6cde
2 changed files with 1 additions and 34 deletions

View File

@ -1,33 +0,0 @@
'use client';
import { Slider } from '@mantine/core';
import { FC } from 'react';
export const Track: FC<{
value: number;
min: number;
max: number;
onChange: (value: number) => void;
}> = (props) => {
const { value, onChange, min, max } = props;
return (
<Slider
color="violet"
labelAlwaysOn={true}
value={value}
onChange={onChange}
size="xl"
classNames={{
track:
'before:bg-customColor3 before:border before:border-customColor6',
mark: 'border-customColor6',
markFilled: 'border-customColor7',
}}
min={min}
max={max}
// classNames={{
// track: 'h-[15px]',
// thumb: 'w-[24px] h-[24px]',
// }}
/>
);
};

View File

@ -57,7 +57,7 @@ importers:
'@mantine/hooks':
specifier: ^5.10.5
version: 5.10.5(react@18.3.1)
'@gitroom/frontend/components/layout/new-modal':
'@mantine/modals':
specifier: ^5.10.5
version: 5.10.5(@mantine/core@5.10.5(@emotion/react@11.14.0(@types/react@18.3.1)(react@18.3.1))(@mantine/hooks@5.10.5(react@18.3.1))(@types/react@18.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mantine/hooks@5.10.5(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@modelcontextprotocol/sdk':