@byline/ui 3.17.1 → 3.18.0
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/components/@types/shared.d.ts +4 -4
- package/dist/components/accordion/accordion.d.ts +23 -17
- package/dist/components/animation/fade-in-lift.d.ts +1 -1
- package/dist/components/badge/badge.d.ts +4 -4
- package/dist/components/button/@types/button.d.ts +1 -1
- package/dist/components/button/button-group.d.ts +4 -4
- package/dist/components/card/card.d.ts +29 -24
- package/dist/components/chips/@types/chip.d.ts +1 -1
- package/dist/components/chips/chip.d.ts +4 -4
- package/dist/components/dropdown/dropdown.d.ts +70 -62
- package/dist/components/inputs/@types/autocomplete.d.ts +2 -2
- package/dist/components/inputs/@types/checkbox.d.ts +2 -2
- package/dist/components/inputs/@types/input.d.ts +2 -2
- package/dist/components/inputs/autocomplete.d.ts +15 -15
- package/dist/components/inputs/input.d.ts +1 -1
- package/dist/components/inputs/radio-group.d.ts +2 -2
- package/dist/components/inputs/select.d.ts +6 -6
- package/dist/components/pager/@types/index.d.ts +1 -1
- package/dist/components/pager/first-button.d.ts +6 -6
- package/dist/components/pager/last-button.d.ts +6 -6
- package/dist/components/pager/next-button.d.ts +6 -6
- package/dist/components/pager/number-button.d.ts +6 -6
- package/dist/components/pager/pagination.d.ts +28 -45
- package/dist/components/pager/previous-button.d.ts +6 -6
- package/dist/components/table/table.d.ts +28 -21
- package/dist/components/tabs/tabs.d.ts +23 -20
- package/dist/icons/activity-icon.d.ts +4 -4
- package/dist/icons/ai-icon.d.ts +4 -4
- package/dist/icons/byline-icon.d.ts +4 -4
- package/dist/icons/calendar-icon.d.ts +4 -4
- package/dist/icons/check-icon.d.ts +4 -4
- package/dist/icons/chevron-down-icon.d.ts +4 -4
- package/dist/icons/chevron-left-double-icon.d.ts +4 -4
- package/dist/icons/chevron-left-icon.d.ts +4 -4
- package/dist/icons/chevron-right-double-icon.d.ts +4 -4
- package/dist/icons/chevron-right-icon.d.ts +4 -4
- package/dist/icons/chevron-up-icon.d.ts +4 -4
- package/dist/icons/chevrons-up-down.d.ts +4 -4
- package/dist/icons/close-icon.d.ts +4 -4
- package/dist/icons/copy-icon.d.ts +4 -4
- package/dist/icons/dashboard-icon.d.ts +4 -4
- package/dist/icons/delete-icon.d.ts +4 -4
- package/dist/icons/document-icon.d.ts +4 -4
- package/dist/icons/download-icon.d.ts +4 -4
- package/dist/icons/edit-icon.d.ts +4 -4
- package/dist/icons/ellipsis-icon.d.ts +4 -4
- package/dist/icons/email-icon.d.ts +4 -4
- package/dist/icons/external-link-icon.d.ts +4 -4
- package/dist/icons/eye-closed-icon.d.ts +4 -4
- package/dist/icons/eye-open-icon.d.ts +4 -4
- package/dist/icons/github-icon.d.ts +4 -4
- package/dist/icons/globe-icon.d.ts +4 -4
- package/dist/icons/google-icon.d.ts +4 -4
- package/dist/icons/gripper-vertical-icon.d.ts +4 -4
- package/dist/icons/history-icon.d.ts +4 -4
- package/dist/icons/home-icon.d.ts +4 -4
- package/dist/icons/infonomic-icon.d.ts +4 -4
- package/dist/icons/light-icon.d.ts +4 -4
- package/dist/icons/location-pin-icon.d.ts +4 -4
- package/dist/icons/moon-icon.d.ts +4 -4
- package/dist/icons/plus-icon.d.ts +4 -4
- package/dist/icons/refresh-icon.d.ts +4 -4
- package/dist/icons/return-icon.d.ts +4 -4
- package/dist/icons/roles-icon.d.ts +4 -4
- package/dist/icons/search-icon.d.ts +4 -4
- package/dist/icons/search-menu-icon.d.ts +4 -4
- package/dist/icons/settings-gear-icon.d.ts +4 -4
- package/dist/icons/settings-sliders-icon.d.ts +4 -4
- package/dist/icons/sign-out-icon.d.ts +4 -4
- package/dist/icons/stop-icon.d.ts +4 -4
- package/dist/icons/stopwatch-icon.d.ts +4 -4
- package/dist/icons/user-icon.d.ts +4 -4
- package/dist/icons/users-icon.d.ts +4 -4
- package/dist/icons/video-icon.d.ts +4 -4
- package/dist/icons/wallet-icon.d.ts +4 -4
- package/dist/icons/x-icon.d.ts +4 -4
- package/dist/widgets/drawer/drawer.d.ts +10 -12
- package/dist/widgets/modal/modal.d.ts +8 -12
- package/dist/widgets/timeline/timeline.d.ts +27 -21
- package/package.json +15 -15
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function LocationPinIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace LocationPinIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function MoonIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace MoonIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function PlusIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace PlusIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function RefreshIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace RefreshIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function ReturnIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace ReturnIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function RolesIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace RolesIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function SearchIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace SearchIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function SearchMenuIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace SearchMenuIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function SettingsGearIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace SettingsGearIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function SettingsSlidersIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace SettingsSlidersIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function SignOutIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace SignOutIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function StopIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace StopIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function StopwatchIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace StopwatchIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function UserIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace UserIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function UsersIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace UsersIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function VideoIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace VideoIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function WalletIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace WalletIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
package/dist/icons/x-icon.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
2
|
import type { IconProps } from './types/icon.js';
|
|
3
|
-
export declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
export declare function XIcon({ className, svgClassName, ...rest }: IconProps): React.JSX.Element;
|
|
4
|
+
export declare namespace XIcon {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
2
|
import { DrawerContainer } from './drawer-container';
|
|
3
3
|
import { DrawerContent } from './drawer-content';
|
|
4
|
+
import { DrawerHeader } from './drawer-header';
|
|
5
|
+
import { DrawerTopActions } from './drawer-top-actions';
|
|
4
6
|
export interface DrawerProps {
|
|
5
7
|
id: string;
|
|
6
8
|
isOpen: boolean;
|
|
@@ -11,16 +13,12 @@ export interface DrawerProps {
|
|
|
11
13
|
topOffset?: string;
|
|
12
14
|
className?: string;
|
|
13
15
|
}
|
|
14
|
-
declare
|
|
15
|
-
|
|
16
|
-
displayName: string;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
TopActions: ({ ref, children, className, ...rest }: import("./drawer-top-actions").DrawerTopActionProps & {
|
|
23
|
-
ref?: React.RefObject<HTMLDivElement>;
|
|
24
|
-
}) => import("react").JSX.Element;
|
|
25
|
-
};
|
|
16
|
+
declare function Drawer({ id, isOpen, onDismiss, closeOnOverlayClick, children, width, topOffset, className, }: DrawerProps): import("react").JSX.Element;
|
|
17
|
+
declare namespace Drawer {
|
|
18
|
+
var displayName: string;
|
|
19
|
+
export { DrawerContainer as Container };
|
|
20
|
+
export { DrawerContent as Content };
|
|
21
|
+
export { DrawerHeader as Header };
|
|
22
|
+
export { DrawerTopActions as TopActions };
|
|
23
|
+
}
|
|
26
24
|
export { Drawer };
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import type React from 'react';
|
|
2
|
+
import { ModalActions } from './modal-actions';
|
|
3
|
+
import { ModalContainer } from './modal-container';
|
|
4
|
+
import { ModalContent } from './modal-content';
|
|
5
|
+
import { ModalHeader } from './modal-header';
|
|
2
6
|
export interface ModalProps {
|
|
3
7
|
isOpen?: boolean;
|
|
4
8
|
onDismiss?: () => void;
|
|
@@ -18,17 +22,9 @@ export declare function useModal(): {
|
|
|
18
22
|
declare function Modal({ isOpen, onDismiss, closeOnOverlayClick, children, }: ModalProps): React.JSX.Element;
|
|
19
23
|
declare namespace Modal {
|
|
20
24
|
var displayName: string;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
ref?: React.RefObject<HTMLDivElement>;
|
|
26
|
-
}) => React.JSX.Element;
|
|
27
|
-
var Content: ({ ref, children, className, ...rest }: import("./modal-content").ModalContentProps & {
|
|
28
|
-
ref?: React.RefObject<HTMLDivElement>;
|
|
29
|
-
}) => React.JSX.Element;
|
|
30
|
-
var Actions: ({ ref, children, className, ...rest }: import("./modal-actions").ModalActionsProps & {
|
|
31
|
-
ref?: React.RefObject<HTMLDivElement>;
|
|
32
|
-
}) => React.JSX.Element;
|
|
25
|
+
export { ModalContainer as Container };
|
|
26
|
+
export { ModalHeader as Header };
|
|
27
|
+
export { ModalContent as Content };
|
|
28
|
+
export { ModalActions as Actions };
|
|
33
29
|
}
|
|
34
30
|
export { Modal };
|
|
@@ -5,55 +5,61 @@ export interface TimelineProps {
|
|
|
5
5
|
'aria-label'?: string;
|
|
6
6
|
children?: React.ReactNode;
|
|
7
7
|
}
|
|
8
|
-
export declare
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
ref?: React.RefObject<IconElement>;
|
|
18
|
-
}) => React.JSX.Element;
|
|
19
|
-
Heading: ({ ref, children, className, ...props }: HeadingProps & {
|
|
20
|
-
ref?: React.RefObject<HeadingElement>;
|
|
21
|
-
}) => React.JSX.Element;
|
|
22
|
-
Date: ({ ref, children, className, ...props }: DateProps & {
|
|
23
|
-
ref?: React.RefObject<DateElement>;
|
|
24
|
-
}) => React.JSX.Element;
|
|
25
|
-
Content: ({ ref, children, className, ...props }: ContentProps & {
|
|
26
|
-
ref?: React.RefObject<ContentElement>;
|
|
27
|
-
}) => React.JSX.Element;
|
|
28
|
-
};
|
|
8
|
+
export declare function Timeline({ id, className, children, ...rest }: TimelineProps): React.JSX.Element;
|
|
9
|
+
export declare namespace Timeline {
|
|
10
|
+
export { Root };
|
|
11
|
+
export { Item };
|
|
12
|
+
export { Icon };
|
|
13
|
+
export { Heading };
|
|
14
|
+
export { DateItem as Date };
|
|
15
|
+
export { Content };
|
|
16
|
+
}
|
|
29
17
|
type RootElement = React.ComponentRef<'ol'>;
|
|
30
18
|
type PrimitiveRootProps = React.ComponentPropsWithoutRef<'ol'>;
|
|
31
19
|
interface RootProps extends PrimitiveRootProps {
|
|
32
20
|
className?: string;
|
|
33
21
|
}
|
|
22
|
+
declare const Root: ({ ref, children, className, ...props }: RootProps & {
|
|
23
|
+
ref?: React.RefObject<RootElement>;
|
|
24
|
+
}) => React.JSX.Element;
|
|
34
25
|
type ItemElement = React.ComponentRef<'li'>;
|
|
35
26
|
type PrimitiveItemProps = React.ComponentPropsWithoutRef<'li'>;
|
|
36
27
|
interface ItemProps extends PrimitiveItemProps {
|
|
37
28
|
className?: string;
|
|
38
29
|
}
|
|
30
|
+
declare const Item: ({ ref, children, className, ...props }: ItemProps & {
|
|
31
|
+
ref?: React.RefObject<ItemElement>;
|
|
32
|
+
}) => React.JSX.Element;
|
|
39
33
|
type IconElement = React.ComponentRef<'span'>;
|
|
40
34
|
type PrimitiveIconProps = React.ComponentPropsWithoutRef<'span'>;
|
|
41
35
|
interface IconProps extends PrimitiveIconProps {
|
|
42
36
|
className?: string;
|
|
43
37
|
}
|
|
38
|
+
declare const Icon: ({ ref, children, className, ...props }: IconProps & {
|
|
39
|
+
ref?: React.RefObject<IconElement>;
|
|
40
|
+
}) => React.JSX.Element;
|
|
44
41
|
type HeadingElement = React.ComponentRef<'h3'>;
|
|
45
42
|
type PrimitiveHeadingProps = React.ComponentPropsWithoutRef<'h3'>;
|
|
46
43
|
interface HeadingProps extends PrimitiveHeadingProps {
|
|
47
44
|
className?: string;
|
|
48
45
|
}
|
|
46
|
+
declare const Heading: ({ ref, children, className, ...props }: HeadingProps & {
|
|
47
|
+
ref?: React.RefObject<HeadingElement>;
|
|
48
|
+
}) => React.JSX.Element;
|
|
49
49
|
type DateElement = React.ComponentRef<'time'>;
|
|
50
50
|
type PrimitiveDateProps = React.ComponentPropsWithoutRef<'time'>;
|
|
51
51
|
interface DateProps extends PrimitiveDateProps {
|
|
52
52
|
className?: string;
|
|
53
53
|
}
|
|
54
|
+
declare const DateItem: ({ ref, children, className, ...props }: DateProps & {
|
|
55
|
+
ref?: React.RefObject<DateElement>;
|
|
56
|
+
}) => React.JSX.Element;
|
|
54
57
|
type ContentElement = React.ComponentRef<'p'>;
|
|
55
58
|
type PrimitiveContentProps = React.ComponentPropsWithoutRef<'div'>;
|
|
56
59
|
interface ContentProps extends PrimitiveContentProps {
|
|
57
60
|
className?: string;
|
|
58
61
|
}
|
|
62
|
+
declare const Content: ({ ref, children, className, ...props }: ContentProps & {
|
|
63
|
+
ref?: React.RefObject<ContentElement>;
|
|
64
|
+
}) => React.JSX.Element;
|
|
59
65
|
export {};
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"private": false,
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
|
-
"version": "3.
|
|
6
|
+
"version": "3.18.0",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.9.0"
|
|
9
9
|
},
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@base-ui/react": "^1.
|
|
54
|
+
"@base-ui/react": "^1.6.0",
|
|
55
55
|
"@dnd-kit/core": "^6.3.1",
|
|
56
56
|
"@dnd-kit/sortable": "^10.0.0",
|
|
57
57
|
"classnames": "^2.5.1",
|
|
58
|
-
"date-fns": "^4.
|
|
59
|
-
"motion": "^12.
|
|
58
|
+
"date-fns": "^4.4.0",
|
|
59
|
+
"motion": "^12.42.2",
|
|
60
60
|
"npm-run-all": "^4.1.5",
|
|
61
61
|
"react-day-picker": "^10.0.1",
|
|
62
62
|
"zod": "^4.4.3"
|
|
@@ -66,23 +66,23 @@
|
|
|
66
66
|
"react-dom": "^19.0.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@biomejs/biome": "2.
|
|
70
|
-
"@rsbuild/plugin-react": "^2.
|
|
71
|
-
"@rslib/core": "^0.
|
|
72
|
-
"@types/node": "^
|
|
73
|
-
"@types/react": "19.2.
|
|
69
|
+
"@biomejs/biome": "2.5.2",
|
|
70
|
+
"@rsbuild/plugin-react": "^2.1.0",
|
|
71
|
+
"@rslib/core": "^0.23.2",
|
|
72
|
+
"@types/node": "^26.1.0",
|
|
73
|
+
"@types/react": "19.2.17",
|
|
74
74
|
"@types/react-dom": "19.2.3",
|
|
75
|
-
"@vitejs/plugin-react": "^6.0.
|
|
75
|
+
"@vitejs/plugin-react": "^6.0.3",
|
|
76
76
|
"chokidar": "^5.0.0",
|
|
77
77
|
"lightningcss": "^1.32.0",
|
|
78
78
|
"lightningcss-cli": "^1.32.0",
|
|
79
|
-
"react": "19.2.
|
|
80
|
-
"react-dom": "19.2.
|
|
79
|
+
"react": "^19.2.7",
|
|
80
|
+
"react-dom": "^19.2.7",
|
|
81
81
|
"rimraf": "^6.1.3",
|
|
82
|
-
"typescript": "
|
|
82
|
+
"typescript": "^7.0.2",
|
|
83
83
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
84
|
-
"vite": "^8.
|
|
85
|
-
"vitest": "^4.1.
|
|
84
|
+
"vite": "^8.1.3",
|
|
85
|
+
"vitest": "^4.1.10"
|
|
86
86
|
},
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public",
|