@itcase/ui 1.2.22 → 1.2.24

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.
Files changed (58) hide show
  1. package/dist/{Button-CxJYh-_G.js → Button-AKN9f9n0.js} +1 -1
  2. package/dist/{Button-CDc_-QmL.js → Button-Bf9kDDqK.js} +1 -1
  3. package/dist/{Icon-DTwrijaa.js → Icon-B1V8M_j9.js} +6 -5
  4. package/dist/{Icon-DfVed6hR.js → Icon-Du1Nyea-.js} +7 -6
  5. package/dist/{Label-BT_PpHjb.js → Label-B0O9q0E4.js} +1 -1
  6. package/dist/{Label-B7HJUf4x.js → Label-D8DRdqad.js} +1 -1
  7. package/dist/{Tooltip-CK7SVawj.js → Tooltip-aaDRYNWY.js} +21 -10
  8. package/dist/{Tooltip-BygRHezt.js → Tooltip-xGmgUzGr.js} +21 -10
  9. package/dist/cjs/components/Accordion.js +2 -2
  10. package/dist/cjs/components/Avatar.js +2 -2
  11. package/dist/cjs/components/Breadcrumbs.js +2 -2
  12. package/dist/cjs/components/Button.js +3 -3
  13. package/dist/cjs/components/Cell.js +3 -3
  14. package/dist/cjs/components/Choice.js +2 -2
  15. package/dist/cjs/components/ContextMenu.js +2 -2
  16. package/dist/cjs/components/CookiesWarning.js +3 -3
  17. package/dist/cjs/components/DatePicker.js +4 -4
  18. package/dist/cjs/components/Icon.js +2 -2
  19. package/dist/cjs/components/InputPassword.js +2 -2
  20. package/dist/cjs/components/Label.js +2 -2
  21. package/dist/cjs/components/LanguageSelector.js +2 -2
  22. package/dist/cjs/components/Pagination.js +46 -13
  23. package/dist/cjs/components/Response.js +3 -3
  24. package/dist/cjs/components/Search.js +2 -2
  25. package/dist/cjs/components/Select.js +2 -2
  26. package/dist/cjs/components/SiteMenu.js +2 -2
  27. package/dist/cjs/components/Tooltip.js +1 -1
  28. package/dist/components/Accordion.js +2 -2
  29. package/dist/components/Avatar.js +2 -2
  30. package/dist/components/Breadcrumbs.js +2 -2
  31. package/dist/components/Button.js +3 -3
  32. package/dist/components/Cell.js +3 -3
  33. package/dist/components/Choice.js +2 -2
  34. package/dist/components/ContextMenu.js +2 -2
  35. package/dist/components/CookiesWarning.js +3 -3
  36. package/dist/components/DatePicker.js +4 -4
  37. package/dist/components/Icon.js +2 -2
  38. package/dist/components/InputPassword.js +2 -2
  39. package/dist/components/Label.js +2 -2
  40. package/dist/components/LanguageSelector.js +2 -2
  41. package/dist/components/Pagination.js +46 -14
  42. package/dist/components/Response.js +3 -3
  43. package/dist/components/Search.js +2 -2
  44. package/dist/components/Select.js +2 -2
  45. package/dist/components/SiteMenu.js +2 -2
  46. package/dist/components/Tooltip.js +1 -1
  47. package/dist/css/components/DatePicker/DatePicker.css +1 -1
  48. package/dist/css/components/Icon/Icon.css +1 -0
  49. package/dist/css/mixins/mixin_utils.css +18 -11
  50. package/dist/css/styles/mediaqueries.css +1 -1
  51. package/dist/css/tokens/typography.css +3 -0
  52. package/dist/types/components/Icon/Icon.d.ts +3 -3
  53. package/dist/types/components/Icon/Icon.interface.d.ts +15 -14
  54. package/dist/types/components/Pagination/Pagination.d.ts +3 -2
  55. package/dist/types/components/Pagination/Pagination.interface.d.ts +30 -13
  56. package/dist/types/components/Pagination/index.d.ts +1 -1
  57. package/dist/types/components/Tooltip/Tooltip.d.ts +1 -1
  58. package/package.json +27 -27
@@ -1,7 +1,7 @@
1
1
  import { _ as __assign } from '../tslib.es6-5FtW-kfi.js';
2
2
  import { jsx, jsxs } from 'react/jsx-runtime';
3
3
  import Select, { components } from 'react-select';
4
- import { I as Icon } from '../Icon-DfVed6hR.js';
4
+ import { I as Icon } from '../Icon-Du1Nyea-.js';
5
5
  import React, { useMemo, useRef, useCallback, useEffect } from 'react';
6
6
  import clsx from 'clsx';
7
7
  import CreatableSelect from 'react-select/creatable';
@@ -21,7 +21,7 @@ import '../hooks/useMediaQueries.js';
21
21
  import 'react-responsive';
22
22
  import '../hooks/styleAttributes.js';
23
23
  import '../Link-CeQuavin.js';
24
- import '../Tooltip-CK7SVawj.js';
24
+ import '../Tooltip-aaDRYNWY.js';
25
25
  import '../Title-BfSFPJtJ.js';
26
26
  import 'lodash/castArray';
27
27
 
@@ -3,7 +3,7 @@ import { useCallback } from 'react';
3
3
  import clsx from 'clsx';
4
4
  import { useSiteMenuContext } from '../context/UIContext.js';
5
5
  import { useDeviceTargetClass } from '../hooks/useDeviceTargetClass.js';
6
- import { I as Icon } from '../Icon-DfVed6hR.js';
6
+ import { I as Icon } from '../Icon-Du1Nyea-.js';
7
7
  import { T as Text } from '../Text-CG3xPG27.js';
8
8
  import 'prop-types';
9
9
  import '../hooks/useMediaQueries.js';
@@ -17,7 +17,7 @@ import 'lodash/upperFirst';
17
17
  import '../hooks/styleAttributes.js';
18
18
  import '../Link-CeQuavin.js';
19
19
  import '../tslib.es6-5FtW-kfi.js';
20
- import '../Tooltip-CK7SVawj.js';
20
+ import '../Tooltip-aaDRYNWY.js';
21
21
  import '../Title-BfSFPJtJ.js';
22
22
 
23
23
  function SiteMenu(props) {
@@ -1,4 +1,4 @@
1
- export { T as Tooltip, t as tooltipConfig } from '../Tooltip-CK7SVawj.js';
1
+ export { T as Tooltip, t as tooltipConfig } from '../Tooltip-aaDRYNWY.js';
2
2
  import 'react/jsx-runtime';
3
3
  import 'react';
4
4
  import 'clsx';
@@ -1111,7 +1111,7 @@ h2.react-datepicker__current-month {
1111
1111
  &__clear-label {
1112
1112
  width: 100%;
1113
1113
  }
1114
- &__input-icon {
1114
+ &__input-icon.icon {
1115
1115
  background: #fff;
1116
1116
  position: absolute;
1117
1117
  top: 50%;
@@ -1,4 +1,5 @@
1
1
  .icon {
2
+ position: relative;
2
3
  &__item {
3
4
  position: relative;
4
5
  display: flex;
@@ -1,18 +1,25 @@
1
1
  @define-mixin font $fontWeight, $minFontSize, $maxFontSize, $minLetterSpacing, $minLineHeight,
2
2
  $maxLineHeight, $maxLetterSpacing, $fontFamily {
3
- font-size: responsive $minFontSize $maxFontSize;
4
- font-range: var(--min-max);
3
+ font-size: fluid(
4
+ $minFontSize,
5
+ $maxFontSize,
6
+ var(--typography-min-viewport, 360px),
7
+ var(--typography-max-viewport, 1920px)
8
+ );
5
9
  font-weight: $fontWeight;
10
+ line-height: fluid(
11
+ $minLineHeight,
12
+ $maxLineHeight,
13
+ var(--typography-min-viewport, 360px),
14
+ var(--typography-max-viewport, 1920px)
15
+ );
16
+ letter-spacing: fluid(
17
+ $minLetterSpacing,
18
+ $maxLetterSpacing,
19
+ var(--typography-min-viewport, 360px),
20
+ var(--typography-max-viewport, 1920px)
21
+ );
6
22
  font-family: $fontFamily;
7
- line-height: responsive $minLineHeight $maxLineHeight;
8
- line-height-range: var(--min-max);
9
- letter-spacing: responsive $minLetterSpacing $maxLetterSpacing;
10
- letter-spacing-range: var(--min-max);
11
- @media (--desktop-super-huge) {
12
- font-size: $maxFontSize;
13
- line-height: $maxLineHeight;
14
- letter-spacing: $maxLetterSpacing;
15
- }
16
23
  }
17
24
 
18
25
  @define-mixin font-fixed $weight, $size, $line, $family {
@@ -12,7 +12,7 @@
12
12
  --desktop-large: 80em; /* 1280px */
13
13
  --desktop-extra-large: 90em; /* 1441px */
14
14
  --desktop-super-extra-large: 120em; /* 1920px */
15
- --desktop-huge: 160em; /* 560px */
15
+ --desktop-huge: 160em; /* 2560px */
16
16
  }
17
17
 
18
18
  @custom-media --warning (width <= 15em);
@@ -1,4 +1,7 @@
1
1
  :root {
2
+ --typography-min-viewport: 360px;
3
+ --typography-max-viewport: 1920px;
4
+
2
5
  --typography-h1-min: 32px;
3
6
  --typography-h1-max: 38px;
4
7
  --typography-h1-min-line-height: 64px;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { IIconConfig, IIconProps } from '../Icon/Icon.interface';
3
- declare const iconConfig: IIconConfig;
4
- declare const Icon: React.ForwardRefExoticComponent<IIconProps & React.RefAttributes<HTMLDivElement>>;
2
+ import type { iIconConfig, iIconProps } from '../Icon/Icon.interface';
3
+ declare const iconConfig: iIconConfig;
4
+ declare const Icon: React.ForwardRefExoticComponent<iIconProps & React.RefAttributes<HTMLDivElement>>;
5
5
  export { Icon, iconConfig };
@@ -1,8 +1,8 @@
1
- import { CSSProperties, MouseEventHandler, ReactNode } from 'react';
2
- import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
3
- import { alignmentPropsType, borderColorHoverPropsType, borderTypePropsType, iconFillSizePropsType, iconSizePropsType, tBorderColorProps, tBorderWidthProps, tFillHoverProps, tFillProps, tItemColorProps, titleSizePropsType, tShapeProps, tTextColorHoverProps, tTextColorProps, tTextSizeProps } from '../../types';
4
- import { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
5
- export interface IIconThemeColor {
1
+ import type { CSSProperties, MouseEventHandler, ReactNode } from 'react';
2
+ import type { iStyleAttributes } from '../../hooks/styleAttributes.interface';
3
+ import type { alignmentPropsType, borderColorHoverPropsType, borderTypePropsType, iconFillSizePropsType, iconSizePropsType, tBorderColorProps, tBorderWidthProps, tFillHoverProps, tFillProps, tItemColorProps, titleSizePropsType, tShapeProps, tTextColorHoverProps, tTextColorProps, tTextSizeProps } from '../../types';
4
+ import type { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
5
+ interface iIconThemeColor {
6
6
  alignment?: alignmentPropsType;
7
7
  bgFill?: tFillProps;
8
8
  borderColor?: tBorderColorProps;
@@ -35,15 +35,14 @@ export interface IIconThemeColor {
35
35
  shape?: tShapeProps;
36
36
  size?: iconSizePropsType;
37
37
  }
38
- type appearanceKeysType = {} & tAppearanceKeysDefault;
39
- export type iconAppearanceType = {
40
- [key in appearanceKeysType]?: IIconThemeColor;
38
+ type tIconAppearance = {
39
+ [key in tAppearanceKeysDefault]?: iIconThemeColor;
41
40
  };
42
- export interface IIconConfig {
43
- appearance: iconAppearanceType | undefined;
44
- setAppearance: (newComponent: iconAppearanceType) => void;
41
+ interface iIconConfig {
42
+ appearance: tIconAppearance | undefined;
43
+ setAppearance: (newComponent: tIconAppearance) => void;
45
44
  }
46
- export interface IIconProps extends IIconThemeColor, iStyleAttributes {
45
+ interface iIconProps extends iIconThemeColor, iStyleAttributes {
47
46
  id?: number | string;
48
47
  after?: ReactNode;
49
48
  Badge?: ReactNode;
@@ -80,7 +79,7 @@ export interface IIconProps extends IIconThemeColor, iStyleAttributes {
80
79
  style?: CSSProperties;
81
80
  SvgImage?: any;
82
81
  target?: string;
83
- tooltipAppearance?: appearanceKeysType;
82
+ tooltipAppearance?: tAppearanceKeysDefault;
84
83
  tooltipContent?: ReactNode;
85
84
  tooltipText?: string;
86
85
  tooltipTextSize?: tTextSizeProps;
@@ -90,5 +89,7 @@ export interface IIconProps extends IIconThemeColor, iStyleAttributes {
90
89
  width?: string;
91
90
  isDisabled?: boolean;
92
91
  onClick?: MouseEventHandler<HTMLDivElement>;
92
+ onMouseEnter?: MouseEventHandler<HTMLDivElement>;
93
+ onMouseLeave?: MouseEventHandler<HTMLDivElement>;
93
94
  }
94
- export {};
95
+ export type { iIconThemeColor, tIconAppearance, iIconConfig, iIconProps };
@@ -1,3 +1,4 @@
1
- import { iPaginationProps } from './Pagination.interface';
1
+ import { IPaginationConfig, iPaginationProps } from './Pagination.interface';
2
+ declare const paginationConfig: IPaginationConfig;
2
3
  declare function Pagination(props: iPaginationProps): import("react/jsx-runtime").JSX.Element;
3
- export { Pagination };
4
+ export { Pagination, paginationConfig };
@@ -1,45 +1,62 @@
1
1
  import { type ReactNode } from 'react';
2
2
  import { iStyleAttributes } from '../../hooks/styleAttributes.interface';
3
3
  import { alignmentPropsType, elevationPropsType, iconFillSizePropsType, tDirectionProps, tFillHoverProps, tFillProps, tItemColorProps, tShapeProps, tSizeProps, tTextAlignProps, tTextColorActiveProps, tTextColorProps, tTextSizeProps, tTextWrapProps } from '../../types';
4
- interface iPaginationProps extends iStyleAttributes {
5
- allItemsCount?: number;
6
- className?: string;
4
+ import { tAppearanceKeysDefault } from '../../types/componentProps/appearanceKeys';
5
+ export interface IPaginationThemeColor {
6
+ fill?: tFillProps;
7
+ fillHover?: tFillHoverProps;
8
+ gap?: string;
7
9
  marginPagesDisplayed?: number;
8
- nextLabel?: ReactNode;
9
- pageCountArray?: number[];
10
10
  pageCountDesc?: string;
11
- pageCountDropdownItemLabelAlign?: tTextAlignProps;
12
- pageCountDropdownItemWidth?: string;
13
11
  pageCountDescTextColor?: tTextColorProps;
14
12
  pageCountDescTextSize?: tTextSizeProps;
15
13
  pageCountDropdownAlignment?: alignmentPropsType;
16
14
  pageCountDropdownElevation?: elevationPropsType;
17
15
  pageCountDropdownFill?: tFillProps;
18
- pageCountDropdownItemDividerDirection?: tDirectionProps;
19
16
  pageCountDropdownItemDividerFill?: tFillProps;
20
17
  pageCountDropdownItemDividerSize?: tSizeProps;
21
18
  pageCountDropdownItemFill?: tFillProps;
22
19
  pageCountDropdownItemFillActive?: tFillProps;
23
20
  pageCountDropdownItemFillActiveHover?: tFillHoverProps;
24
21
  pageCountDropdownItemFillHover?: tFillHoverProps;
22
+ pageCountDropdownItemLabelAlign?: tTextAlignProps;
25
23
  pageCountDropdownItemLabelColor?: tTextColorProps;
26
24
  pageCountDropdownItemLabelColorActive?: tTextColorActiveProps;
27
25
  pageCountDropdownItemLabelSize?: tTextSizeProps;
28
- pageCountDropdownItemLabelWrap?: tTextWrapProps;
29
- pageCountDropdownItemSize?: tSizeProps;
30
26
  pageCountDropdownItemShowDivider?: boolean;
27
+ pageCountDropdownItemSize?: tSizeProps;
28
+ pageCountDropdownItemWidth?: string;
31
29
  pageCountDropdownSet?: string;
32
30
  pageCountDropdownShape?: tShapeProps;
33
- pageCountInputIcon?: ReactNode;
34
31
  pageCountInputIconColor?: tItemColorProps;
35
32
  pageCountInputIconFillSize?: iconFillSizePropsType;
36
33
  pageCountInputTextColor?: tTextColorProps;
37
34
  pageCountInputTextSize?: tTextSizeProps;
38
- pageNumber: string;
35
+ pageRangeDisplayed?: number;
36
+ isPageCount?: boolean;
37
+ }
38
+ type appearanceKeysType = {} & tAppearanceKeysDefault;
39
+ export type paginationAppearanceType = {
40
+ [key in appearanceKeysType]?: IPaginationThemeColor;
41
+ };
42
+ export interface IPaginationConfig {
43
+ appearance: paginationAppearanceType | undefined;
44
+ setAppearance: (newComponent: paginationAppearanceType) => void;
45
+ }
46
+ interface iPaginationProps extends IPaginationThemeColor, iStyleAttributes {
47
+ allItemsCount?: number;
48
+ appearance?: appearanceKeysType;
49
+ className?: string;
50
+ marginPagesDisplayed?: number;
51
+ nextLabel?: ReactNode;
52
+ pageCountArray?: number[];
53
+ pageCountDropdownItemDividerDirection?: tDirectionProps;
54
+ pageCountDropdownItemLabelWrap?: tTextWrapProps;
55
+ pageCountInputIcon?: ReactNode;
56
+ pageNumber: string | string;
39
57
  pageRangeDisplayed?: number;
40
58
  perPageCount?: number;
41
59
  previousLabel?: ReactNode;
42
- isPageCount?: boolean;
43
60
  isPageCountDropdownReversed?: boolean;
44
61
  onChangePage?: () => void;
45
62
  onChangePerPageCount?: (perPageCount: number) => void;
@@ -1 +1 @@
1
- export { Pagination } from './Pagination';
1
+ export { Pagination, paginationConfig } from './Pagination';
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import { ITooltipConfig, ITooltipProps } from './Tooltip.interface';
3
3
  declare const tooltipConfig: ITooltipConfig;
4
- declare const Tooltip: React.ForwardRefExoticComponent<ITooltipProps & React.RefAttributes<HTMLDivElement>>;
4
+ declare const Tooltip: React.ForwardRefExoticComponent<ITooltipProps & React.RefAttributes<any>>;
5
5
  export { Tooltip, tooltipConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui",
3
- "version": "1.2.22",
3
+ "version": "1.2.24",
4
4
  "description": "UI components (Modal, Loader, Popup, etc)",
5
5
  "keywords": [
6
6
  "Modal",
@@ -113,20 +113,21 @@
113
113
  "react-responsive": "^10.0.0",
114
114
  "react-scroll": "^1.9.0",
115
115
  "react-scrollbars-custom": "^4.1.1",
116
- "react-select": "^5.8.1",
116
+ "react-select": "^5.8.3",
117
117
  "swiper": "^11.1.14",
118
- "uuid": "^10.0.0"
118
+ "uuid": "^11.0.3"
119
119
  },
120
120
  "devDependencies": {
121
- "@babel/core": "^7.25.9",
121
+ "@babel/core": "^7.26.0",
122
122
  "@babel/eslint-parser": "^7.25.9",
123
123
  "@babel/eslint-plugin": "^7.25.9",
124
- "@babel/preset-env": "^7.25.9",
124
+ "@babel/preset-env": "^7.26.0",
125
125
  "@babel/preset-react": "^7.25.9",
126
- "@chromatic-com/storybook": "^3.1.0",
126
+ "@chromatic-com/storybook": "^3.2.2",
127
127
  "@commitlint/cli": "^19.5.0",
128
128
  "@commitlint/config-conventional": "^19.5.0",
129
- "@itcase/lint": "^1.0.14",
129
+ "@itcase/lint": "^1.0.16",
130
+ "@lehoczky/postcss-fluid": "^1.0.3",
130
131
  "@rollup/plugin-babel": "^6.0.4",
131
132
  "@rollup/plugin-commonjs": "^28.0.1",
132
133
  "@rollup/plugin-json": "^6.1.0",
@@ -136,19 +137,19 @@
136
137
  "@semantic-release/changelog": "^6.0.3",
137
138
  "@semantic-release/git": "^10.0.1",
138
139
  "@semantic-release/release-notes-generator": "14.0.1",
139
- "@storybook/addon-essentials": "^8.3.6",
140
- "@storybook/addon-interactions": "^8.3.6",
141
- "@storybook/addon-links": "^8.3.6",
142
- "@storybook/addon-onboarding": "^8.3.6",
143
- "@storybook/addon-styling-webpack": "^1.0.0",
144
- "@storybook/addon-themes": "^8.3.6",
140
+ "@storybook/addon-essentials": "^8.4.2",
141
+ "@storybook/addon-interactions": "^8.4.2",
142
+ "@storybook/addon-links": "^8.4.2",
143
+ "@storybook/addon-onboarding": "^8.4.2",
144
+ "@storybook/addon-styling-webpack": "^1.0.1",
145
+ "@storybook/addon-themes": "^8.4.2",
145
146
  "@storybook/addon-webpack5-compiler-swc": "^1.0.5",
146
- "@storybook/blocks": "^8.3.6",
147
- "@storybook/react": "^8.3.6",
148
- "@storybook/react-webpack5": "^8.3.6",
149
- "@storybook/test": "^8.3.6",
147
+ "@storybook/blocks": "^8.4.2",
148
+ "@storybook/react": "^8.4.2",
149
+ "@storybook/react-webpack5": "^8.4.2",
150
+ "@storybook/test": "^8.4.2",
150
151
  "@types/js-cookie": "^3.0.6",
151
- "@types/lodash": "^4.17.12",
152
+ "@types/lodash": "^4.17.13",
152
153
  "@types/react": "^18",
153
154
  "@types/react-datepicker": "^7.0.0",
154
155
  "@types/react-dom": "^18.3.1",
@@ -159,12 +160,12 @@
159
160
  "babel-plugin-react-docgen": "^4.2.1",
160
161
  "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
161
162
  "conventional-changelog-conventionalcommits": "^8.0.0",
162
- "eslint": "9.13.0",
163
- "eslint-plugin-storybook": "^0.10.1",
163
+ "eslint": "9.14.0",
164
+ "eslint-plugin-storybook": "^0.11.0",
164
165
  "husky": "^9.1.6",
165
166
  "lint-staged": "^15.2.10",
166
167
  "npm": "^10.9.0",
167
- "postcss": "^8.4.47",
168
+ "postcss": "^8.4.49",
168
169
  "postcss-aspect-ratio-polyfill": "^2.0.0",
169
170
  "postcss-cli": "^11.0.0",
170
171
  "postcss-combine-duplicated-selectors": "^10.0.3",
@@ -178,22 +179,21 @@
178
179
  "postcss-import-ext-glob": "^2.1.1",
179
180
  "postcss-loader": "^8.1.1",
180
181
  "postcss-mixins": "^11.0.3",
181
- "postcss-nested": "^6.2.0",
182
+ "postcss-nested": "^7.0.2",
182
183
  "postcss-nested-ancestors": "^3.0.0",
183
184
  "postcss-normalize": "^13.0.1",
184
185
  "postcss-prepend-imports": "^1.0.1",
185
- "postcss-preset-env": "^10.0.8",
186
+ "postcss-preset-env": "^10.1.0",
186
187
  "postcss-pxtorem": "^6.1.0",
187
- "postcss-responsive-type": "github:ITCase/postcss-responsive-type",
188
188
  "postcss-sort-media-queries": "^5.2.0",
189
189
  "prettier": "^3.3.3",
190
- "rollup": "^4.24.0",
190
+ "rollup": "^4.25.0",
191
191
  "rollup-plugin-copy": "^3.5.0",
192
192
  "rollup-plugin-dts": "^6.1.1",
193
193
  "rollup-plugin-peer-deps-external": "^2.2.4",
194
194
  "rollup-preserve-directives": "^1.1.2",
195
- "semantic-release": "^24.1.3",
196
- "storybook": "^8.3.6",
195
+ "semantic-release": "^24.2.0",
196
+ "storybook": "^8.4.2",
197
197
  "stylelint": "^16.10.0",
198
198
  "typescript": "^5.6.3"
199
199
  }