@itcase/ui 1.8.38 → 1.8.40

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 (162) hide show
  1. package/dist/{Avatar_cjs_nMPCDjk8.js → Avatar_cjs_BbeDJ-No.js} +2 -2
  2. package/dist/{Avatar_es_B73a6TzA.js → Avatar_es_B1Ao9Im_.js} +2 -2
  3. package/dist/{Button_cjs_plv5-qcj.js → Button_cjs_Ctkyt2ES.js} +1 -1
  4. package/dist/{Button_es_BigB2Wz6.js → Button_es_BiIuX0ER.js} +1 -1
  5. package/dist/{ChipsGroup_cjs_DrOhD-Fc.js → ChipsGroup_cjs_p99H-9a8.js} +48 -64
  6. package/dist/{ChipsGroup_es_B9m4l0wN.js → ChipsGroup_es_CWq3TR_1.js} +48 -64
  7. package/dist/{DatePicker_cjs_DKoF73mp.js → DatePicker_cjs_D_1v2mS0.js} +3 -3
  8. package/dist/{DatePicker_es_CdEYxtwj.js → DatePicker_es_CQwbdG0g.js} +3 -3
  9. package/dist/{DropdownItem_cjs_DQvByLbN.js → DropdownItem_cjs_B1gGciTB.js} +26 -9
  10. package/dist/{DropdownItem_es_KppIfto7.js → DropdownItem_es_JVT4f6Nb.js} +26 -9
  11. package/dist/{Image_cjs_CCWqbNn4.js → Image_cjs_2zEjohYE.js} +5 -4
  12. package/dist/{Image_es_DZUVp0FS.js → Image_es_ChF-63wh.js} +5 -4
  13. package/dist/{Label_cjs_BGJfyrOL.js → Label_cjs_Mb8j2bLu.js} +1 -5
  14. package/dist/{Label_es_C4Px7b-N.js → Label_es_CIDBUVgO.js} +1 -5
  15. package/dist/{Tooltip_cjs_DHduWa-v.js → Tooltip_cjs_BBwH8sjA.js} +16 -6
  16. package/dist/{Tooltip_es_ltCY-w4M.js → Tooltip_es_Y2aoFQW7.js} +16 -6
  17. package/dist/cjs/components/Accordion.js +3 -1
  18. package/dist/cjs/components/Avatar.js +5 -3
  19. package/dist/cjs/components/AvatarStack.js +5 -3
  20. package/dist/cjs/components/Badge.js +3 -1
  21. package/dist/cjs/components/Breadcrumbs.js +3 -1
  22. package/dist/cjs/components/Button.js +4 -2
  23. package/dist/cjs/components/Cell.js +4 -2
  24. package/dist/cjs/components/Chips.js +5 -2
  25. package/dist/cjs/components/Choice.js +3 -1
  26. package/dist/cjs/components/CookiesWarning.js +4 -2
  27. package/dist/cjs/components/DatePeriod.js +8 -5
  28. package/dist/cjs/components/DatePicker.js +6 -4
  29. package/dist/cjs/components/Drawer.js +3 -1
  30. package/dist/cjs/components/Dropdown/stories/__mock__.js +27 -4
  31. package/dist/cjs/components/Dropdown.js +5 -3
  32. package/dist/cjs/components/HeroTitle.js +3 -1
  33. package/dist/cjs/components/Icon.js +3 -1
  34. package/dist/cjs/components/Image.js +5 -3
  35. package/dist/cjs/components/InputPassword.js +3 -1
  36. package/dist/cjs/components/Label.js +4 -2
  37. package/dist/cjs/components/Logo.js +7 -5
  38. package/dist/cjs/components/MenuItem.js +3 -1
  39. package/dist/cjs/components/Modal.js +3 -1
  40. package/dist/cjs/components/Notification.js +3 -1
  41. package/dist/cjs/components/Pagination.js +68 -21
  42. package/dist/cjs/components/Radio.js +45 -65
  43. package/dist/cjs/components/Response.js +8 -5
  44. package/dist/cjs/components/SVGContent.js +5 -3
  45. package/dist/cjs/components/Search.js +3 -1
  46. package/dist/cjs/components/Segmented.js +3 -1
  47. package/dist/cjs/components/Select.js +5 -3
  48. package/dist/cjs/components/Swiper.js +3 -1
  49. package/dist/cjs/components/Tab.js +3 -1
  50. package/dist/cjs/components/Textarea.js +1 -1
  51. package/dist/cjs/components/Tile.js +3 -1
  52. package/dist/cjs/components/Title.js +3 -1
  53. package/dist/cjs/components/Tooltip.js +3 -1
  54. package/dist/cjs/context/UrlAssetPrefix.js +17 -0
  55. package/dist/cjs/hoc/urlWithAssetPrefix.js +64 -0
  56. package/dist/cjs/hooks/useAppearanceConfig/useAppearanceConfig.js +29 -0
  57. package/dist/cjs/hooks/useAppearanceConfig.js +9 -0
  58. package/dist/components/Accordion.js +3 -1
  59. package/dist/components/Avatar.js +5 -3
  60. package/dist/components/AvatarStack.js +5 -3
  61. package/dist/components/Badge.js +3 -1
  62. package/dist/components/Breadcrumbs.js +3 -1
  63. package/dist/components/Button.js +4 -2
  64. package/dist/components/Cell.js +4 -2
  65. package/dist/components/Chips.js +5 -2
  66. package/dist/components/Choice.js +3 -1
  67. package/dist/components/CookiesWarning.js +4 -2
  68. package/dist/components/DatePeriod.js +8 -5
  69. package/dist/components/DatePicker.js +6 -4
  70. package/dist/components/Drawer.js +3 -1
  71. package/dist/components/Dropdown/stories/__mock__.js +26 -5
  72. package/dist/components/Dropdown.js +5 -3
  73. package/dist/components/HeroTitle.js +3 -1
  74. package/dist/components/Icon.js +3 -1
  75. package/dist/components/Image.js +5 -3
  76. package/dist/components/InputPassword.js +3 -1
  77. package/dist/components/Label.js +4 -2
  78. package/dist/components/Logo.js +7 -5
  79. package/dist/components/MenuItem.js +3 -1
  80. package/dist/components/Modal.js +3 -1
  81. package/dist/components/Notification.js +3 -1
  82. package/dist/components/Pagination.js +69 -22
  83. package/dist/components/Radio.js +45 -65
  84. package/dist/components/Response.js +8 -5
  85. package/dist/components/SVGContent.js +5 -3
  86. package/dist/components/Search.js +3 -1
  87. package/dist/components/Segmented.js +3 -1
  88. package/dist/components/Select.js +5 -3
  89. package/dist/components/Swiper.js +3 -1
  90. package/dist/components/Tab.js +3 -1
  91. package/dist/components/Textarea.js +1 -1
  92. package/dist/components/Tile.js +3 -1
  93. package/dist/components/Title.js +3 -1
  94. package/dist/components/Tooltip.js +3 -1
  95. package/dist/context/UrlAssetPrefix.js +14 -0
  96. package/dist/css/components/Dropdown/Dropdown.css +24 -0
  97. package/dist/css/components/Pagination/Pagination.css +82 -30
  98. package/dist/css/components/Pagination/css/__item/pagination__item.css +8 -8
  99. package/dist/css/components/Pagination/css/__item/pagination__item_size.css +8 -0
  100. package/dist/css/components/Pagination/css/__item/pagination__item_state_active.css +16 -16
  101. package/dist/css/components/Radio/Radio.css +44 -5
  102. package/dist/css/components/Select/Select.css +1 -0
  103. package/dist/css/components/Select/css/__indicators/select__indicators.css +1 -0
  104. package/dist/css/components/Swiper/Swiper.css +2 -2
  105. package/dist/css/styles/fill/fill.css +2 -1
  106. package/dist/css/styles/fill/fill_active.css +3 -0
  107. package/dist/css/styles/fill/fill_active_hover.css +7 -0
  108. package/dist/css/styles/fill/fill_hover.css +5 -9
  109. package/dist/hoc/urlWithAssetPrefix.js +62 -0
  110. package/dist/hooks/useAppearanceConfig/useAppearanceConfig.js +27 -0
  111. package/dist/hooks/useAppearanceConfig.js +3 -0
  112. package/dist/stories/ChipsOverview.mdx +10 -10
  113. package/dist/stories/ChipsPlayground.mdx +2 -2
  114. package/dist/stories/Components.mdx +378 -87
  115. package/dist/stories/useAppearanceConfig.mdx +83 -0
  116. package/dist/stories/useDevicePropsGenerator.mdx +6 -8
  117. package/dist/types/components/Chips/appearance/chipsDisabled.d.ts +2 -3
  118. package/dist/types/components/Dropdown/appearance/dropdownAccent.d.ts +5 -0
  119. package/dist/types/components/Dropdown/appearance/dropdownSize.d.ts +9 -0
  120. package/dist/types/components/Dropdown/appearance/dropdownSurface.d.ts +3 -0
  121. package/dist/types/components/Dropdown/stories/__mock__/index.d.ts +9 -12
  122. package/dist/types/components/Icon/Icon.d.ts +6 -2
  123. package/dist/types/components/Icon/appearance/iconDanger.d.ts +1 -0
  124. package/dist/types/components/Icon/appearance/iconDisabled.d.ts +1 -0
  125. package/dist/types/components/Icon/appearance/iconError.d.ts +1 -0
  126. package/dist/types/components/Icon/appearance/iconInfo.d.ts +0 -1
  127. package/dist/types/components/Icon/appearance/iconPrimary.d.ts +1 -0
  128. package/dist/types/components/Icon/appearance/iconSecondary.d.ts +1 -0
  129. package/dist/types/components/Icon/appearance/iconSuccess.d.ts +1 -0
  130. package/dist/types/components/Icon/appearance/iconSurface.d.ts +1 -0
  131. package/dist/types/components/Icon/appearance/iconWarning.d.ts +1 -0
  132. package/dist/types/components/Image/Image.d.ts +5 -2
  133. package/dist/types/components/Label/appearance/labelError.d.ts +0 -1
  134. package/dist/types/components/Label/appearance/labelGradient.d.ts +8 -0
  135. package/dist/types/components/Label/appearance/labelPrimary.d.ts +0 -1
  136. package/dist/types/components/Label/appearance/labelSuccess.d.ts +0 -1
  137. package/dist/types/components/Label/appearance/labelSurface.d.ts +0 -1
  138. package/dist/types/components/Logo/Logo.d.ts +6 -2
  139. package/dist/types/components/Pagination/appearance/paginationAccent.d.ts +22 -1
  140. package/dist/types/components/Pagination/appearance/paginationSize.d.ts +20 -1
  141. package/dist/types/components/Pagination/appearance/paginationSurface.d.ts +4 -1
  142. package/dist/types/components/Radio/Radio.appearance.d.ts +28 -48
  143. package/dist/types/components/Radio/appearance/radioDefault.d.ts +2 -14
  144. package/dist/types/components/Radio/appearance/radioDisabled.d.ts +5 -5
  145. package/dist/types/components/Radio/appearance/radioError.d.ts +6 -5
  146. package/dist/types/components/Radio/appearance/radioRequire.d.ts +5 -13
  147. package/dist/types/components/Radio/appearance/radioStyle.d.ts +4 -6
  148. package/dist/types/components/Radio/appearance/radioSuccess.d.ts +6 -5
  149. package/dist/types/components/Response/Response.d.ts +6 -2
  150. package/dist/types/components/Response/Response.interface.d.ts +3 -1
  151. package/dist/types/components/SVGContent/SVGContent.d.ts +5 -2
  152. package/dist/types/components/Select/SelectLoadingIndicator.d.ts +2 -1
  153. package/dist/types/config/forms/datepicker.d.ts +18 -0
  154. package/dist/types/config/forms/index.d.ts +3 -0
  155. package/dist/types/config/forms/input.d.ts +14 -0
  156. package/dist/types/context/UrlAssetPrefix.d.ts +12 -0
  157. package/dist/types/hoc/urlWithAssetPrefix.d.ts +8 -0
  158. package/dist/types/hooks/useAppearanceConfig/index.d.ts +1 -0
  159. package/dist/types/hooks/useAppearanceConfig/useAppearanceConfig.d.ts +7 -0
  160. package/dist/types/hooks/useDevicePropsGenerator/index.d.ts +1 -0
  161. package/package.json +22 -17
  162. package/dist/types/hooks/useDeviceTargetClass.d.ts +0 -5
@@ -2,7 +2,10 @@ declare const dropdownAppearanceSize: {
2
2
  sizeL: {
3
3
  size: string;
4
4
  labelTextSize: string;
5
+ badgeSize: string;
6
+ badgeTextSize: string;
5
7
  dividerSize: string;
8
+ emptyMessageTextSize: string;
6
9
  iconAfterFillSize: string;
7
10
  iconAfterSize: string;
8
11
  iconBeforeFillSize: string;
@@ -11,7 +14,10 @@ declare const dropdownAppearanceSize: {
11
14
  sizeS: {
12
15
  size: string;
13
16
  labelTextSize: string;
17
+ badgeSize: string;
18
+ badgeTextSize: string;
14
19
  dividerSize: string;
20
+ emptyMessageTextSize: string;
15
21
  iconAfterFillSize: string;
16
22
  iconAfterSize: string;
17
23
  iconBeforeFillSize: string;
@@ -20,7 +26,10 @@ declare const dropdownAppearanceSize: {
20
26
  sizeXS: {
21
27
  size: string;
22
28
  labelTextSize: string;
29
+ badgeSize: string;
30
+ badgeTextSize: string;
23
31
  dividerSize: string;
32
+ emptyMessageTextSize: string;
24
33
  iconAfterFillSize: string;
25
34
  iconAfterSize: string;
26
35
  iconBeforeFillSize: string;
@@ -1,12 +1,15 @@
1
1
  declare const dropdownAppearanceSurface: {
2
2
  surfacePrimary: {
3
3
  fill: string;
4
+ fillActive: string;
4
5
  fillHover: string;
5
6
  labelTextColor: string;
6
7
  labelTextColorActive: string;
7
8
  labelTextColorActiveHover: string;
8
9
  labelTextColorHover: string;
10
+ badgeAppearance: string;
9
11
  dividerFill: string;
12
+ emptyMessageTextColor: string;
10
13
  iconAfterFillIcon: string;
11
14
  iconBeforeFillIcon: string;
12
15
  };
@@ -5,7 +5,6 @@ declare const dropdownListMock: ({
5
5
  badgeValue?: undefined;
6
6
  iconBefore?: undefined;
7
7
  iconAfter?: undefined;
8
- showDivider?: undefined;
9
8
  } | {
10
9
  key: number;
11
10
  label: string;
@@ -13,7 +12,6 @@ declare const dropdownListMock: ({
13
12
  isActive: boolean;
14
13
  iconBefore?: undefined;
15
14
  iconAfter?: undefined;
16
- showDivider?: undefined;
17
15
  } | {
18
16
  key: number;
19
17
  label: string;
@@ -21,7 +19,6 @@ declare const dropdownListMock: ({
21
19
  isActive: boolean;
22
20
  badgeValue?: undefined;
23
21
  iconAfter?: undefined;
24
- showDivider?: undefined;
25
22
  } | {
26
23
  key: number;
27
24
  label: string;
@@ -29,16 +26,16 @@ declare const dropdownListMock: ({
29
26
  isActive: boolean;
30
27
  badgeValue?: undefined;
31
28
  iconBefore?: undefined;
32
- showDivider?: undefined;
33
- } | {
29
+ })[];
30
+ declare const dropdownListMessageMock: {
31
+ key: number;
32
+ emptyMessage: string;
33
+ }[];
34
+ declare const dropdownListBadgeMock: {
34
35
  key: number;
35
36
  label: string;
36
- showDivider: boolean;
37
- isActive: boolean;
38
- badgeValue?: undefined;
39
- iconBefore?: undefined;
40
- iconAfter?: undefined;
41
- })[];
37
+ badgeValue: number;
38
+ }[];
42
39
  declare const dropdownListSimpleMock: ({
43
40
  key: number;
44
41
  label: string;
@@ -84,4 +81,4 @@ declare const dropdownListAfterMock: ({
84
81
  iconAfter: any;
85
82
  isActive: boolean;
86
83
  })[];
87
- export { dropdownListMock, dropdownListSimpleMock, dropdownListBeforeMock, dropdownListAfterMock, };
84
+ export { dropdownListMock, dropdownListSimpleMock, dropdownListBeforeMock, dropdownListAfterMock, dropdownListMessageMock, dropdownListBadgeMock, };
@@ -1,5 +1,9 @@
1
1
  import React from 'react';
2
- import type { IconConfig, IconProps } from '../Icon/Icon.interface';
2
+ import type { IconConfig } from '../Icon/Icon.interface';
3
3
  declare const iconConfig: IconConfig;
4
- declare const Icon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
4
+ declare const Icon: React.ForwardRefExoticComponent<{
5
+ imageSrc?: string;
6
+ src?: string;
7
+ svgSrc?: string;
8
+ } & React.RefAttributes<HTMLDivElement>>;
5
9
  export { Icon, iconConfig };
@@ -6,6 +6,7 @@ declare const iconAppearanceDanger: {
6
6
  dangerPrimary: {
7
7
  fill: string;
8
8
  fillHover: string;
9
+ borderColor: string;
9
10
  badgeAppearance: string;
10
11
  iconFill: string;
11
12
  };
@@ -5,6 +5,7 @@ declare const iconAppearanceDisabled: {
5
5
  };
6
6
  disabledPrimary: {
7
7
  fill: string;
8
+ borderColor: string;
8
9
  badgeAppearance: string;
9
10
  iconFill: string;
10
11
  };
@@ -8,6 +8,7 @@ declare const iconAppearanceError: {
8
8
  errorPrimary: {
9
9
  fill: string;
10
10
  fillHover: string;
11
+ borderColor: string;
11
12
  badgeAppearance: string;
12
13
  iconFill: string;
13
14
  };
@@ -6,7 +6,6 @@ declare const iconAppearanceInfo: {
6
6
  };
7
7
  infoPrimary: {
8
8
  fill: string;
9
- fillHover: string;
10
9
  borderColor: string;
11
10
  badgeAppearance: string;
12
11
  iconFill: string;
@@ -8,6 +8,7 @@ declare const iconAppearancePrimary: {
8
8
  primaryPrimary: {
9
9
  fill: string;
10
10
  fillHover: string;
11
+ borderColor: string;
11
12
  badgeAppearance: string;
12
13
  iconFill: string;
13
14
  };
@@ -6,6 +6,7 @@ declare const iconAppearanceSecondary: {
6
6
  secondaryPrimary: {
7
7
  fill: string;
8
8
  fillHover: string;
9
+ borderColor: string;
9
10
  badgeAppearance: string;
10
11
  iconFill: string;
11
12
  };
@@ -6,6 +6,7 @@ declare const iconAppearanceSuccess: {
6
6
  successPrimary: {
7
7
  fill: string;
8
8
  fillHover: string;
9
+ borderColor: string;
9
10
  badgeAppearance: string;
10
11
  iconFill: string;
11
12
  };
@@ -2,6 +2,7 @@ declare const iconAppearanceSurface: {
2
2
  surfacePrimary: {
3
3
  fill: string;
4
4
  fillHover: string;
5
+ borderColor: string;
5
6
  badgeAppearance: string;
6
7
  iconFill: string;
7
8
  };
@@ -8,6 +8,7 @@ declare const iconAppearanceWarning: {
8
8
  warningPrimary: {
9
9
  fill: string;
10
10
  fillHover: string;
11
+ borderColor: string;
11
12
  badgeAppearance: string;
12
13
  iconFill: string;
13
14
  };
@@ -1,3 +1,6 @@
1
- import type { ImageProps } from './Image.interface';
2
- declare function Image(props: ImageProps): import("react/jsx-runtime").JSX.Element;
1
+ declare const Image: import("react").ForwardRefExoticComponent<{
2
+ imageSrc?: string;
3
+ src?: string;
4
+ svgSrc?: string;
5
+ } & import("react").RefAttributes<HTMLDivElement>>;
3
6
  export { Image };
@@ -8,7 +8,6 @@ declare const labelAppearanceError: {
8
8
  };
9
9
  errorPrimary: {
10
10
  fill: string;
11
- fillHover: string;
12
11
  labelTextColor: string;
13
12
  borderColor: string;
14
13
  iconAfterFillIcon: string;
@@ -0,0 +1,8 @@
1
+ declare const labelAppearanceWarning: {
2
+ gradient: {
3
+ fill: string;
4
+ fillHover: string;
5
+ labelTextColor: string;
6
+ };
7
+ };
8
+ export { labelAppearanceWarning };
@@ -2,7 +2,6 @@ declare const labelAppearancePrimary: {
2
2
  primaryMutedPrimary: {
3
3
  fill: string;
4
4
  labelTextColor: string;
5
- labelTextColorHover: string;
6
5
  borderColor: string;
7
6
  iconAfterFillIcon: string;
8
7
  iconBeforeFillIcon: string;
@@ -8,7 +8,6 @@ declare const labelAppearanceSuccess: {
8
8
  };
9
9
  successPrimary: {
10
10
  fill: string;
11
- fillHover: string;
12
11
  labelTextColor: string;
13
12
  borderColor: string;
14
13
  iconAfterFillIcon: string;
@@ -2,7 +2,6 @@ declare const labelAppearanceSurface: {
2
2
  surfaceMutedPrimary: {
3
3
  fill: string;
4
4
  labelTextColor: string;
5
- labelTextColorHover: string;
6
5
  borderColor: string;
7
6
  iconAfterFillIcon: string;
8
7
  iconBeforeFillIcon: string;
@@ -1,4 +1,8 @@
1
- import type { LogoConfig, LogoProps } from './Logo.interface';
1
+ import type { LogoConfig } from './Logo.interface';
2
2
  declare const logoConfig: LogoConfig;
3
- declare function Logo(props: LogoProps): import("react/jsx-runtime").JSX.Element;
3
+ declare const Logo: import("react").ForwardRefExoticComponent<{
4
+ imageSrc?: string;
5
+ src?: string;
6
+ svgSrc?: string;
7
+ } & import("react").RefAttributes<HTMLDivElement>>;
4
8
  export { Logo, logoConfig };
@@ -5,8 +5,29 @@ declare const paginationAppearanceAccent: {
5
5
  };
6
6
  accentPrimary: {
7
7
  fill: string;
8
- fillHover: string;
8
+ fillActive: string;
9
+ fillInput: string;
9
10
  borderColor: string;
11
+ textColor: string;
12
+ builderIconFillIcon: string;
13
+ nextIconFillIcon: string;
14
+ pageCountDescTextColor: string;
15
+ pageCountDropdownAlignment: string;
16
+ pageCountDropdownElevation: number;
17
+ pageCountDropdownFill: string;
18
+ pageCountDropdownItemDividerFill: string;
19
+ pageCountDropdownItemFill: string;
20
+ pageCountDropdownItemFillActive: string;
21
+ pageCountDropdownItemFillActiveHover: string;
22
+ pageCountDropdownItemFillHover: string;
23
+ pageCountDropdownItemLabelAlign: string;
24
+ pageCountDropdownItemLabelColor: string;
25
+ pageCountDropdownItemLabelColorActive: string;
26
+ pageCountDropdownItemLabelColorActiveHover: string;
27
+ pageCountDropdownItemLabelColorHover: string;
28
+ pageCountInputIconColor: string;
29
+ pageCountInputTextColor: string;
30
+ previousIconFillIcon: string;
10
31
  };
11
32
  accentSecondary: {
12
33
  fill: string;
@@ -2,6 +2,8 @@ declare const paginationAppearanceSize: {
2
2
  sizeL: {
3
3
  size: string;
4
4
  labelTextSize: string;
5
+ textSize: string;
6
+ builderIcon: any;
5
7
  iconAfterFillSize: string;
6
8
  iconAfterSize: string;
7
9
  iconBeforeFillSize: string;
@@ -11,6 +13,7 @@ declare const paginationAppearanceSize: {
11
13
  pageCountDropdownItemDividerSize: string;
12
14
  pageCountDropdownItemLabelSize: string;
13
15
  pageCountDropdownItemSize: string;
16
+ pageCountDropdownItemWidth: string;
14
17
  pageCountInputIcon: any;
15
18
  pageCountInputIconFillSize: string;
16
19
  pageCountInputTextSize: string;
@@ -19,6 +22,8 @@ declare const paginationAppearanceSize: {
19
22
  sizeM: {
20
23
  size: string;
21
24
  labelTextSize: string;
25
+ textSize: string;
26
+ builderIcon: any;
22
27
  iconAfterFillSize: string;
23
28
  iconAfterSize: string;
24
29
  iconBeforeFillSize: string;
@@ -28,7 +33,6 @@ declare const paginationAppearanceSize: {
28
33
  pageCountDropdownItemDividerSize: string;
29
34
  pageCountDropdownItemLabelSize: string;
30
35
  pageCountDropdownItemSize: string;
31
- pageCountDropdownItemWidth: string;
32
36
  pageCountInputIcon: any;
33
37
  pageCountInputIconFillSize: string;
34
38
  pageCountInputTextSize: string;
@@ -37,20 +41,35 @@ declare const paginationAppearanceSize: {
37
41
  sizeS: {
38
42
  size: string;
39
43
  labelTextSize: string;
44
+ textSize: string;
45
+ builderIcon: any;
40
46
  iconAfterFillSize: string;
41
47
  iconAfterSize: string;
42
48
  iconBeforeFillSize: string;
43
49
  iconBeforeSize: string;
44
50
  nextIcon: any;
51
+ pageCountDescTextSize: string;
52
+ pageCountDropdownItemDividerSize: string;
53
+ pageCountDropdownItemLabelSize: string;
54
+ pageCountDropdownItemSize: string;
55
+ pageCountInputIcon: any;
56
+ pageCountInputTextSize: string;
45
57
  previousIcon: any;
46
58
  };
47
59
  sizeXS: {
48
60
  size: string;
49
61
  labelTextSize: string;
62
+ textSize: string;
50
63
  beforeSize: string;
64
+ builderIcon: any;
51
65
  iconAfterFillSize: string;
52
66
  nextIcon: any;
67
+ pageCountDescTextSize: string;
68
+ pageCountDropdownItemDividerSize: string;
69
+ pageCountDropdownItemLabelSize: string;
70
+ pageCountDropdownItemSize: string;
53
71
  pageCountInputIcon: any;
72
+ pageCountInputTextSize: string;
54
73
  previousIcon: any;
55
74
  };
56
75
  };
@@ -1,7 +1,10 @@
1
1
  declare const paginationAppearanceSurface: {
2
2
  surfacePrimary: {
3
3
  fill: string;
4
- fillHover: string;
4
+ fillActive: string;
5
+ fillInput: string;
6
+ textColor: string;
7
+ builderIconFillIcon: string;
5
8
  nextIconFillIcon: string;
6
9
  pageCountDescTextColor: string;
7
10
  pageCountDropdownAlignment: string;
@@ -1,15 +1,13 @@
1
1
  export declare const radioAppearance: {
2
- full: {
3
- borderColor: string;
4
- };
5
- ghost: {
6
- fill: string;
2
+ solid: {
7
3
  borderColor: string;
8
4
  };
9
5
  outlined: {
10
6
  fill: string;
11
7
  };
12
- solid: {
8
+ full: {};
9
+ ghost: {
10
+ fill: string;
13
11
  borderColor: string;
14
12
  };
15
13
  sizeM: {
@@ -29,65 +27,47 @@ export declare const radioAppearance: {
29
27
  };
30
28
  disabledPrimary: {
31
29
  fill: string;
30
+ fillCheckmark: string;
31
+ labelTextColor: string;
32
+ descTextColor: string;
32
33
  borderColor: string;
33
- borderHover: string;
34
- textColor: string;
35
- iconBeforeFill: string;
36
- iconClearFill: string;
37
- placeholderTextColor: string;
34
+ borderColorRadio: string;
35
+ borderColorRadioActive: string;
38
36
  };
39
37
  requirePrimary: {
40
38
  fill: string;
39
+ fillCheckmark: string;
40
+ labelTextColor: string;
41
+ descTextColor: string;
41
42
  borderColor: string;
42
- borderHover: string;
43
- textColor: string;
44
- iconBeforeFill: string;
45
- iconClearFill: string;
46
- placeholderTextColor: string;
47
- };
48
- requireSecondary: {
49
- fill: string;
50
- borderColor: string;
51
- borderHover: string;
52
- iconBeforeFill: string;
53
- iconClearFill: string;
54
- placeholderTextColor: string;
43
+ borderColorRadio: string;
44
+ borderColorRadioActive: string;
55
45
  };
56
- success: {
46
+ successPrimary: {
57
47
  fill: string;
58
- fillHover: string;
48
+ fillCheckmark: string;
59
49
  labelTextColor: string;
60
- labelTextColorHover: string;
61
- loaderFill: string;
62
- loaderItemFill: string;
50
+ descTextColor: string;
51
+ borderColor: string;
52
+ borderColorRadio: string;
53
+ borderColorRadioActive: string;
63
54
  };
64
- error: {
55
+ errorPrimary: {
65
56
  fill: string;
66
- fillHover: string;
67
- labelTextColor: string;
68
- labelTextColorHover: string;
69
- loaderFill: string;
70
- loaderItemFill: string;
71
- };
72
- defaultPrimary: {
73
57
  fillCheckmark: string;
74
- fillRadio: string;
75
- fillRadioActive: string;
76
- fillRadioActiveHover: string;
77
- fillRadioHover: string;
78
58
  labelTextColor: string;
79
59
  descTextColor: string;
60
+ borderColor: string;
80
61
  borderColorRadio: string;
81
62
  borderColorRadioActive: string;
82
- borderColorRadioActiveHover: string;
83
- borderColorRadioHover: string;
84
63
  };
85
- defaultSecondary: {
64
+ defaultPrimary: {
86
65
  fill: string;
66
+ fillCheckmark: string;
67
+ labelTextColor: string;
68
+ descTextColor: string;
87
69
  borderColor: string;
88
- borderHover: string;
89
- iconBeforeFill: string;
90
- iconClearFill: string;
91
- placeholderTextColor: string;
70
+ borderColorRadio: string;
71
+ borderColorRadioActive: string;
92
72
  };
93
73
  };
@@ -1,24 +1,12 @@
1
1
  declare const radioAppearanceDefault: {
2
2
  defaultPrimary: {
3
+ fill: string;
3
4
  fillCheckmark: string;
4
- fillRadio: string;
5
- fillRadioActive: string;
6
- fillRadioActiveHover: string;
7
- fillRadioHover: string;
8
5
  labelTextColor: string;
9
6
  descTextColor: string;
7
+ borderColor: string;
10
8
  borderColorRadio: string;
11
9
  borderColorRadioActive: string;
12
- borderColorRadioActiveHover: string;
13
- borderColorRadioHover: string;
14
- };
15
- defaultSecondary: {
16
- fill: string;
17
- borderColor: string;
18
- borderHover: string;
19
- iconBeforeFill: string;
20
- iconClearFill: string;
21
- placeholderTextColor: string;
22
10
  };
23
11
  };
24
12
  export { radioAppearanceDefault };
@@ -1,12 +1,12 @@
1
1
  declare const radioAppearanceDisabled: {
2
2
  disabledPrimary: {
3
3
  fill: string;
4
+ fillCheckmark: string;
5
+ labelTextColor: string;
6
+ descTextColor: string;
4
7
  borderColor: string;
5
- borderHover: string;
6
- textColor: string;
7
- iconBeforeFill: string;
8
- iconClearFill: string;
9
- placeholderTextColor: string;
8
+ borderColorRadio: string;
9
+ borderColorRadioActive: string;
10
10
  };
11
11
  };
12
12
  export { radioAppearanceDisabled };
@@ -1,11 +1,12 @@
1
1
  declare const radioAppearanceError: {
2
- error: {
2
+ errorPrimary: {
3
3
  fill: string;
4
- fillHover: string;
4
+ fillCheckmark: string;
5
5
  labelTextColor: string;
6
- labelTextColorHover: string;
7
- loaderFill: string;
8
- loaderItemFill: string;
6
+ descTextColor: string;
7
+ borderColor: string;
8
+ borderColorRadio: string;
9
+ borderColorRadioActive: string;
9
10
  };
10
11
  };
11
12
  export { radioAppearanceError };
@@ -1,20 +1,12 @@
1
1
  declare const radioAppearanceRequire: {
2
2
  requirePrimary: {
3
3
  fill: string;
4
+ fillCheckmark: string;
5
+ labelTextColor: string;
6
+ descTextColor: string;
4
7
  borderColor: string;
5
- borderHover: string;
6
- textColor: string;
7
- iconBeforeFill: string;
8
- iconClearFill: string;
9
- placeholderTextColor: string;
10
- };
11
- requireSecondary: {
12
- fill: string;
13
- borderColor: string;
14
- borderHover: string;
15
- iconBeforeFill: string;
16
- iconClearFill: string;
17
- placeholderTextColor: string;
8
+ borderColorRadio: string;
9
+ borderColorRadioActive: string;
18
10
  };
19
11
  };
20
12
  export { radioAppearanceRequire };
@@ -1,15 +1,13 @@
1
1
  declare const radioAppearanceStyle: {
2
- full: {
3
- borderColor: string;
4
- };
5
- ghost: {
6
- fill: string;
2
+ solid: {
7
3
  borderColor: string;
8
4
  };
9
5
  outlined: {
10
6
  fill: string;
11
7
  };
12
- solid: {
8
+ full: {};
9
+ ghost: {
10
+ fill: string;
13
11
  borderColor: string;
14
12
  };
15
13
  };
@@ -1,11 +1,12 @@
1
1
  declare const radioAppearanceSuccess: {
2
- success: {
2
+ successPrimary: {
3
3
  fill: string;
4
- fillHover: string;
4
+ fillCheckmark: string;
5
5
  labelTextColor: string;
6
- labelTextColorHover: string;
7
- loaderFill: string;
8
- loaderItemFill: string;
6
+ descTextColor: string;
7
+ borderColor: string;
8
+ borderColorRadio: string;
9
+ borderColorRadioActive: string;
9
10
  };
10
11
  };
11
12
  export { radioAppearanceSuccess };
@@ -1,4 +1,8 @@
1
- import type { ResponseConfig, ResponseProps } from './Response.interface';
1
+ import type { ResponseConfig } from './Response.interface';
2
2
  declare const responseConfig: ResponseConfig;
3
- declare function Response(props: ResponseProps): import("react/jsx-runtime").JSX.Element;
3
+ declare const Response: import("react").ForwardRefExoticComponent<{
4
+ imageSrc?: string;
5
+ src?: string;
6
+ svgSrc?: string;
7
+ } & import("react").RefAttributes<HTMLDivElement>>;
4
8
  export { Response, responseConfig };
@@ -55,6 +55,7 @@ export interface ResponseProps extends ResponseAppearance, StyleAttributes {
55
55
  /** desc description */
56
56
  desc?: string;
57
57
  descTextWeight?: TextWeightProps;
58
+ imageSrc?: string;
58
59
  primaryButton?: boolean;
59
60
  primaryButtonAfter?: ReactNode;
60
61
  primaryButtonBefore?: ReactNode;
@@ -62,9 +63,10 @@ export interface ResponseProps extends ResponseAppearance, StyleAttributes {
62
63
  secondaryButtonAfter?: ReactNode;
63
64
  secondaryButtonBefore?: ReactNode;
64
65
  style?: CSSProperties;
66
+ svgSrc?: string;
65
67
  /** title description */
66
68
  title?: string;
67
- isSkeleton: boolean;
69
+ isSkeleton?: boolean;
68
70
  onClickPrimaryButton?: () => void;
69
71
  onClickSecondaryButton?: () => void;
70
72
  }
@@ -1,3 +1,6 @@
1
- import type { SVGContentProps } from './SVGContent.interface';
2
- declare function SVGContent(props: SVGContentProps): import("react/jsx-runtime").JSX.Element;
1
+ declare const SVGContent: import("react").ForwardRefExoticComponent<{
2
+ imageSrc?: string;
3
+ src?: string;
4
+ svgSrc?: string;
5
+ } & import("react").RefAttributes<HTMLDivElement>>;
3
6
  export { SVGContent };