@alfalab/core-components-custom-picker-button 2.0.0 → 2.0.2

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 (67) hide show
  1. package/{Component-89a3cf4c.d.ts → Component-50136800.d.ts} +1 -1
  2. package/Component-72dda473.d.ts +53 -0
  3. package/{cssm/Component-e81c389f.d.ts → Component-c76d6398.d.ts} +1 -1
  4. package/Component.mobile-f1f15074.d.ts +1 -1
  5. package/Component.modal.mobile-5e1b8383.d.ts +1 -1
  6. package/{esm/component-89a3cf4c.d.ts → component-50136800.d.ts} +1 -1
  7. package/{modern/Component-89a3cf4c.d.ts → cssm/Component-50136800.d.ts} +1 -1
  8. package/cssm/Component-72dda473.d.ts +53 -0
  9. package/{Component-e81c389f.d.ts → cssm/Component-c76d6398.d.ts} +1 -1
  10. package/cssm/Component.mobile-f1f15074.d.ts +1 -1
  11. package/cssm/Component.modal.mobile-5e1b8383.d.ts +1 -1
  12. package/cssm/{component-89a3cf4c.d.ts → component-50136800.d.ts} +1 -1
  13. package/cssm/index-50136800.d.ts +11 -0
  14. package/cssm/{index-425c8522.d.ts → index-72dda473.d.ts} +7 -1
  15. package/cssm/index-c76d6398.d.ts +2 -0
  16. package/cssm/index-f12ee135.d.ts +1 -1
  17. package/cssm/shared-4cd3936b.d.ts +1 -1
  18. package/cssm/types-d9f9bbcc.d.ts +2 -2
  19. package/esm/{Component-89a3cf4c.d.ts → Component-50136800.d.ts} +1 -1
  20. package/esm/Component-72dda473.d.ts +53 -0
  21. package/esm/{Component-e81c389f.d.ts → Component-c76d6398.d.ts} +1 -1
  22. package/esm/Component.mobile-f1f15074.d.ts +1 -1
  23. package/esm/Component.modal.mobile-5e1b8383.d.ts +1 -1
  24. package/{component-89a3cf4c.d.ts → esm/component-50136800.d.ts} +1 -1
  25. package/esm/field/Component.js +1 -1
  26. package/esm/field/index.css +5 -5
  27. package/esm/index-50136800.d.ts +11 -0
  28. package/esm/{index-425c8522.d.ts → index-72dda473.d.ts} +7 -1
  29. package/esm/index-c76d6398.d.ts +2 -0
  30. package/esm/index-f12ee135.d.ts +1 -1
  31. package/esm/shared-4cd3936b.d.ts +1 -1
  32. package/esm/types-d9f9bbcc.d.ts +2 -2
  33. package/field/Component.js +1 -1
  34. package/field/index.css +5 -5
  35. package/index-50136800.d.ts +11 -0
  36. package/{index-425c8522.d.ts → index-72dda473.d.ts} +7 -1
  37. package/index-c76d6398.d.ts +2 -0
  38. package/index-f12ee135.d.ts +1 -1
  39. package/{cssm/Component-89a3cf4c.d.ts → modern/Component-50136800.d.ts} +1 -1
  40. package/modern/Component-72dda473.d.ts +53 -0
  41. package/modern/{Component-e81c389f.d.ts → Component-c76d6398.d.ts} +1 -1
  42. package/modern/Component.mobile-f1f15074.d.ts +1 -1
  43. package/modern/Component.modal.mobile-5e1b8383.d.ts +1 -1
  44. package/modern/{component-89a3cf4c.d.ts → component-50136800.d.ts} +1 -1
  45. package/modern/field/Component.js +1 -1
  46. package/modern/field/index.css +5 -5
  47. package/modern/index-50136800.d.ts +11 -0
  48. package/modern/{index-425c8522.d.ts → index-72dda473.d.ts} +7 -1
  49. package/modern/index-c76d6398.d.ts +2 -0
  50. package/modern/index-f12ee135.d.ts +1 -1
  51. package/modern/shared-4cd3936b.d.ts +1 -1
  52. package/modern/types-d9f9bbcc.d.ts +2 -2
  53. package/package.json +4 -3
  54. package/shared-4cd3936b.d.ts +1 -1
  55. package/types-d9f9bbcc.d.ts +2 -2
  56. package/cssm/index-89a3cf4c.d.ts +0 -3
  57. package/cssm/index-e81c389f.d.ts +0 -3
  58. package/esm/index-89a3cf4c.d.ts +0 -3
  59. package/esm/index-e81c389f.d.ts +0 -3
  60. package/index-89a3cf4c.d.ts +0 -3
  61. package/index-e81c389f.d.ts +0 -3
  62. package/modern/index-89a3cf4c.d.ts +0 -3
  63. package/modern/index-e81c389f.d.ts +0 -3
  64. /package/cssm/{types-ebda875c.d.ts → types-83e2bd9e.d.ts} +0 -0
  65. /package/esm/{types-ebda875c.d.ts → types-83e2bd9e.d.ts} +0 -0
  66. /package/modern/{types-ebda875c.d.ts → types-83e2bd9e.d.ts} +0 -0
  67. /package/{types-ebda875c.d.ts → types-83e2bd9e.d.ts} +0 -0
@@ -61,7 +61,7 @@ declare const BaseSelectMobile: React.ForwardRefExoticComponent<Omit<BaseSelectP
61
61
  /**
62
62
  * Дополнительные пропсы шапки модалки
63
63
  */
64
- modalHeaderProps?: Partial<import("./Component-e81c389f").HeaderProps> | undefined;
64
+ modalHeaderProps?: Partial<import("./Component-c76d6398").HeaderProps> | undefined;
65
65
  /**
66
66
  * Дополнительные пропсы футера модалки
67
67
  */
@@ -0,0 +1,53 @@
1
+ /// <reference types="react" />
2
+ import React from 'react';
3
+ import { BackgroundColorType, GraphicColorType } from "./index-72dda473";
4
+ type IconColorType = Extract<GraphicColorType, 'positive' | 'attention' | 'link' | 'negative' | 'tertiary' | 'secondary' | 'primary'>;
5
+ type BadgeProps = {
6
+ /**
7
+ * Дополнительный класс
8
+ */
9
+ className?: string;
10
+ /**
11
+ * Вид компонента
12
+ */
13
+ view: 'icon' | 'count';
14
+ /**
15
+ * Размер компонента (только для view=icon)
16
+ * //deprecated(используйте height для view=count )
17
+ */
18
+ size?: 's' | 'm' | 'l' | 'xl';
19
+ /**
20
+ * Видимость белой обводки вокруг иконки
21
+ */
22
+ visibleIconOutline?: boolean;
23
+ /**
24
+ * Видимость цветной обводки вокруг иконки (только для view=icon)
25
+ */
26
+ visibleColorOutline?: boolean;
27
+ /**
28
+ * Контент компонента
29
+ */
30
+ content?: React.ReactElement | number;
31
+ /**
32
+ * Высота компонента, min = 16; max = 48 (только для view=count)
33
+ */
34
+ height?: number;
35
+ /**
36
+ * Цветовое оформление бейджа при view='count'
37
+ */
38
+ color?: Extract<BackgroundColorType, 'accent' | 'primary' | 'specialbg-secondary-transparent'>;
39
+ /**
40
+ * Цветовое оформление бейджа при view='icon'
41
+ */
42
+ iconColor?: IconColorType;
43
+ /**
44
+ * Цвет подложки под иконкой
45
+ */
46
+ iconUnderlayColor?: Extract<GraphicColorType, 'primary' | 'static-light'>;
47
+ /**
48
+ * Идентификатор для систем автоматизированного тестирования
49
+ */
50
+ dataTestId?: string;
51
+ };
52
+ declare const Badge: ({ className, size, view, visibleIconOutline, visibleColorOutline, content, height, iconColor, color, iconUnderlayColor, dataTestId, }: BadgeProps) => React.JSX.Element;
53
+ export { IconColorType, BadgeProps, Badge };
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { NavigationBarProps } from "./index-e81c389f";
2
+ import { NavigationBarProps } from "./index-c76d6398";
3
3
  type HeaderProps = Omit<NavigationBarProps, 'size' | 'view' | 'parentRef'>;
4
4
  declare const Header: FC<HeaderProps>;
5
5
  export { HeaderProps, Header };
@@ -28,7 +28,7 @@ type FooterProps = {
28
28
  declare const Footer: FC<FooterProps>;
29
29
  declare const ModalMobile: React.ForwardRefExoticComponent<ModalMobileProps & React.RefAttributes<HTMLDivElement>> & {
30
30
  Content: React.FC<import("./typings-bdb4c6b9").ContentProps>;
31
- Header: React.FC<import("./Component-e81c389f").HeaderProps>;
31
+ Header: React.FC<import("./Component-c76d6398").HeaderProps>;
32
32
  Footer: React.FC<FooterProps>;
33
33
  };
34
34
  export { Content, FooterProps, Footer, ModalMobile };
@@ -42,7 +42,7 @@ declare const SelectModalMobile: React.ForwardRefExoticComponent<Omit<BaseSelect
42
42
  /**
43
43
  * Дополнительные пропсы шапки модалки
44
44
  */
45
- modalHeaderProps?: Partial<import("./Component-e81c389f").HeaderProps> | undefined;
45
+ modalHeaderProps?: Partial<import("./Component-c76d6398").HeaderProps> | undefined;
46
46
  /**
47
47
  * Дополнительные пропсы модалки
48
48
  */
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import React from "react";
3
3
  import { FC, ReactNode, RefObject } from "react";
4
- import { NavigationBarProps } from "./index-e81c389f";
4
+ import { NavigationBarProps } from "./index-c76d6398";
5
5
  import { SwipeableHandlers } from "react-swipeable";
6
6
  import { BackdropProps } from "./index-ebda875c";
7
7
  import { BottomSheetProps } from "./types-d9f9bbcc";
@@ -61,7 +61,7 @@ declare const BaseSelectMobile: React.ForwardRefExoticComponent<Omit<BaseSelectP
61
61
  /**
62
62
  * Дополнительные пропсы шапки модалки
63
63
  */
64
- modalHeaderProps?: Partial<import("./Component-e81c389f").HeaderProps> | undefined;
64
+ modalHeaderProps?: Partial<import("./Component-c76d6398").HeaderProps> | undefined;
65
65
  /**
66
66
  * Дополнительные пропсы футера модалки
67
67
  */
@@ -0,0 +1,53 @@
1
+ /// <reference types="react" />
2
+ import React from 'react';
3
+ import { BackgroundColorType, GraphicColorType } from "./index-72dda473";
4
+ type IconColorType = Extract<GraphicColorType, 'positive' | 'attention' | 'link' | 'negative' | 'tertiary' | 'secondary' | 'primary'>;
5
+ type BadgeProps = {
6
+ /**
7
+ * Дополнительный класс
8
+ */
9
+ className?: string;
10
+ /**
11
+ * Вид компонента
12
+ */
13
+ view: 'icon' | 'count';
14
+ /**
15
+ * Размер компонента (только для view=icon)
16
+ * //deprecated(используйте height для view=count )
17
+ */
18
+ size?: 's' | 'm' | 'l' | 'xl';
19
+ /**
20
+ * Видимость белой обводки вокруг иконки
21
+ */
22
+ visibleIconOutline?: boolean;
23
+ /**
24
+ * Видимость цветной обводки вокруг иконки (только для view=icon)
25
+ */
26
+ visibleColorOutline?: boolean;
27
+ /**
28
+ * Контент компонента
29
+ */
30
+ content?: React.ReactElement | number;
31
+ /**
32
+ * Высота компонента, min = 16; max = 48 (только для view=count)
33
+ */
34
+ height?: number;
35
+ /**
36
+ * Цветовое оформление бейджа при view='count'
37
+ */
38
+ color?: Extract<BackgroundColorType, 'accent' | 'primary' | 'specialbg-secondary-transparent'>;
39
+ /**
40
+ * Цветовое оформление бейджа при view='icon'
41
+ */
42
+ iconColor?: IconColorType;
43
+ /**
44
+ * Цвет подложки под иконкой
45
+ */
46
+ iconUnderlayColor?: Extract<GraphicColorType, 'primary' | 'static-light'>;
47
+ /**
48
+ * Идентификатор для систем автоматизированного тестирования
49
+ */
50
+ dataTestId?: string;
51
+ };
52
+ declare const Badge: ({ className, size, view, visibleIconOutline, visibleColorOutline, content, height, iconColor, color, iconUnderlayColor, dataTestId, }: BadgeProps) => React.JSX.Element;
53
+ export { IconColorType, BadgeProps, Badge };
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { NavigationBarProps } from "./index-e81c389f";
2
+ import { NavigationBarProps } from "./index-c76d6398";
3
3
  type HeaderProps = Omit<NavigationBarProps, 'size' | 'view' | 'parentRef'>;
4
4
  declare const Header: FC<HeaderProps>;
5
5
  export { HeaderProps, Header };
@@ -28,7 +28,7 @@ type FooterProps = {
28
28
  declare const Footer: FC<FooterProps>;
29
29
  declare const ModalMobile: React.ForwardRefExoticComponent<ModalMobileProps & React.RefAttributes<HTMLDivElement>> & {
30
30
  Content: React.FC<import("./typings-bdb4c6b9").ContentProps>;
31
- Header: React.FC<import("./Component-e81c389f").HeaderProps>;
31
+ Header: React.FC<import("./Component-c76d6398").HeaderProps>;
32
32
  Footer: React.FC<FooterProps>;
33
33
  };
34
34
  export { Content, FooterProps, Footer, ModalMobile };
@@ -42,7 +42,7 @@ declare const SelectModalMobile: React.ForwardRefExoticComponent<Omit<BaseSelect
42
42
  /**
43
43
  * Дополнительные пропсы шапки модалки
44
44
  */
45
- modalHeaderProps?: Partial<import("./Component-e81c389f").HeaderProps> | undefined;
45
+ modalHeaderProps?: Partial<import("./Component-c76d6398").HeaderProps> | undefined;
46
46
  /**
47
47
  * Дополнительные пропсы модалки
48
48
  */
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import React from "react";
3
3
  import { FC, ReactNode, RefObject } from "react";
4
- import { NavigationBarProps } from "./index-e81c389f";
4
+ import { NavigationBarProps } from "./index-c76d6398";
5
5
  import { SwipeableHandlers } from "react-swipeable";
6
6
  import { BackdropProps } from "./index-ebda875c";
7
7
  import { BottomSheetProps } from "./types-d9f9bbcc";
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ import React from "react";
3
+ import { PaddingType } from "./index-72dda473";
4
+ declare const isClient: () => boolean;
5
+ declare const getDataTestId: (dataTestId?: string, element?: string) => string | undefined;
6
+ declare function createPaddingStyle(padding?: PaddingType): undefined | React.CSSProperties;
7
+ declare function easeInOutQuad(x: number): number;
8
+ declare const easingFns: {
9
+ easeInOutQuad: typeof easeInOutQuad;
10
+ };
11
+ export { isClient, getDataTestId, createPaddingStyle, easingFns };
@@ -3,4 +3,10 @@ type BorderColorType = 'accent' | 'key' | 'key-inverted' | 'link' | 'primary' |
3
3
  type GraphicColorType = 'accent' | 'link' | 'attention' | 'positive' | 'negative' | 'primary' | 'primary-inverted' | 'secondary' | 'secondary-inverted' | 'tertiary' | 'tertiary-inverted' | 'quaternary' | 'quaternary-inverted' | 'static-light' | 'static-accent' | 'static-dark';
4
4
  type ShadowType = 'shadow-xs' | 'shadow-s' | 'shadow-m' | 'shadow-l' | 'shadow-xl' | 'shadow-xs-hard' | 'shadow-s-hard' | 'shadow-m-hard' | 'shadow-l-hard' | 'shadow-xl-hard' | 'shadow-xs-up' | 'shadow-s-up' | 'shadow-m-up' | 'shadow-l-up' | 'shadow-xl-up' | 'shadow-xs-hard-up' | 'shadow-s-hard-up' | 'shadow-m-hard-up' | 'shadow-l-hard-up' | 'shadow-xl-hard-up';
5
5
  type GapType = '3xs' | '2xs' | 'xs' | 's' | 'm' | 'l' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl' | '7xl' | '8xl';
6
- export { BackgroundColorType, BorderColorType, GraphicColorType, ShadowType, GapType };
6
+ type PaddingType = number | string | {
7
+ top?: number;
8
+ right?: number;
9
+ bottom?: number;
10
+ left?: number;
11
+ };
12
+ export { BackgroundColorType, BorderColorType, GraphicColorType, ShadowType, GapType, PaddingType };
@@ -0,0 +1,2 @@
1
+ export * from "./Component-50136800";
2
+ export type { NavigationBarProps } from "./types-83e2bd9e";
@@ -1,3 +1,3 @@
1
- export * from "./component-89a3cf4c";
1
+ export * from "./component-50136800";
2
2
  export type { BottomSheetProps, BottomSheetTitleAlign } from "./types-d9f9bbcc";
3
3
  export { CLOSE_OFFSET, HEADER_OFFSET } from "./utils-49cc3c24";
@@ -85,7 +85,7 @@ type SkeletonProps = {
85
85
  };
86
86
  declare const Skeleton: React.FC<SkeletonProps>;
87
87
  export * from "./index-ebda875c";
88
- export * from "./Component-89a3cf4c";
88
+ export * from "./Component-50136800";
89
89
  export * from "./Component-5e1b8383";
90
90
  export { useSelectWithLoading, useLazyLoading, SkeletonProps, Skeleton };
91
91
  export * from "./hook-9ea9e32c";
@@ -2,8 +2,8 @@
2
2
  import { HTMLAttributes, ReactNode, RefObject } from 'react';
3
3
  import { TransitionProps } from 'react-transition-group/Transition';
4
4
  import { BaseModalProps } from "./index-bdb4c6b9";
5
- import { NavigationBarProps } from "./index-e81c389f";
6
- import { BackgroundColorType } from "./index-425c8522";
5
+ import { NavigationBarProps } from "./index-c76d6398";
6
+ import { BackgroundColorType } from "./index-72dda473";
7
7
  type BottomSheetTitleAlign = 'center' | 'left';
8
8
  type BottomSheetProps = {
9
9
  /**
@@ -61,7 +61,7 @@ declare const BaseSelectMobile: React.ForwardRefExoticComponent<Omit<BaseSelectP
61
61
  /**
62
62
  * Дополнительные пропсы шапки модалки
63
63
  */
64
- modalHeaderProps?: Partial<import("./Component-e81c389f").HeaderProps> | undefined;
64
+ modalHeaderProps?: Partial<import("./Component-c76d6398").HeaderProps> | undefined;
65
65
  /**
66
66
  * Дополнительные пропсы футера модалки
67
67
  */
@@ -0,0 +1,53 @@
1
+ /// <reference types="react" />
2
+ import React from 'react';
3
+ import { BackgroundColorType, GraphicColorType } from "./index-72dda473";
4
+ type IconColorType = Extract<GraphicColorType, 'positive' | 'attention' | 'link' | 'negative' | 'tertiary' | 'secondary' | 'primary'>;
5
+ type BadgeProps = {
6
+ /**
7
+ * Дополнительный класс
8
+ */
9
+ className?: string;
10
+ /**
11
+ * Вид компонента
12
+ */
13
+ view: 'icon' | 'count';
14
+ /**
15
+ * Размер компонента (только для view=icon)
16
+ * //deprecated(используйте height для view=count )
17
+ */
18
+ size?: 's' | 'm' | 'l' | 'xl';
19
+ /**
20
+ * Видимость белой обводки вокруг иконки
21
+ */
22
+ visibleIconOutline?: boolean;
23
+ /**
24
+ * Видимость цветной обводки вокруг иконки (только для view=icon)
25
+ */
26
+ visibleColorOutline?: boolean;
27
+ /**
28
+ * Контент компонента
29
+ */
30
+ content?: React.ReactElement | number;
31
+ /**
32
+ * Высота компонента, min = 16; max = 48 (только для view=count)
33
+ */
34
+ height?: number;
35
+ /**
36
+ * Цветовое оформление бейджа при view='count'
37
+ */
38
+ color?: Extract<BackgroundColorType, 'accent' | 'primary' | 'specialbg-secondary-transparent'>;
39
+ /**
40
+ * Цветовое оформление бейджа при view='icon'
41
+ */
42
+ iconColor?: IconColorType;
43
+ /**
44
+ * Цвет подложки под иконкой
45
+ */
46
+ iconUnderlayColor?: Extract<GraphicColorType, 'primary' | 'static-light'>;
47
+ /**
48
+ * Идентификатор для систем автоматизированного тестирования
49
+ */
50
+ dataTestId?: string;
51
+ };
52
+ declare const Badge: ({ className, size, view, visibleIconOutline, visibleColorOutline, content, height, iconColor, color, iconUnderlayColor, dataTestId, }: BadgeProps) => React.JSX.Element;
53
+ export { IconColorType, BadgeProps, Badge };
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { NavigationBarProps } from "./index-e81c389f";
2
+ import { NavigationBarProps } from "./index-c76d6398";
3
3
  type HeaderProps = Omit<NavigationBarProps, 'size' | 'view' | 'parentRef'>;
4
4
  declare const Header: FC<HeaderProps>;
5
5
  export { HeaderProps, Header };
@@ -28,7 +28,7 @@ type FooterProps = {
28
28
  declare const Footer: FC<FooterProps>;
29
29
  declare const ModalMobile: React.ForwardRefExoticComponent<ModalMobileProps & React.RefAttributes<HTMLDivElement>> & {
30
30
  Content: React.FC<import("./typings-bdb4c6b9").ContentProps>;
31
- Header: React.FC<import("./Component-e81c389f").HeaderProps>;
31
+ Header: React.FC<import("./Component-c76d6398").HeaderProps>;
32
32
  Footer: React.FC<FooterProps>;
33
33
  };
34
34
  export { Content, FooterProps, Footer, ModalMobile };
@@ -42,7 +42,7 @@ declare const SelectModalMobile: React.ForwardRefExoticComponent<Omit<BaseSelect
42
42
  /**
43
43
  * Дополнительные пропсы шапки модалки
44
44
  */
45
- modalHeaderProps?: Partial<import("./Component-e81c389f").HeaderProps> | undefined;
45
+ modalHeaderProps?: Partial<import("./Component-c76d6398").HeaderProps> | undefined;
46
46
  /**
47
47
  * Дополнительные пропсы модалки
48
48
  */
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import React from "react";
3
3
  import { FC, ReactNode, RefObject } from "react";
4
- import { NavigationBarProps } from "./index-e81c389f";
4
+ import { NavigationBarProps } from "./index-c76d6398";
5
5
  import { SwipeableHandlers } from "react-swipeable";
6
6
  import { BackdropProps } from "./index-ebda875c";
7
7
  import { BottomSheetProps } from "./types-d9f9bbcc";
@@ -4,7 +4,7 @@ import cn from 'classnames';
4
4
  import { CustomButton } from '@alfalab/core-components-custom-button/esm';
5
5
  import { getIcon } from '@alfalab/core-components-picker-button/esm/shared';
6
6
 
7
- var styles = {"iconContainer":"custom-picker-button__iconContainer_9jivq","addonsContainer":"custom-picker-button__addonsContainer_9jivq","showControlIcon":"custom-picker-button__showControlIcon_9jivq","open":"custom-picker-button__open_9jivq"};
7
+ var styles = {"iconContainer":"custom-picker-button__iconContainer_1sbn5","addonsContainer":"custom-picker-button__addonsContainer_1sbn5","showControlIcon":"custom-picker-button__showControlIcon_1sbn5","open":"custom-picker-button__open_1sbn5"};
8
8
  require('./index.css')
9
9
 
10
10
  var Field = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: ncege */
1
+ /* hash: 1diq7 */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -16,13 +16,13 @@
16
16
  } :root {
17
17
  } :root {
18
18
  --arrow-transform: rotate(180deg);
19
- } .custom-picker-button__iconContainer_9jivq {
19
+ } .custom-picker-button__iconContainer_1sbn5 {
20
20
  display: flex;
21
21
  transition: transform 0.15s ease-in-out;
22
- } .custom-picker-button__addonsContainer_9jivq {
22
+ } .custom-picker-button__addonsContainer_1sbn5 {
23
23
  display: flex
24
- } .custom-picker-button__addonsContainer_9jivq.custom-picker-button__showControlIcon_9jivq {
24
+ } .custom-picker-button__addonsContainer_1sbn5.custom-picker-button__showControlIcon_1sbn5 {
25
25
  margin-right: var(--gap-2xs);
26
- } .custom-picker-button__open_9jivq {
26
+ } .custom-picker-button__open_1sbn5 {
27
27
  transform: var(--arrow-transform);
28
28
  }
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ import React from "react";
3
+ import { PaddingType } from "./index-72dda473";
4
+ declare const isClient: () => boolean;
5
+ declare const getDataTestId: (dataTestId?: string, element?: string) => string | undefined;
6
+ declare function createPaddingStyle(padding?: PaddingType): undefined | React.CSSProperties;
7
+ declare function easeInOutQuad(x: number): number;
8
+ declare const easingFns: {
9
+ easeInOutQuad: typeof easeInOutQuad;
10
+ };
11
+ export { isClient, getDataTestId, createPaddingStyle, easingFns };
@@ -3,4 +3,10 @@ type BorderColorType = 'accent' | 'key' | 'key-inverted' | 'link' | 'primary' |
3
3
  type GraphicColorType = 'accent' | 'link' | 'attention' | 'positive' | 'negative' | 'primary' | 'primary-inverted' | 'secondary' | 'secondary-inverted' | 'tertiary' | 'tertiary-inverted' | 'quaternary' | 'quaternary-inverted' | 'static-light' | 'static-accent' | 'static-dark';
4
4
  type ShadowType = 'shadow-xs' | 'shadow-s' | 'shadow-m' | 'shadow-l' | 'shadow-xl' | 'shadow-xs-hard' | 'shadow-s-hard' | 'shadow-m-hard' | 'shadow-l-hard' | 'shadow-xl-hard' | 'shadow-xs-up' | 'shadow-s-up' | 'shadow-m-up' | 'shadow-l-up' | 'shadow-xl-up' | 'shadow-xs-hard-up' | 'shadow-s-hard-up' | 'shadow-m-hard-up' | 'shadow-l-hard-up' | 'shadow-xl-hard-up';
5
5
  type GapType = '3xs' | '2xs' | 'xs' | 's' | 'm' | 'l' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl' | '7xl' | '8xl';
6
- export { BackgroundColorType, BorderColorType, GraphicColorType, ShadowType, GapType };
6
+ type PaddingType = number | string | {
7
+ top?: number;
8
+ right?: number;
9
+ bottom?: number;
10
+ left?: number;
11
+ };
12
+ export { BackgroundColorType, BorderColorType, GraphicColorType, ShadowType, GapType, PaddingType };
@@ -0,0 +1,2 @@
1
+ export * from "./Component-50136800";
2
+ export type { NavigationBarProps } from "./types-83e2bd9e";
@@ -1,3 +1,3 @@
1
- export * from "./component-89a3cf4c";
1
+ export * from "./component-50136800";
2
2
  export type { BottomSheetProps, BottomSheetTitleAlign } from "./types-d9f9bbcc";
3
3
  export { CLOSE_OFFSET, HEADER_OFFSET } from "./utils-49cc3c24";
@@ -85,7 +85,7 @@ type SkeletonProps = {
85
85
  };
86
86
  declare const Skeleton: React.FC<SkeletonProps>;
87
87
  export * from "./index-ebda875c";
88
- export * from "./Component-89a3cf4c";
88
+ export * from "./Component-50136800";
89
89
  export * from "./Component-5e1b8383";
90
90
  export { useSelectWithLoading, useLazyLoading, SkeletonProps, Skeleton };
91
91
  export * from "./hook-9ea9e32c";
@@ -2,8 +2,8 @@
2
2
  import { HTMLAttributes, ReactNode, RefObject } from 'react';
3
3
  import { TransitionProps } from 'react-transition-group/Transition';
4
4
  import { BaseModalProps } from "./index-bdb4c6b9";
5
- import { NavigationBarProps } from "./index-e81c389f";
6
- import { BackgroundColorType } from "./index-425c8522";
5
+ import { NavigationBarProps } from "./index-c76d6398";
6
+ import { BackgroundColorType } from "./index-72dda473";
7
7
  type BottomSheetTitleAlign = 'center' | 'left';
8
8
  type BottomSheetProps = {
9
9
  /**
@@ -13,7 +13,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
13
13
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
14
14
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
15
15
 
16
- var styles = {"iconContainer":"custom-picker-button__iconContainer_9jivq","addonsContainer":"custom-picker-button__addonsContainer_9jivq","showControlIcon":"custom-picker-button__showControlIcon_9jivq","open":"custom-picker-button__open_9jivq"};
16
+ var styles = {"iconContainer":"custom-picker-button__iconContainer_1sbn5","addonsContainer":"custom-picker-button__addonsContainer_1sbn5","showControlIcon":"custom-picker-button__showControlIcon_1sbn5","open":"custom-picker-button__open_1sbn5"};
17
17
  require('./index.css')
18
18
 
19
19
  var Field = function (_a) {
package/field/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: ncege */
1
+ /* hash: 1diq7 */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -16,13 +16,13 @@
16
16
  } :root {
17
17
  } :root {
18
18
  --arrow-transform: rotate(180deg);
19
- } .custom-picker-button__iconContainer_9jivq {
19
+ } .custom-picker-button__iconContainer_1sbn5 {
20
20
  display: flex;
21
21
  transition: transform 0.15s ease-in-out;
22
- } .custom-picker-button__addonsContainer_9jivq {
22
+ } .custom-picker-button__addonsContainer_1sbn5 {
23
23
  display: flex
24
- } .custom-picker-button__addonsContainer_9jivq.custom-picker-button__showControlIcon_9jivq {
24
+ } .custom-picker-button__addonsContainer_1sbn5.custom-picker-button__showControlIcon_1sbn5 {
25
25
  margin-right: var(--gap-2xs);
26
- } .custom-picker-button__open_9jivq {
26
+ } .custom-picker-button__open_1sbn5 {
27
27
  transform: var(--arrow-transform);
28
28
  }
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ import React from "react";
3
+ import { PaddingType } from "./index-72dda473";
4
+ declare const isClient: () => boolean;
5
+ declare const getDataTestId: (dataTestId?: string, element?: string) => string | undefined;
6
+ declare function createPaddingStyle(padding?: PaddingType): undefined | React.CSSProperties;
7
+ declare function easeInOutQuad(x: number): number;
8
+ declare const easingFns: {
9
+ easeInOutQuad: typeof easeInOutQuad;
10
+ };
11
+ export { isClient, getDataTestId, createPaddingStyle, easingFns };
@@ -3,4 +3,10 @@ type BorderColorType = 'accent' | 'key' | 'key-inverted' | 'link' | 'primary' |
3
3
  type GraphicColorType = 'accent' | 'link' | 'attention' | 'positive' | 'negative' | 'primary' | 'primary-inverted' | 'secondary' | 'secondary-inverted' | 'tertiary' | 'tertiary-inverted' | 'quaternary' | 'quaternary-inverted' | 'static-light' | 'static-accent' | 'static-dark';
4
4
  type ShadowType = 'shadow-xs' | 'shadow-s' | 'shadow-m' | 'shadow-l' | 'shadow-xl' | 'shadow-xs-hard' | 'shadow-s-hard' | 'shadow-m-hard' | 'shadow-l-hard' | 'shadow-xl-hard' | 'shadow-xs-up' | 'shadow-s-up' | 'shadow-m-up' | 'shadow-l-up' | 'shadow-xl-up' | 'shadow-xs-hard-up' | 'shadow-s-hard-up' | 'shadow-m-hard-up' | 'shadow-l-hard-up' | 'shadow-xl-hard-up';
5
5
  type GapType = '3xs' | '2xs' | 'xs' | 's' | 'm' | 'l' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl' | '7xl' | '8xl';
6
- export { BackgroundColorType, BorderColorType, GraphicColorType, ShadowType, GapType };
6
+ type PaddingType = number | string | {
7
+ top?: number;
8
+ right?: number;
9
+ bottom?: number;
10
+ left?: number;
11
+ };
12
+ export { BackgroundColorType, BorderColorType, GraphicColorType, ShadowType, GapType, PaddingType };
@@ -0,0 +1,2 @@
1
+ export * from "./Component-50136800";
2
+ export type { NavigationBarProps } from "./types-83e2bd9e";
@@ -1,3 +1,3 @@
1
- export * from "./component-89a3cf4c";
1
+ export * from "./component-50136800";
2
2
  export type { BottomSheetProps, BottomSheetTitleAlign } from "./types-d9f9bbcc";
3
3
  export { CLOSE_OFFSET, HEADER_OFFSET } from "./utils-49cc3c24";
@@ -61,7 +61,7 @@ declare const BaseSelectMobile: React.ForwardRefExoticComponent<Omit<BaseSelectP
61
61
  /**
62
62
  * Дополнительные пропсы шапки модалки
63
63
  */
64
- modalHeaderProps?: Partial<import("./Component-e81c389f").HeaderProps> | undefined;
64
+ modalHeaderProps?: Partial<import("./Component-c76d6398").HeaderProps> | undefined;
65
65
  /**
66
66
  * Дополнительные пропсы футера модалки
67
67
  */
@@ -0,0 +1,53 @@
1
+ /// <reference types="react" />
2
+ import React from 'react';
3
+ import { BackgroundColorType, GraphicColorType } from "./index-72dda473";
4
+ type IconColorType = Extract<GraphicColorType, 'positive' | 'attention' | 'link' | 'negative' | 'tertiary' | 'secondary' | 'primary'>;
5
+ type BadgeProps = {
6
+ /**
7
+ * Дополнительный класс
8
+ */
9
+ className?: string;
10
+ /**
11
+ * Вид компонента
12
+ */
13
+ view: 'icon' | 'count';
14
+ /**
15
+ * Размер компонента (только для view=icon)
16
+ * //deprecated(используйте height для view=count )
17
+ */
18
+ size?: 's' | 'm' | 'l' | 'xl';
19
+ /**
20
+ * Видимость белой обводки вокруг иконки
21
+ */
22
+ visibleIconOutline?: boolean;
23
+ /**
24
+ * Видимость цветной обводки вокруг иконки (только для view=icon)
25
+ */
26
+ visibleColorOutline?: boolean;
27
+ /**
28
+ * Контент компонента
29
+ */
30
+ content?: React.ReactElement | number;
31
+ /**
32
+ * Высота компонента, min = 16; max = 48 (только для view=count)
33
+ */
34
+ height?: number;
35
+ /**
36
+ * Цветовое оформление бейджа при view='count'
37
+ */
38
+ color?: Extract<BackgroundColorType, 'accent' | 'primary' | 'specialbg-secondary-transparent'>;
39
+ /**
40
+ * Цветовое оформление бейджа при view='icon'
41
+ */
42
+ iconColor?: IconColorType;
43
+ /**
44
+ * Цвет подложки под иконкой
45
+ */
46
+ iconUnderlayColor?: Extract<GraphicColorType, 'primary' | 'static-light'>;
47
+ /**
48
+ * Идентификатор для систем автоматизированного тестирования
49
+ */
50
+ dataTestId?: string;
51
+ };
52
+ declare const Badge: ({ className, size, view, visibleIconOutline, visibleColorOutline, content, height, iconColor, color, iconUnderlayColor, dataTestId, }: BadgeProps) => React.JSX.Element;
53
+ export { IconColorType, BadgeProps, Badge };
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { NavigationBarProps } from "./index-e81c389f";
2
+ import { NavigationBarProps } from "./index-c76d6398";
3
3
  type HeaderProps = Omit<NavigationBarProps, 'size' | 'view' | 'parentRef'>;
4
4
  declare const Header: FC<HeaderProps>;
5
5
  export { HeaderProps, Header };
@@ -28,7 +28,7 @@ type FooterProps = {
28
28
  declare const Footer: FC<FooterProps>;
29
29
  declare const ModalMobile: React.ForwardRefExoticComponent<ModalMobileProps & React.RefAttributes<HTMLDivElement>> & {
30
30
  Content: React.FC<import("./typings-bdb4c6b9").ContentProps>;
31
- Header: React.FC<import("./Component-e81c389f").HeaderProps>;
31
+ Header: React.FC<import("./Component-c76d6398").HeaderProps>;
32
32
  Footer: React.FC<FooterProps>;
33
33
  };
34
34
  export { Content, FooterProps, Footer, ModalMobile };
@@ -42,7 +42,7 @@ declare const SelectModalMobile: React.ForwardRefExoticComponent<Omit<BaseSelect
42
42
  /**
43
43
  * Дополнительные пропсы шапки модалки
44
44
  */
45
- modalHeaderProps?: Partial<import("./Component-e81c389f").HeaderProps> | undefined;
45
+ modalHeaderProps?: Partial<import("./Component-c76d6398").HeaderProps> | undefined;
46
46
  /**
47
47
  * Дополнительные пропсы модалки
48
48
  */
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import React from "react";
3
3
  import { FC, ReactNode, RefObject } from "react";
4
- import { NavigationBarProps } from "./index-e81c389f";
4
+ import { NavigationBarProps } from "./index-c76d6398";
5
5
  import { SwipeableHandlers } from "react-swipeable";
6
6
  import { BackdropProps } from "./index-ebda875c";
7
7
  import { BottomSheetProps } from "./types-d9f9bbcc";
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import { CustomButton } from '@alfalab/core-components-custom-button/modern';
4
4
  import { getIcon } from '@alfalab/core-components-picker-button/modern/shared';
5
5
 
6
- const styles = {"iconContainer":"custom-picker-button__iconContainer_9jivq","addonsContainer":"custom-picker-button__addonsContainer_9jivq","showControlIcon":"custom-picker-button__showControlIcon_9jivq","open":"custom-picker-button__open_9jivq"};
6
+ const styles = {"iconContainer":"custom-picker-button__iconContainer_1sbn5","addonsContainer":"custom-picker-button__addonsContainer_1sbn5","showControlIcon":"custom-picker-button__showControlIcon_1sbn5","open":"custom-picker-button__open_1sbn5"};
7
7
  require('./index.css')
8
8
 
9
9
  const Field = ({ buttonSize = 'm', buttonVariant = 'default', backgroundColor, contentColor, stateType, label, open, rightAddons, innerProps, className, showArrow = true, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: ncege */
1
+ /* hash: 1diq7 */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -16,13 +16,13 @@
16
16
  } :root {
17
17
  } :root {
18
18
  --arrow-transform: rotate(180deg);
19
- } .custom-picker-button__iconContainer_9jivq {
19
+ } .custom-picker-button__iconContainer_1sbn5 {
20
20
  display: flex;
21
21
  transition: transform 0.15s ease-in-out;
22
- } .custom-picker-button__addonsContainer_9jivq {
22
+ } .custom-picker-button__addonsContainer_1sbn5 {
23
23
  display: flex
24
- } .custom-picker-button__addonsContainer_9jivq.custom-picker-button__showControlIcon_9jivq {
24
+ } .custom-picker-button__addonsContainer_1sbn5.custom-picker-button__showControlIcon_1sbn5 {
25
25
  margin-right: var(--gap-2xs);
26
- } .custom-picker-button__open_9jivq {
26
+ } .custom-picker-button__open_1sbn5 {
27
27
  transform: var(--arrow-transform);
28
28
  }
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ import React from "react";
3
+ import { PaddingType } from "./index-72dda473";
4
+ declare const isClient: () => boolean;
5
+ declare const getDataTestId: (dataTestId?: string, element?: string) => string | undefined;
6
+ declare function createPaddingStyle(padding?: PaddingType): undefined | React.CSSProperties;
7
+ declare function easeInOutQuad(x: number): number;
8
+ declare const easingFns: {
9
+ easeInOutQuad: typeof easeInOutQuad;
10
+ };
11
+ export { isClient, getDataTestId, createPaddingStyle, easingFns };
@@ -3,4 +3,10 @@ type BorderColorType = 'accent' | 'key' | 'key-inverted' | 'link' | 'primary' |
3
3
  type GraphicColorType = 'accent' | 'link' | 'attention' | 'positive' | 'negative' | 'primary' | 'primary-inverted' | 'secondary' | 'secondary-inverted' | 'tertiary' | 'tertiary-inverted' | 'quaternary' | 'quaternary-inverted' | 'static-light' | 'static-accent' | 'static-dark';
4
4
  type ShadowType = 'shadow-xs' | 'shadow-s' | 'shadow-m' | 'shadow-l' | 'shadow-xl' | 'shadow-xs-hard' | 'shadow-s-hard' | 'shadow-m-hard' | 'shadow-l-hard' | 'shadow-xl-hard' | 'shadow-xs-up' | 'shadow-s-up' | 'shadow-m-up' | 'shadow-l-up' | 'shadow-xl-up' | 'shadow-xs-hard-up' | 'shadow-s-hard-up' | 'shadow-m-hard-up' | 'shadow-l-hard-up' | 'shadow-xl-hard-up';
5
5
  type GapType = '3xs' | '2xs' | 'xs' | 's' | 'm' | 'l' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl' | '7xl' | '8xl';
6
- export { BackgroundColorType, BorderColorType, GraphicColorType, ShadowType, GapType };
6
+ type PaddingType = number | string | {
7
+ top?: number;
8
+ right?: number;
9
+ bottom?: number;
10
+ left?: number;
11
+ };
12
+ export { BackgroundColorType, BorderColorType, GraphicColorType, ShadowType, GapType, PaddingType };
@@ -0,0 +1,2 @@
1
+ export * from "./Component-50136800";
2
+ export type { NavigationBarProps } from "./types-83e2bd9e";
@@ -1,3 +1,3 @@
1
- export * from "./component-89a3cf4c";
1
+ export * from "./component-50136800";
2
2
  export type { BottomSheetProps, BottomSheetTitleAlign } from "./types-d9f9bbcc";
3
3
  export { CLOSE_OFFSET, HEADER_OFFSET } from "./utils-49cc3c24";
@@ -85,7 +85,7 @@ type SkeletonProps = {
85
85
  };
86
86
  declare const Skeleton: React.FC<SkeletonProps>;
87
87
  export * from "./index-ebda875c";
88
- export * from "./Component-89a3cf4c";
88
+ export * from "./Component-50136800";
89
89
  export * from "./Component-5e1b8383";
90
90
  export { useSelectWithLoading, useLazyLoading, SkeletonProps, Skeleton };
91
91
  export * from "./hook-9ea9e32c";
@@ -2,8 +2,8 @@
2
2
  import { HTMLAttributes, ReactNode, RefObject } from 'react';
3
3
  import { TransitionProps } from 'react-transition-group/Transition';
4
4
  import { BaseModalProps } from "./index-bdb4c6b9";
5
- import { NavigationBarProps } from "./index-e81c389f";
6
- import { BackgroundColorType } from "./index-425c8522";
5
+ import { NavigationBarProps } from "./index-c76d6398";
6
+ import { BackgroundColorType } from "./index-72dda473";
7
7
  type BottomSheetTitleAlign = 'center' | 'left';
8
8
  type BottomSheetProps = {
9
9
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-custom-picker-button",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "Custom picker button component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -35,9 +35,10 @@
35
35
  "react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
36
36
  },
37
37
  "dependencies": {
38
- "@alfalab/core-components-picker-button": "^11.0.0",
39
- "@alfalab/core-components-custom-button": "^3.3.0",
38
+ "@alfalab/core-components-picker-button": "^11.0.2",
39
+ "@alfalab/core-components-custom-button": "^3.3.2",
40
40
  "@alfalab/core-components-mq": "^4.2.0",
41
+ "@alfalab/core-components-select": "^15.0.2",
41
42
  "classnames": "^2.3.1",
42
43
  "tslib": "^2.4.0"
43
44
  }
@@ -85,7 +85,7 @@ type SkeletonProps = {
85
85
  };
86
86
  declare const Skeleton: React.FC<SkeletonProps>;
87
87
  export * from "./index-ebda875c";
88
- export * from "./Component-89a3cf4c";
88
+ export * from "./Component-50136800";
89
89
  export * from "./Component-5e1b8383";
90
90
  export { useSelectWithLoading, useLazyLoading, SkeletonProps, Skeleton };
91
91
  export * from "./hook-9ea9e32c";
@@ -2,8 +2,8 @@
2
2
  import { HTMLAttributes, ReactNode, RefObject } from 'react';
3
3
  import { TransitionProps } from 'react-transition-group/Transition';
4
4
  import { BaseModalProps } from "./index-bdb4c6b9";
5
- import { NavigationBarProps } from "./index-e81c389f";
6
- import { BackgroundColorType } from "./index-425c8522";
5
+ import { NavigationBarProps } from "./index-c76d6398";
6
+ import { BackgroundColorType } from "./index-72dda473";
7
7
  type BottomSheetTitleAlign = 'center' | 'left';
8
8
  type BottomSheetProps = {
9
9
  /**
@@ -1,3 +0,0 @@
1
- declare const isClient: () => boolean;
2
- declare const getDataTestId: (dataTestId?: string, element?: string) => string | undefined;
3
- export { isClient, getDataTestId };
@@ -1,3 +0,0 @@
1
- export * from "./Component-89a3cf4c";
2
- export * from "./index-ebda875c";
3
- export type { NavigationBarProps } from "./types-ebda875c";
@@ -1,3 +0,0 @@
1
- declare const isClient: () => boolean;
2
- declare const getDataTestId: (dataTestId?: string, element?: string) => string | undefined;
3
- export { isClient, getDataTestId };
@@ -1,3 +0,0 @@
1
- export * from "./Component-89a3cf4c";
2
- export * from "./index-ebda875c";
3
- export type { NavigationBarProps } from "./types-ebda875c";
@@ -1,3 +0,0 @@
1
- declare const isClient: () => boolean;
2
- declare const getDataTestId: (dataTestId?: string, element?: string) => string | undefined;
3
- export { isClient, getDataTestId };
@@ -1,3 +0,0 @@
1
- export * from "./Component-89a3cf4c";
2
- export * from "./index-ebda875c";
3
- export type { NavigationBarProps } from "./types-ebda875c";
@@ -1,3 +0,0 @@
1
- declare const isClient: () => boolean;
2
- declare const getDataTestId: (dataTestId?: string, element?: string) => string | undefined;
3
- export { isClient, getDataTestId };
@@ -1,3 +0,0 @@
1
- export * from "./Component-89a3cf4c";
2
- export * from "./index-ebda875c";
3
- export type { NavigationBarProps } from "./types-ebda875c";
File without changes