chop-logic-components 4.2.0 → 4.3.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/atoms/avatar/Avatar.css +1 -0
- package/dist/components/atoms/avatar/Avatar.d.ts +7 -0
- package/dist/components/atoms/avatar/Avatar2.js +44 -0
- package/dist/components/atoms/button/Button2.js +11 -11
- package/dist/components/atoms/button/icon-button/IconButton2.js +4 -4
- package/dist/components/atoms/button/inner-button/InnerButton2.js +4 -4
- package/dist/components/atoms/button/primary-button/PrimaryButton2.js +4 -4
- package/dist/components/atoms/button/secondary-button/SecondaryButton2.js +4 -4
- package/dist/components/atoms/editable-text/EditView.js +4 -4
- package/dist/components/atoms/editable-text/EditableText2.js +8 -8
- package/dist/components/atoms/icon/Icon2.js +10 -10
- package/dist/components/atoms/image/BasicImage.d.ts +2 -0
- package/dist/components/atoms/image/BasicImage.js +4 -9
- package/dist/components/atoms/image/Image.css +1 -1
- package/dist/components/atoms/image/Image2.js +16 -16
- package/dist/components/atoms/image/ResponsivePicture.d.ts +1 -0
- package/dist/components/atoms/image/ResponsivePicture.js +16 -9
- package/dist/components/atoms/index.d.ts +2 -0
- package/dist/components/atoms/input/Input2.js +5 -5
- package/dist/components/atoms/label/Label2.js +4 -4
- package/dist/components/atoms/link/Link2.js +4 -4
- package/dist/components/atoms/tag/Tag.css +1 -0
- package/dist/components/atoms/tag/Tag.d.ts +7 -0
- package/dist/components/atoms/tag/Tag2.js +15 -0
- package/dist/components/atoms/tooltip/Tooltip2.js +9 -8
- package/dist/components/contexts/theme/ThemeProvider.js +8 -8
- package/dist/components/hocs/with-error-boundary/with-error-boundary.js +8 -8
- package/dist/components/hocs/with-figure-caption/Figure.css +1 -1
- package/dist/components/molecules/alert/Alert2.js +19 -19
- package/dist/components/molecules/checkbox/CheckboxStateful.js +6 -6
- package/dist/components/molecules/checkbox/CheckboxStateless.js +6 -6
- package/dist/components/molecules/multi-select/MultiSelect.Combobox.js +6 -6
- package/dist/components/molecules/multi-select/MultiSelect.js +7 -7
- package/dist/components/molecules/multi-select/Option.js +8 -8
- package/dist/components/molecules/numeric-input/NumericInputStateful.js +8 -8
- package/dist/components/molecules/numeric-input/NumericInputStateless.js +8 -8
- package/dist/components/molecules/search/Search2.js +16 -16
- package/dist/components/molecules/select/Select2.js +7 -7
- package/dist/components/molecules/select/combobox/Combobox2.js +6 -6
- package/dist/components/molecules/select/option/Option2.js +6 -6
- package/dist/components/molecules/text-input/TextInputStateless.js +8 -8
- package/dist/components/organisms/dialog/Dialog2.js +14 -14
- package/dist/components/organisms/form/Form2.js +14 -14
- package/dist/components/organisms/gallery/Gallery.helpers.js +2 -2
- package/dist/components/organisms/gallery/Gallery2.js +8 -8
- package/dist/components/organisms/gallery/full-screen-viewer/FullscreenViewer2.js +7 -7
- package/dist/components/organisms/gallery/viewer-navigation/ViewerNavigation2.js +8 -8
- package/dist/components/organisms/grid/checkbox/GridCheckbox2.js +4 -4
- package/dist/components/organisms/index.d.ts +1 -0
- package/dist/components/organisms/menu/Menu2.js +5 -5
- package/dist/components/organisms/menu/list-item/MenuListItem2.js +8 -8
- package/dist/components/organisms/menu/sub-menu/SubMenu2.js +17 -17
- package/dist/components/organisms/preview-card/PreviewCard.css +1 -0
- package/dist/components/organisms/preview-card/PreviewCard.d.ts +4 -0
- package/dist/components/organisms/preview-card/PreviewCard2.js +57 -0
- package/dist/components/organisms/tabs/Tabs2.js +11 -11
- package/dist/components/organisms/tabs/button/TabButton2.js +23 -23
- package/dist/components/organisms/tabs/edit-input/TabEditInput2.js +9 -9
- package/dist/components/organisms/tabs/list/TabList2.js +12 -12
- package/dist/enums/index.d.ts +1 -0
- package/dist/enums/index.js +1 -0
- package/dist/enums/link-target.d.ts +6 -0
- package/dist/enums/link-target.js +6 -0
- package/dist/index.es.js +61 -57
- package/dist/types/image.d.ts +16 -3
- package/dist/types/index.d.ts +2 -1
- package/dist/types/preview-card.d.ts +38 -0
- package/package.json +15 -15
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { ButtonView as e } from "../../../../enums/button-view.js";
|
|
2
|
+
import { IconName as t } from "../../../../enums/icon-name.js";
|
|
3
|
+
import { OrientationMode as n } from "../../../../enums/orientation-mode.js";
|
|
4
|
+
import { getClassName as r } from "../../../../utils/get-class-name.js";
|
|
5
|
+
import { moveFocusOnElementById as i } from "../../../../utils/move-focus-on-element-by-id.js";
|
|
6
6
|
import a from "../../../atoms/button/Button2.js";
|
|
7
7
|
import { TabButton as o } from "../button/TabButton2.js";
|
|
8
8
|
import './TabList.css';/* empty css */
|
|
9
9
|
import { jsx as s, jsxs as c } from "react/jsx-runtime";
|
|
10
10
|
//#region src/components/organisms/tabs/list/TabList.tsx
|
|
11
11
|
var l = ({ tabs: l, onTabSelect: u, onTabTitleChange: d, selectedTabId: f, tabPanelIds: p, mode: m, tabIds: h, stretched: g, editable: _ = !1, extendable: v = !1, onTabAdd: y, onTabDelete: b }) => {
|
|
12
|
-
let x =
|
|
13
|
-
let
|
|
12
|
+
let x = r(["cl-tab-list", { "cl-tab-list_vertical": m === n.Vertical }]), S = (e) => {
|
|
13
|
+
let t = h.indexOf(f);
|
|
14
14
|
if (![
|
|
15
15
|
"ArrowLeft",
|
|
16
16
|
"ArrowUp",
|
|
17
17
|
"ArrowRight",
|
|
18
18
|
"ArrowDown"
|
|
19
|
-
].includes(e.key) || (e.preventDefault(), e.key === "ArrowUp" && m ===
|
|
20
|
-
let r = h[e.key === "ArrowLeft" || e.key === "ArrowUp" ? C(
|
|
21
|
-
r && (
|
|
19
|
+
].includes(e.key) || (e.preventDefault(), e.key === "ArrowUp" && m === n.Horizontal || e.key === "ArrowLeft" && m === n.Vertical)) return;
|
|
20
|
+
let r = h[e.key === "ArrowLeft" || e.key === "ArrowUp" ? C(t, h.length) : w(t, h.length)];
|
|
21
|
+
r && (i(r), u(r));
|
|
22
22
|
}, C = (e, t) => e - 1 >= 0 ? e - 1 : t - 1, w = (e, t) => e === t - 1 ? 0 : e + 1;
|
|
23
23
|
return /* @__PURE__ */ c("div", {
|
|
24
24
|
role: "tablist",
|
|
@@ -41,8 +41,8 @@ var l = ({ tabs: l, onTabSelect: u, onTabTitleChange: d, selectedTabId: f, tabPa
|
|
|
41
41
|
}, e)), v && /* @__PURE__ */ s(a, {
|
|
42
42
|
label: "Add Tab",
|
|
43
43
|
tooltip: "Add Tab",
|
|
44
|
-
view:
|
|
45
|
-
icon:
|
|
44
|
+
view: e.Icon,
|
|
45
|
+
icon: t.PlusCircle,
|
|
46
46
|
onClick: y
|
|
47
47
|
})]
|
|
48
48
|
});
|
package/dist/enums/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export { AlertMode } from './alert-mode';
|
|
|
2
2
|
export { ButtonView } from './button-view';
|
|
3
3
|
export { ElementSize } from './element-size';
|
|
4
4
|
export { IconName } from './icon-name';
|
|
5
|
+
export { LinkTarget } from './link-target';
|
|
5
6
|
export { LoaderView } from './loader-view';
|
|
6
7
|
export { OrientationMode } from './orientation-mode';
|
|
7
8
|
export { SemanticColor } from './semantic-color';
|
package/dist/enums/index.js
CHANGED
|
@@ -2,6 +2,7 @@ export * from './alert-mode.js';
|
|
|
2
2
|
export * from './button-view.js';
|
|
3
3
|
export * from './element-size.js';
|
|
4
4
|
export * from './icon-name.js';
|
|
5
|
+
export * from './link-target.js';
|
|
5
6
|
export * from './loader-view.js';
|
|
6
7
|
export * from './orientation-mode.js';
|
|
7
8
|
export * from './semantic-color.js';
|
package/dist/index.es.js
CHANGED
|
@@ -1,57 +1,61 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import l from "./
|
|
11
|
-
import u from "./
|
|
12
|
-
import d from "./
|
|
13
|
-
import f from "./components/atoms/
|
|
14
|
-
import p from "./components/atoms/
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import g from "./components/atoms/
|
|
18
|
-
import _ from "./components/atoms/
|
|
19
|
-
import v from "./components/atoms/
|
|
20
|
-
import y from "./components/atoms/
|
|
21
|
-
import b from "./components/atoms/
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import V from "./
|
|
41
|
-
import H from "./
|
|
42
|
-
import U from "./
|
|
43
|
-
import W from "./components/
|
|
44
|
-
import G from "./components/molecules/
|
|
45
|
-
import K from "./components/molecules/
|
|
46
|
-
import q from "./components/molecules/
|
|
47
|
-
import J from "./components/molecules/
|
|
48
|
-
import Y from "./components/molecules/select/
|
|
49
|
-
import X from "./components/molecules/
|
|
50
|
-
import Z from "./components/molecules/
|
|
51
|
-
import Q from "./components/
|
|
52
|
-
import $ from "./components/
|
|
53
|
-
import ee from "./components/
|
|
54
|
-
import te from "./components/organisms/
|
|
55
|
-
import ne from "./components/organisms/
|
|
56
|
-
import re from "./components/organisms/
|
|
57
|
-
|
|
1
|
+
import { withErrorBoundary as e } from "./components/hocs/with-error-boundary/with-error-boundary.js";
|
|
2
|
+
import { withFigureCaption as t } from "./components/hocs/with-figure-caption/with-figure-caption.js";
|
|
3
|
+
import { withTooltip as n } from "./components/hocs/with-tooltip/with-tooltip.js";
|
|
4
|
+
import { AlertMode as r } from "./enums/alert-mode.js";
|
|
5
|
+
import { ButtonView as i } from "./enums/button-view.js";
|
|
6
|
+
import { ElementSize as a } from "./enums/element-size.js";
|
|
7
|
+
import { IconName as o } from "./enums/icon-name.js";
|
|
8
|
+
import { LinkTarget as s } from "./enums/link-target.js";
|
|
9
|
+
import { LoaderView as c } from "./enums/loader-view.js";
|
|
10
|
+
import { OrientationMode as l } from "./enums/orientation-mode.js";
|
|
11
|
+
import { SemanticColor as u } from "./enums/semantic-color.js";
|
|
12
|
+
import { TooltipContainer as d } from "./enums/tooltip-container.js";
|
|
13
|
+
import f from "./components/atoms/avatar/Avatar2.js";
|
|
14
|
+
import p from "./components/atoms/button/Button2.js";
|
|
15
|
+
import m from "./components/atoms/editable-text/EditableText2.js";
|
|
16
|
+
import h from "./components/atoms/error-message/ErrorMessage2.js";
|
|
17
|
+
import g from "./components/atoms/header/Header2.js";
|
|
18
|
+
import _ from "./components/atoms/icon/Icon2.js";
|
|
19
|
+
import v from "./components/atoms/image/Image2.js";
|
|
20
|
+
import y from "./components/atoms/input/Input2.js";
|
|
21
|
+
import b from "./components/atoms/label/Label2.js";
|
|
22
|
+
import x from "./components/atoms/link/Link2.js";
|
|
23
|
+
import S from "./components/atoms/portal/Portal.js";
|
|
24
|
+
import C from "./components/atoms/tag/Tag2.js";
|
|
25
|
+
import { useAutoClose as w } from "./hooks/use-auto-close/use-auto-close.js";
|
|
26
|
+
import { useClickOutside as T } from "./hooks/use-click-outside/use-click-outside.js";
|
|
27
|
+
import { useContainerDimensions as E } from "./hooks/use-container-dimensions/use-container-dimensions.js";
|
|
28
|
+
import { useDebounce as D } from "./hooks/use-debounce/use-debounce.js";
|
|
29
|
+
import { useElementIds as O } from "./hooks/use-element-ids/use-element-ids.js";
|
|
30
|
+
import { useIsHovered as k } from "./hooks/use-is-hovered/use-is-hovered.js";
|
|
31
|
+
import { useIsMounted as A } from "./hooks/use-is-mounted/use-is-mounted.js";
|
|
32
|
+
import { useIsOverflow as j } from "./hooks/use-is-overflow/use-is-overflow.js";
|
|
33
|
+
import { useKeyPress as M } from "./hooks/use-key-press/use-key-press.js";
|
|
34
|
+
import { useModalFocusTrap as N } from "./hooks/use-modal-focus-trap/use-modal-focus-trap.js";
|
|
35
|
+
import { useRemainingTimer as P } from "./hooks/use-remaining-timer/use-remaining-timer.js";
|
|
36
|
+
import { FormContext as F } from "./components/contexts/form/FormContext.js";
|
|
37
|
+
import { CL_DARK_THEME_CLASS as I, CL_LIGHT_THEME_CLASS as L, ThemeContext as R } from "./components/contexts/theme/ThemeContext.js";
|
|
38
|
+
import { ThemeProvider as z } from "./components/contexts/theme/ThemeProvider.js";
|
|
39
|
+
import { useResetFormInput as B } from "./hooks/use-reset-form-input/use-reset-form-input.js";
|
|
40
|
+
import { useTheme as V } from "./hooks/use-theme/use-theme.js";
|
|
41
|
+
import { useTooltipPosition as H } from "./hooks/use-tooltip-position/use-tooltip-position.js";
|
|
42
|
+
import { useWindowDimensions as U } from "./hooks/use-window-dimensions/use-window-dimensions.js";
|
|
43
|
+
import W from "./components/atoms/tooltip/Tooltip2.js";
|
|
44
|
+
import G from "./components/molecules/accordion/Accordion2.js";
|
|
45
|
+
import K from "./components/molecules/alert/Alert2.js";
|
|
46
|
+
import q from "./components/molecules/breadcrumbs/Breadcrumbs2.js";
|
|
47
|
+
import J from "./components/molecules/checkbox/Checkbox2.js";
|
|
48
|
+
import Y from "./components/molecules/multi-select/MultiSelect.js";
|
|
49
|
+
import X from "./components/molecules/numeric-input/NumericInput2.js";
|
|
50
|
+
import Z from "./components/molecules/search/Search2.js";
|
|
51
|
+
import Q from "./components/molecules/select/Select2.js";
|
|
52
|
+
import $ from "./components/molecules/switch/Switch2.js";
|
|
53
|
+
import ee from "./components/molecules/text-input/TextInput2.js";
|
|
54
|
+
import te from "./components/organisms/dialog/Dialog2.js";
|
|
55
|
+
import ne from "./components/organisms/form/Form2.js";
|
|
56
|
+
import re from "./components/organisms/gallery/Gallery2.js";
|
|
57
|
+
import ie from "./components/organisms/grid/Grid2.js";
|
|
58
|
+
import ae from "./components/organisms/menu/Menu2.js";
|
|
59
|
+
import oe from "./components/organisms/preview-card/PreviewCard2.js";
|
|
60
|
+
import se from "./components/organisms/tabs/Tabs2.js";
|
|
61
|
+
export { G as Accordion, K as Alert, r as AlertMode, f as Avatar, q as Breadcrumbs, p as Button, i as ButtonView, I as CL_DARK_THEME_CLASS, L as CL_LIGHT_THEME_CLASS, J as Checkbox, te as Dialog, m as EditableText, a as ElementSize, h as ErrorMessage, ne as Form, F as FormContext, re as Gallery, ie as Grid, g as Header, _ as Icon, o as IconName, v as Image, y as Input, b as Label, x as Link, s as LinkTarget, c as LoaderView, ae as Menu, Y as MultiSelect, X as NumericInput, l as OrientationMode, S as Portal, oe as PreviewCard, Z as Search, Q as Select, u as SemanticColor, $ as Switch, se as Tabs, C as Tag, ee as TextInput, R as ThemeContext, z as ThemeProvider, W as Tooltip, d as TooltipContainer, w as useAutoClose, T as useClickOutside, E as useContainerDimensions, D as useDebounce, O as useElementIds, k as useIsHovered, A as useIsMounted, j as useIsOverflow, M as useKeyPress, N as useModalFocusTrap, P as useRemainingTimer, B as useResetFormInput, V as useTheme, H as useTooltipPosition, U as useWindowDimensions, e as withErrorBoundary, t as withFigureCaption, n as withTooltip };
|
package/dist/types/image.d.ts
CHANGED
|
@@ -1,9 +1,22 @@
|
|
|
1
|
-
export interface
|
|
1
|
+
export interface ArtDirectionSource {
|
|
2
2
|
src: string;
|
|
3
|
-
|
|
4
|
-
media?: string;
|
|
3
|
+
media: string;
|
|
5
4
|
type?: string;
|
|
5
|
+
descriptor?: never;
|
|
6
6
|
}
|
|
7
|
+
export interface ResolutionSource {
|
|
8
|
+
src: string;
|
|
9
|
+
descriptor: string;
|
|
10
|
+
type?: string;
|
|
11
|
+
media?: never;
|
|
12
|
+
}
|
|
13
|
+
export interface PlainSource {
|
|
14
|
+
src: string;
|
|
15
|
+
type?: string;
|
|
16
|
+
media?: never;
|
|
17
|
+
descriptor?: never;
|
|
18
|
+
}
|
|
19
|
+
export type ImageSource = ArtDirectionSource | ResolutionSource | PlainSource;
|
|
7
20
|
export interface ImageProps {
|
|
8
21
|
src: string;
|
|
9
22
|
alt: string;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -10,12 +10,13 @@ export type { FormInputParams, FormProps, FormValidationState, FormValues } from
|
|
|
10
10
|
export type { GalleryItem, GalleryMode, GalleryProps } from './gallery';
|
|
11
11
|
export type { GridColumn, GridItem, GridProps, GridRowValue, RenderDataItemCallback } from './grid';
|
|
12
12
|
export type { HeaderProps } from './header';
|
|
13
|
-
export type { ImageProps, ImageSource } from './image';
|
|
13
|
+
export type { ArtDirectionSource, ImageProps, ImageSource, PlainSource, ResolutionSource, } from './image';
|
|
14
14
|
export type { LinkProps } from './link';
|
|
15
15
|
export type { LoaderProps } from './loader';
|
|
16
16
|
export type { MenuItem, MenuProps } from './menu';
|
|
17
17
|
export type { MultiSelectProps } from './multi-select';
|
|
18
18
|
export type { NumericInputProps } from './numeric';
|
|
19
|
+
export type { Author, AvatarProps, PreviewCardProps, TagData, TagProps } from './preview-card';
|
|
19
20
|
export type { SearchProps } from './search';
|
|
20
21
|
export type { SelectProps } from './select';
|
|
21
22
|
export type { SwitchProps } from './switch';
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { LinkTarget } from '../enums';
|
|
2
|
+
import { ChopLogicComponentProps } from './_common';
|
|
3
|
+
import { ImageProps } from './image';
|
|
4
|
+
export interface Author {
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
imageUrl: string;
|
|
8
|
+
tooltip?: string;
|
|
9
|
+
link?: string;
|
|
10
|
+
linkTarget?: LinkTarget;
|
|
11
|
+
}
|
|
12
|
+
export interface TagData {
|
|
13
|
+
id: string;
|
|
14
|
+
name: string;
|
|
15
|
+
description?: string;
|
|
16
|
+
color?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface AvatarProps extends ChopLogicComponentProps {
|
|
19
|
+
name: string;
|
|
20
|
+
imageUrl: string;
|
|
21
|
+
tooltip?: string;
|
|
22
|
+
link?: string;
|
|
23
|
+
linkTarget?: LinkTarget;
|
|
24
|
+
}
|
|
25
|
+
export interface TagProps extends ChopLogicComponentProps {
|
|
26
|
+
name: string;
|
|
27
|
+
tooltip?: string;
|
|
28
|
+
color?: string;
|
|
29
|
+
}
|
|
30
|
+
export interface PreviewCardProps extends ChopLogicComponentProps {
|
|
31
|
+
link: string;
|
|
32
|
+
linkTarget?: LinkTarget;
|
|
33
|
+
image: ImageProps;
|
|
34
|
+
title: string;
|
|
35
|
+
authors: Author[];
|
|
36
|
+
tags: TagData[];
|
|
37
|
+
summary?: string;
|
|
38
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/ChopLogic/chop-logic-components.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "4.
|
|
7
|
+
"version": "4.3.0",
|
|
8
8
|
"description": "Reusable React components and hooks for the Chop Logic project",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"module": "dist/index.es.js",
|
|
@@ -117,34 +117,34 @@
|
|
|
117
117
|
},
|
|
118
118
|
"homepage": "https://choplogic.github.io/chop-logic-components",
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@biomejs/biome": "^2.
|
|
121
|
-
"@commitlint/cli": "^21.0
|
|
122
|
-
"@commitlint/config-conventional": "^21.0
|
|
123
|
-
"@storybook/addon-a11y": "^10.4.
|
|
124
|
-
"@storybook/addon-docs": "^10.4.
|
|
125
|
-
"@storybook/react-vite": "^10.4.
|
|
120
|
+
"@biomejs/biome": "^2.5.1",
|
|
121
|
+
"@commitlint/cli": "^21.1.0",
|
|
122
|
+
"@commitlint/config-conventional": "^21.1.0",
|
|
123
|
+
"@storybook/addon-a11y": "^10.4.6",
|
|
124
|
+
"@storybook/addon-docs": "^10.4.6",
|
|
125
|
+
"@storybook/react-vite": "^10.4.6",
|
|
126
126
|
"@storybook/test-runner": "^0.24.4",
|
|
127
127
|
"@stryker-mutator/core": "^9.6.1",
|
|
128
128
|
"@stryker-mutator/vitest-runner": "^9.6.1",
|
|
129
129
|
"@testing-library/jest-dom": "^6.9.1",
|
|
130
130
|
"@testing-library/react": "^16.3.2",
|
|
131
|
-
"@types/node": "^
|
|
131
|
+
"@types/node": "^26.0.1",
|
|
132
132
|
"@types/react": "^19.2.17",
|
|
133
133
|
"@types/react-dom": "^19.2.3",
|
|
134
|
-
"@vitest/coverage-v8": "^4.1.
|
|
134
|
+
"@vitest/coverage-v8": "^4.1.9",
|
|
135
135
|
"http-server": "^14.1.1",
|
|
136
136
|
"husky": "^9.1.7",
|
|
137
137
|
"husky-init": "^8.0.0",
|
|
138
138
|
"jsdom": "^29.1.1",
|
|
139
|
-
"prettier": "^3.8.
|
|
139
|
+
"prettier": "^3.8.5",
|
|
140
140
|
"remark-gfm": "^4.0.1",
|
|
141
|
-
"start-server-and-test": "^3.0.
|
|
142
|
-
"storybook": "^10.4.
|
|
141
|
+
"start-server-and-test": "^3.0.11",
|
|
142
|
+
"storybook": "^10.4.6",
|
|
143
143
|
"typescript": "^6.0.3",
|
|
144
|
-
"vite": "^8.0
|
|
145
|
-
"vite-plugin-dts": "^5.0.
|
|
144
|
+
"vite": "^8.1.0",
|
|
145
|
+
"vite-plugin-dts": "^5.0.3",
|
|
146
146
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
147
|
-
"vitest": "^4.1.
|
|
147
|
+
"vitest": "^4.1.9"
|
|
148
148
|
},
|
|
149
149
|
"overrides": {
|
|
150
150
|
"storybook": "$storybook"
|