@itcase/ui 1.8.22 → 1.8.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 (150) hide show
  1. package/dist/{Avatar_cjs_DSXs1Yrg.js → Avatar_cjs_D84VawE9.js} +1 -1
  2. package/dist/{Avatar_es_DByUaJL6.js → Avatar_es_CUnfNViT.js} +1 -1
  3. package/dist/{Button_cjs_CukkOE-v.js → Button_cjs_CYUpbdMO.js} +138 -49
  4. package/dist/{Button_es_DXcCJuNX.js → Button_es_Dp6yFZgn.js} +138 -49
  5. package/dist/{ChipsGroup_cjs_9wrMZrzL.js → ChipsGroup_cjs_CTh6644i.js} +1 -1
  6. package/dist/{ChipsGroup_es_CjGZ-ulT.js → ChipsGroup_es_BFxBhYNB.js} +1 -1
  7. package/dist/{DatePicker_cjs_BriuTQqj.js → DatePicker_cjs_DamcZFbX.js} +3 -3
  8. package/dist/{DatePicker_es_DzY_fVii.js → DatePicker_es_Bm_onmmb.js} +3 -3
  9. package/dist/{Divider_cjs_DzFVtGkF.js → Divider_cjs_DhqcldLH.js} +6 -2
  10. package/dist/{Divider_es_BdU9qjKa.js → Divider_es_BEYLRagS.js} +6 -2
  11. package/dist/{DropdownItem_cjs_DY61IdLK.js → DropdownItem_cjs_B_7anyaJ.js} +2 -2
  12. package/dist/{DropdownItem_es_D8mY9vFZ.js → DropdownItem_es_B4EZYdJA.js} +2 -2
  13. package/dist/{Label_cjs_CnwET26s.js → Label_cjs_ByGAWJcj.js} +169 -29
  14. package/dist/{Label_es_Dc18d1gY.js → Label_es_BtwZ3a2V.js} +169 -29
  15. package/dist/{Loader_cjs_3VRzFLI2.js → Loader_cjs___VikiqS.js} +36 -1
  16. package/dist/{Loader_es_DEYowVdU.js → Loader_es_DHKB6tTw.js} +36 -1
  17. package/dist/{Tooltip_cjs_PkuRdzzy.js → Tooltip_cjs_CaocDcQ5.js} +82 -24
  18. package/dist/{Tooltip_es_BaGfb-qC.js → Tooltip_es_D1w1s33u.js} +82 -24
  19. package/dist/cjs/components/Accordion.js +2 -2
  20. package/dist/cjs/components/Avatar.js +2 -2
  21. package/dist/cjs/components/AvatarStack.js +2 -2
  22. package/dist/cjs/components/Badge.js +1 -1
  23. package/dist/cjs/components/Breadcrumbs/stories/__mock__.js +45 -0
  24. package/dist/cjs/components/Breadcrumbs.js +47 -58
  25. package/dist/cjs/components/Button.js +3 -3
  26. package/dist/cjs/components/Cell.js +2 -2
  27. package/dist/cjs/components/Chips.js +2 -2
  28. package/dist/cjs/components/Choice.js +2 -2
  29. package/dist/cjs/components/CookiesWarning.js +3 -3
  30. package/dist/cjs/components/DatePeriod.js +6 -6
  31. package/dist/cjs/components/DatePicker.js +5 -5
  32. package/dist/cjs/components/Divider.js +1 -1
  33. package/dist/cjs/components/Dropdown.js +3 -3
  34. package/dist/cjs/components/Icon.js +1 -1
  35. package/dist/cjs/components/InputPassword.js +1 -1
  36. package/dist/cjs/components/Label.js +2 -2
  37. package/dist/cjs/components/Loader.js +1 -1
  38. package/dist/cjs/components/MenuItem.js +1 -1
  39. package/dist/cjs/components/Modal.js +2 -2
  40. package/dist/cjs/components/ModalSheetBottom.js +19 -5
  41. package/dist/cjs/components/Pagination.js +3 -3
  42. package/dist/cjs/components/Response.js +28 -37
  43. package/dist/cjs/components/Search.js +1 -1
  44. package/dist/cjs/components/Select.js +2 -2
  45. package/dist/cjs/components/Swiper.js +1 -1
  46. package/dist/cjs/components/Tab/stories/__mock__.js +14 -0
  47. package/dist/cjs/components/Tab.js +134 -40
  48. package/dist/cjs/components/Tile.js +1 -1
  49. package/dist/cjs/components/Title.js +1 -1
  50. package/dist/cjs/components/Tooltip.js +1 -1
  51. package/dist/components/Accordion.js +2 -2
  52. package/dist/components/Avatar.js +2 -2
  53. package/dist/components/AvatarStack.js +2 -2
  54. package/dist/components/Badge.js +1 -1
  55. package/dist/components/Breadcrumbs/stories/__mock__.js +43 -0
  56. package/dist/components/Breadcrumbs.js +47 -58
  57. package/dist/components/Button.js +3 -3
  58. package/dist/components/Cell.js +2 -2
  59. package/dist/components/Chips.js +2 -2
  60. package/dist/components/Choice.js +2 -2
  61. package/dist/components/CookiesWarning.js +3 -3
  62. package/dist/components/DatePeriod.js +6 -6
  63. package/dist/components/DatePicker.js +5 -5
  64. package/dist/components/Divider.js +1 -1
  65. package/dist/components/Dropdown.js +3 -3
  66. package/dist/components/Icon.js +1 -1
  67. package/dist/components/InputPassword.js +1 -1
  68. package/dist/components/Label.js +2 -2
  69. package/dist/components/Loader.js +1 -1
  70. package/dist/components/MenuItem.js +1 -1
  71. package/dist/components/Modal.js +2 -2
  72. package/dist/components/ModalSheetBottom.js +19 -5
  73. package/dist/components/Pagination.js +3 -3
  74. package/dist/components/Response.js +28 -37
  75. package/dist/components/Search.js +1 -1
  76. package/dist/components/Select.js +2 -2
  77. package/dist/components/Swiper.js +1 -1
  78. package/dist/components/Tab/stories/__mock__.js +12 -0
  79. package/dist/components/Tab.js +134 -40
  80. package/dist/components/Tile.js +1 -1
  81. package/dist/components/Title.js +1 -1
  82. package/dist/components/Tooltip.js +1 -1
  83. package/dist/css/components/Badge/Badge.css +3 -3
  84. package/dist/css/components/Breadcrumbs/Breadcrumbs.css +22 -0
  85. package/dist/css/components/Button/Button.css +4 -4
  86. package/dist/css/components/Label/Label.css +10 -9
  87. package/dist/css/components/Loader/Loader.css +21 -2
  88. package/dist/css/styles/border-color/border-color.css +19 -0
  89. package/dist/css/styles/border-color/border-color_active.css +38 -0
  90. package/dist/css/styles/border-color/border-color_focus.css +25 -1
  91. package/dist/css/styles/border-color/border-color_hover.css +32 -0
  92. package/dist/stories/Plsyground.mdx +1 -3
  93. package/dist/types/components/Badge/appearance/badgeAccent.d.ts +13 -1
  94. package/dist/types/components/Badge/appearance/badgeDanger.d.ts +7 -1
  95. package/dist/types/components/Badge/appearance/badgeDisabled.d.ts +6 -1
  96. package/dist/types/components/Badge/appearance/badgeError.d.ts +7 -2
  97. package/dist/types/components/Badge/appearance/badgeInfo.d.ts +1 -3
  98. package/dist/types/components/Badge/appearance/badgePrimary.d.ts +7 -1
  99. package/dist/types/components/Badge/appearance/badgeSecondary.d.ts +7 -1
  100. package/dist/types/components/Badge/appearance/badgeStyle.d.ts +5 -7
  101. package/dist/types/components/Badge/appearance/badgeSuccess.d.ts +7 -1
  102. package/dist/types/components/Badge/appearance/badgeWarning.d.ts +7 -1
  103. package/dist/types/components/Breadcrumbs/Breadcrumbs.d.ts +2 -3
  104. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSize.d.ts +28 -35
  105. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSurface.d.ts +4 -3
  106. package/dist/types/components/Breadcrumbs/stories/__mock__/index.d.ts +10 -0
  107. package/dist/types/components/Button/appearance/buttonAccent.d.ts +7 -6
  108. package/dist/types/components/Button/appearance/buttonDanger.d.ts +8 -4
  109. package/dist/types/components/Button/appearance/buttonError.d.ts +14 -2
  110. package/dist/types/components/Button/appearance/buttonInfo.d.ts +19 -4
  111. package/dist/types/components/Button/appearance/buttonPrimary.d.ts +13 -0
  112. package/dist/types/components/Button/appearance/buttonSecondary.d.ts +13 -0
  113. package/dist/types/components/Button/appearance/buttonSize.d.ts +7 -0
  114. package/dist/types/components/Button/appearance/buttonStyle.d.ts +0 -2
  115. package/dist/types/components/Button/appearance/buttonSuccess.d.ts +14 -2
  116. package/dist/types/components/Button/appearance/buttonSurface.d.ts +11 -8
  117. package/dist/types/components/Button/appearance/buttonWarning.d.ts +14 -2
  118. package/dist/types/components/Label/appearance/labelAccent.d.ts +10 -1
  119. package/dist/types/components/Label/appearance/labelDanger.d.ts +20 -0
  120. package/dist/types/components/Label/appearance/labelDisable.d.ts +19 -0
  121. package/dist/types/components/Label/appearance/labelError.d.ts +13 -2
  122. package/dist/types/components/Label/appearance/labelInfo.d.ts +14 -2
  123. package/dist/types/components/Label/appearance/labelPrimary.d.ts +19 -0
  124. package/dist/types/components/Label/appearance/labelSecondary.d.ts +19 -0
  125. package/dist/types/components/Label/appearance/labelStyle.d.ts +0 -2
  126. package/dist/types/components/Label/appearance/labelSuccess.d.ts +11 -0
  127. package/dist/types/components/Label/appearance/labelSurface.d.ts +14 -3
  128. package/dist/types/components/Label/appearance/labelWarning.d.ts +11 -0
  129. package/dist/types/components/Loader/appearance/loaderDanger.d.ts +7 -0
  130. package/dist/types/components/Loader/appearance/loaderError.d.ts +7 -0
  131. package/dist/types/components/Loader/appearance/loaderInfo.d.ts +7 -0
  132. package/dist/types/components/Loader/appearance/loaderSuccess.d.ts +7 -0
  133. package/dist/types/components/Loader/appearance/loaderWarning.d.ts +7 -0
  134. package/dist/types/components/ModalSheetBottom/ModalSheetBottom.d.ts +2 -1
  135. package/dist/types/components/Response/appearance/responceConfirm.d.ts +2 -3
  136. package/dist/types/components/Response/appearance/responceFail.d.ts +2 -3
  137. package/dist/types/components/Response/appearance/responceNothingFound.d.ts +2 -3
  138. package/dist/types/components/Response/appearance/responceRefresh.d.ts +2 -3
  139. package/dist/types/components/Response/appearance/responseError.d.ts +2 -3
  140. package/dist/types/components/Response/appearance/responseSuccess.d.ts +2 -3
  141. package/dist/types/components/Response/appearance/responseUnableLoadData.d.ts +2 -3
  142. package/dist/types/components/Response/appearance/responseWarning.d.ts +2 -3
  143. package/dist/types/components/Tab/appearance/tabError.d.ts +13 -0
  144. package/dist/types/components/Tab/appearance/tabSize.d.ts +41 -0
  145. package/dist/types/components/Tab/appearance/tabStyle.d.ts +2 -2
  146. package/dist/types/components/Tab/appearance/tabSuccess.d.ts +13 -0
  147. package/dist/types/components/Tab/appearance/tabSurface.d.ts +29 -24
  148. package/dist/types/components/Tab/appearance/tabWarning.d.ts +13 -0
  149. package/dist/types/components/Tab/stories/__mock__/index.d.ts +22 -0
  150. package/package.json +10 -12
@@ -1,15 +1,26 @@
1
1
  declare const labelAppearanceError: {
2
- error: {
2
+ errorPrimary: {
3
3
  fill: string;
4
4
  fillHover: string;
5
5
  labelTextColor: string;
6
6
  labelTextColorHover: string;
7
+ borderColor: string;
8
+ iconAfterFillIcon: string;
9
+ iconBeforeFillIcon: string;
7
10
  };
8
- errorPrimary: {
11
+ error: {
9
12
  fill: string;
10
13
  fillHover: string;
11
14
  labelTextColor: string;
12
15
  labelTextColorHover: string;
13
16
  };
17
+ errorMuted: {
18
+ fill: string;
19
+ labelTextColor: string;
20
+ labelTextColorHover: string;
21
+ borderColor: string;
22
+ iconAfterFillIcon: string;
23
+ iconBeforeFillIcon: string;
24
+ };
14
25
  };
15
26
  export { labelAppearanceError };
@@ -1,17 +1,29 @@
1
1
  declare const labelAppearanceInfo: {
2
- accent: {
2
+ infoMuted: {
3
+ fill: string;
4
+ labelTextColor: string;
5
+ labelTextColorHover: string;
6
+ borderColor: string;
7
+ iconAfterFillIcon: string;
8
+ iconBeforeFillIcon: string;
9
+ };
10
+ infoPrimary: {
3
11
  fill: string;
4
12
  fillHover: string;
5
13
  labelTextColor: string;
6
14
  labelTextColorHover: string;
7
15
  borderColor: string;
16
+ iconAfterFillIcon: string;
17
+ iconBeforeFillIcon: string;
8
18
  };
9
- accentSecondary: {
19
+ infoSecondary: {
10
20
  fill: string;
11
21
  fillHover: string;
12
22
  labelTextColor: string;
13
23
  labelTextColorHover: string;
14
24
  borderColor: string;
25
+ iconAfterFillIcon: string;
26
+ iconBeforeFillIcon: string;
15
27
  };
16
28
  };
17
29
  export { labelAppearanceInfo };
@@ -3,6 +3,25 @@ declare const labelAppearancePrimary: {
3
3
  fill: string;
4
4
  labelTextColor: string;
5
5
  labelTextColorHover: string;
6
+ borderColor: string;
7
+ iconAfterFillIcon: string;
8
+ iconBeforeFillIcon: string;
9
+ };
10
+ primaryMuted: {
11
+ fill: string;
12
+ labelTextColor: string;
13
+ labelTextColorHover: string;
14
+ borderColor: string;
15
+ iconAfterFillIcon: string;
16
+ iconBeforeFillIcon: string;
17
+ };
18
+ primaryPrimary: {
19
+ fill: string;
20
+ labelTextColor: string;
21
+ labelTextColorHover: string;
22
+ borderColor: string;
23
+ iconAfterFillIcon: string;
24
+ iconBeforeFillIcon: string;
6
25
  };
7
26
  };
8
27
  export { labelAppearancePrimary };
@@ -3,6 +3,25 @@ declare const labelAppearanceSecondary: {
3
3
  fill: string;
4
4
  labelTextColor: string;
5
5
  labelTextColorHover: string;
6
+ borderColor: string;
7
+ iconAfterFillIcon: string;
8
+ iconBeforeFillIcon: string;
9
+ };
10
+ secondaryMuted: {
11
+ fill: string;
12
+ labelTextColor: string;
13
+ labelTextColorHover: string;
14
+ borderColor: string;
15
+ iconAfterFillIcon: string;
16
+ iconBeforeFillIcon: string;
17
+ };
18
+ secondaryPrimary: {
19
+ fill: string;
20
+ labelTextColor: string;
21
+ labelTextColorHover: string;
22
+ borderColor: string;
23
+ iconAfterFillIcon: string;
24
+ iconBeforeFillIcon: string;
6
25
  };
7
26
  };
8
27
  export { labelAppearanceSecondary };
@@ -2,12 +2,10 @@ declare const labelAppearanceStyle: {
2
2
  full: {};
3
3
  ghost: {
4
4
  fill: string;
5
- fillHover: string;
6
5
  borderColor: string;
7
6
  };
8
7
  outlined: {
9
8
  fill: string;
10
- fillHover: string;
11
9
  };
12
10
  solid: {
13
11
  borderColor: string;
@@ -5,11 +5,22 @@ declare const labelAppearanceSuccess: {
5
5
  labelTextColor: string;
6
6
  labelTextColorHover: string;
7
7
  };
8
+ successMuted: {
9
+ fill: string;
10
+ labelTextColor: string;
11
+ labelTextColorHover: string;
12
+ borderColor: string;
13
+ iconAfterFillIcon: string;
14
+ iconBeforeFillIcon: string;
15
+ };
8
16
  successPrimary: {
9
17
  fill: string;
10
18
  fillHover: string;
11
19
  labelTextColor: string;
12
20
  labelTextColorHover: string;
21
+ borderColor: string;
22
+ iconAfterFillIcon: string;
23
+ iconBeforeFillIcon: string;
13
24
  };
14
25
  };
15
26
  export { labelAppearanceSuccess };
@@ -1,21 +1,32 @@
1
1
  declare const labelAppearanceSurface: {
2
+ surfaceMuted: {
3
+ fill: string;
4
+ labelTextColor: string;
5
+ labelTextColorHover: string;
6
+ borderColor: string;
7
+ iconAfterFillIcon: string;
8
+ iconBeforeFillIcon: string;
9
+ };
2
10
  surfacePrimary: {
3
11
  fill: string;
4
12
  fillHover: string;
5
13
  labelTextColor: string;
6
14
  labelTextColorHover: string;
15
+ borderColor: string;
16
+ iconAfterFillIcon: string;
17
+ iconBeforeFillIcon: string;
7
18
  };
8
- surfaceSecondary: {
19
+ surfaceQuaternary: {
9
20
  fill: string;
10
21
  labelTextColor: string;
11
22
  labelTextColorHover: string;
12
23
  };
13
- surfaceTertiary: {
24
+ surfaceSecondary: {
14
25
  fill: string;
15
26
  labelTextColor: string;
16
27
  labelTextColorHover: string;
17
28
  };
18
- surfaceQuaternary: {
29
+ surfaceTertiary: {
19
30
  fill: string;
20
31
  labelTextColor: string;
21
32
  labelTextColorHover: string;
@@ -5,11 +5,22 @@ declare const labelAppearanceWarning: {
5
5
  labelTextColor: string;
6
6
  labelTextColorHover: string;
7
7
  };
8
+ warningMuted: {
9
+ fill: string;
10
+ labelTextColor: string;
11
+ labelTextColorHover: string;
12
+ borderColor: string;
13
+ iconAfterFillIcon: string;
14
+ iconBeforeFillIcon: string;
15
+ };
8
16
  warningPrimary: {
9
17
  fill: string;
10
18
  fillHover: string;
11
19
  labelTextColor: string;
12
20
  labelTextColorHover: string;
21
+ borderColor: string;
22
+ iconAfterFillIcon: string;
23
+ iconBeforeFillIcon: string;
13
24
  };
14
25
  };
15
26
  export { labelAppearanceWarning };
@@ -0,0 +1,7 @@
1
+ declare const loaderAppearanceDanger: {
2
+ dangerPrimary: {
3
+ fill: string;
4
+ itemFill: string;
5
+ };
6
+ };
7
+ export { loaderAppearanceDanger };
@@ -0,0 +1,7 @@
1
+ declare const loaderAppearanceError: {
2
+ errorPrimary: {
3
+ fill: string;
4
+ itemFill: string;
5
+ };
6
+ };
7
+ export { loaderAppearanceError };
@@ -0,0 +1,7 @@
1
+ declare const loaderAppearanceInfo: {
2
+ infoPrimary: {
3
+ fill: string;
4
+ itemFill: string;
5
+ };
6
+ };
7
+ export { loaderAppearanceInfo };
@@ -0,0 +1,7 @@
1
+ declare const loaderAppearanceSuccess: {
2
+ successPrimary: {
3
+ fill: string;
4
+ itemFill: string;
5
+ };
6
+ };
7
+ export { loaderAppearanceSuccess };
@@ -0,0 +1,7 @@
1
+ declare const loaderAppearanceWarning: {
2
+ warningPrimary: {
3
+ fill: string;
4
+ itemFill: string;
5
+ };
6
+ };
7
+ export { loaderAppearanceWarning };
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import type { ModalSheetBottomProps } from './ModalSheetBottom.interface';
2
- declare function ModalSheetBottom(props: ModalSheetBottomProps): import("react/jsx-runtime").JSX.Element;
3
+ declare const ModalSheetBottom: React.ForwardRefExoticComponent<ModalSheetBottomProps & React.RefAttributes<ModalSheetBottomRef>>;
3
4
  export { ModalSheetBottom };
@@ -2,12 +2,11 @@ declare const responseAppearanceConfirm: {
2
2
  confirm: {
3
3
  fill: string;
4
4
  titleTextColor: string;
5
+ titleTextSize: string;
5
6
  labelTextColor: string;
7
+ descTextSize: string;
6
8
  primaryButtonAppearance: string;
7
9
  secondaryButtonAppearance: string;
8
- svgFill: string;
9
- SvgImage: any;
10
- svgPathFill: string;
11
10
  };
12
11
  };
13
12
  export { responseAppearanceConfirm };
@@ -2,12 +2,11 @@ declare const responseAppearanceFail: {
2
2
  fail: {
3
3
  fill: string;
4
4
  titleTextColor: string;
5
+ titleTextSize: string;
5
6
  labelTextColor: string;
7
+ descTextSize: string;
6
8
  primaryButtonAppearance: string;
7
9
  secondaryButtonAppearance: string;
8
- svgFill: string;
9
- SvgImage: any;
10
- svgPathFill: string;
11
10
  };
12
11
  };
13
12
  export { responseAppearanceFail };
@@ -2,12 +2,11 @@ declare const responseAppearanceNothingFound: {
2
2
  nothingFound: {
3
3
  fill: string;
4
4
  titleTextColor: string;
5
+ titleTextSize: string;
5
6
  labelTextColor: string;
7
+ descTextSize: string;
6
8
  primaryButtonAppearance: string;
7
9
  secondaryButtonAppearance: string;
8
- svgFill: string;
9
- SvgImage: any;
10
- svgPathFill: string;
11
10
  };
12
11
  };
13
12
  export { responseAppearanceNothingFound };
@@ -2,12 +2,11 @@ declare const responseAppearanceRefresh: {
2
2
  refresh: {
3
3
  fill: string;
4
4
  titleTextColor: string;
5
+ titleTextSize: string;
5
6
  labelTextColor: string;
7
+ descTextSize: string;
6
8
  primaryButtonAppearance: string;
7
9
  secondaryButtonAppearance: string;
8
- svgFill: string;
9
- SvgImage: any;
10
- svgPathFill: string;
11
10
  };
12
11
  };
13
12
  export { responseAppearanceRefresh };
@@ -2,12 +2,11 @@ declare const responseAppearanceError: {
2
2
  error: {
3
3
  fill: string;
4
4
  titleTextColor: string;
5
+ titleTextSize: string;
5
6
  labelTextColor: string;
7
+ descTextSize: string;
6
8
  primaryButtonAppearance: string;
7
9
  secondaryButtonAppearance: string;
8
- svgFill: string;
9
- SvgImage: any;
10
- svgPathFill: string;
11
10
  };
12
11
  };
13
12
  export { responseAppearanceError };
@@ -2,12 +2,11 @@ declare const responseAppearanceSuccess: {
2
2
  success: {
3
3
  fill: string;
4
4
  titleTextColor: string;
5
+ titleTextSize: string;
5
6
  labelTextColor: string;
7
+ descTextSize: string;
6
8
  primaryButtonAppearance: string;
7
9
  secondaryButtonAppearance: string;
8
- svgFill: string;
9
- SvgImage: any;
10
- svgPathFill: string;
11
10
  };
12
11
  };
13
12
  export { responseAppearanceSuccess };
@@ -2,12 +2,11 @@ declare const responseAppearanceUnableLoadData: {
2
2
  unableLoadData: {
3
3
  fill: string;
4
4
  titleTextColor: string;
5
+ titleTextSize: string;
5
6
  labelTextColor: string;
7
+ descTextSize: string;
6
8
  primaryButtonAppearance: string;
7
9
  secondaryButtonAppearance: string;
8
- svgFill: string;
9
- SvgImage: any;
10
- svgPathFill: string;
11
10
  };
12
11
  };
13
12
  export { responseAppearanceUnableLoadData };
@@ -2,12 +2,11 @@ declare const responseAppearanceWarning: {
2
2
  warning: {
3
3
  fill: string;
4
4
  titleTextColor: string;
5
+ titleTextSize: string;
5
6
  labelTextColor: string;
7
+ descTextSize: string;
6
8
  primaryButtonAppearance: string;
7
9
  secondaryButtonAppearance: string;
8
- svgFill: string;
9
- SvgImage: any;
10
- svgPathFill: string;
11
10
  };
12
11
  };
13
12
  export { responseAppearanceWarning };
@@ -0,0 +1,13 @@
1
+ declare const tabAppearanceError: {
2
+ errorPrimary: {
3
+ fill: string;
4
+ fillDisabled: string;
5
+ labelColor: string;
6
+ labelColorActive: string;
7
+ labelColorDisabled: string;
8
+ dividerFillDisabled: string;
9
+ badgeAppearance: string;
10
+ dividerFill: string;
11
+ };
12
+ };
13
+ export { tabAppearanceError };
@@ -1,10 +1,51 @@
1
1
  declare const tabAppearanceSize: {
2
+ sizeXXL: {
3
+ size: string;
4
+ labelTextSize: string;
5
+ badgeSize: string;
6
+ badgeTextSize: string;
7
+ dividerSize: string;
8
+ };
9
+ sizeXL: {
10
+ size: string;
11
+ labelTextSize: string;
12
+ badgeSize: string;
13
+ badgeTextSize: string;
14
+ dividerSize: string;
15
+ };
2
16
  sizeL: {
3
17
  size: string;
4
18
  labelTextSize: string;
19
+ badgeSize: string;
20
+ badgeTextSize: string;
5
21
  dividerSize: string;
22
+ };
23
+ sizeM: {
24
+ size: string;
25
+ labelTextSize: string;
6
26
  badgeSize: string;
7
27
  badgeTextSize: string;
28
+ dividerSize: string;
29
+ };
30
+ sizeS: {
31
+ size: string;
32
+ labelTextSize: string;
33
+ badgeSize: string;
34
+ badgeTextSize: string;
35
+ dividerSize: string;
36
+ };
37
+ sizeXS: {
38
+ size: string;
39
+ labelTextSize: string;
40
+ badgeSize: string;
41
+ badgeTextSize: string;
42
+ };
43
+ sizeXXS: {
44
+ size: string;
45
+ labelTextSize: string;
46
+ badgeSize: string;
47
+ badgeTextSize: string;
48
+ dividerSize: string;
8
49
  };
9
50
  };
10
51
  export { tabAppearanceSize };
@@ -2,13 +2,13 @@ declare const tabAppearanceStyle: {
2
2
  full: {};
3
3
  ghost: {
4
4
  fill: string;
5
- borderWidth: string;
5
+ borderColor: string;
6
6
  };
7
7
  outlined: {
8
8
  fill: string;
9
9
  };
10
10
  solid: {
11
- borderWidth: string;
11
+ borderColor: string;
12
12
  };
13
13
  };
14
14
  export { tabAppearanceStyle };
@@ -0,0 +1,13 @@
1
+ declare const tabAppearanceSuccess: {
2
+ successPrimary: {
3
+ fill: string;
4
+ fillDisabled: string;
5
+ labelColor: string;
6
+ labelColorActive: string;
7
+ labelColorDisabled: string;
8
+ dividerFillDisabled: string;
9
+ badgeAppearance: string;
10
+ dividerFill: string;
11
+ };
12
+ };
13
+ export { tabAppearanceSuccess };
@@ -1,51 +1,56 @@
1
1
  declare const tabAppearanceSurface: {
2
2
  surfacePrimary: {
3
3
  fill: string;
4
+ fillActive: string;
5
+ fillActiveHover: string;
4
6
  fillDisabled: string;
5
- labelColor: string;
6
- labelColorActive: string;
7
- labelColorDisabled: string;
7
+ fillHover: string;
8
+ labelTextColor: string;
9
+ labelTextColorActive: string;
10
+ borderColor: string;
8
11
  dividerFillDisabled: string;
9
- dividerFill: string;
10
- dividerFillActive: string;
11
- dividerFillHover: string;
12
12
  badgeAppearance: string;
13
+ dividerFillActive: string;
14
+ iconFillIcon: string;
13
15
  };
14
- surfaceQuaternary: {
16
+ surfaceSecondary: {
15
17
  fill: string;
18
+ fillActive: string;
19
+ fillActiveHover: string;
16
20
  fillDisabled: string;
17
21
  fillHover: string;
18
- labelColor: string;
19
- labelColorActive: string;
20
- labelColorDisabled: string;
22
+ labelTextColor: string;
23
+ labelTextColorActive: string;
21
24
  dividerFillDisabled: string;
22
- dividerFill: string;
25
+ badgeAppearance: string;
23
26
  dividerFillActive: string;
24
- dividerFillHover: string;
27
+ iconFillIcon: string;
25
28
  };
26
- surfaceSecondary: {
29
+ surfaceTertiary: {
27
30
  fill: string;
31
+ fillActive: string;
32
+ fillActiveHover: string;
28
33
  fillDisabled: string;
29
34
  fillHover: string;
30
- labelColor: string;
31
- labelColorActive: string;
32
- labelColorDisabled: string;
35
+ labelTextColor: string;
36
+ labelTextColorActive: string;
33
37
  dividerFillDisabled: string;
34
- dividerFill: string;
38
+ badgeAppearance: string;
35
39
  dividerFillActive: string;
36
- dividerFillHover: string;
40
+ iconFillIcon: string;
37
41
  };
38
- surfaceTertiary: {
42
+ surfaceQuaternary: {
39
43
  fill: string;
44
+ fillActive: string;
45
+ fillActiveHover: string;
40
46
  fillDisabled: string;
41
47
  fillHover: string;
42
- labelColor: string;
43
- labelColorActive: string;
44
- labelColorDisabled: string;
48
+ labelTextColor: string;
49
+ labelTextColorActive: string;
45
50
  dividerFillDisabled: string;
46
- dividerFill: string;
51
+ badgeAppearance: string;
47
52
  dividerFillActive: string;
48
- dividerFillHover: string;
53
+ iconFillIcon: string;
49
54
  };
50
55
  };
51
56
  export { tabAppearanceSurface };
@@ -0,0 +1,13 @@
1
+ declare const tabAppearanceWarning: {
2
+ warningPrimary: {
3
+ fill: string;
4
+ fillDisabled: string;
5
+ labelColor: string;
6
+ labelColorActive: string;
7
+ labelColorDisabled: string;
8
+ dividerFillDisabled: string;
9
+ badgeAppearance: string;
10
+ dividerFill: string;
11
+ };
12
+ };
13
+ export { tabAppearanceWarning };
@@ -0,0 +1,22 @@
1
+ declare const tabListMock: {
2
+ tabList: ({
3
+ key: number;
4
+ label: string;
5
+ isActive: boolean;
6
+ badgeValue?: undefined;
7
+ icon?: undefined;
8
+ } | {
9
+ key: number;
10
+ label: string;
11
+ badgeValue: number;
12
+ isActive: boolean;
13
+ icon?: undefined;
14
+ } | {
15
+ key: number;
16
+ label: string;
17
+ icon: string;
18
+ isActive: boolean;
19
+ badgeValue?: undefined;
20
+ })[];
21
+ };
22
+ export { tabListMock };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui",
3
- "version": "1.8.22",
3
+ "version": "1.8.24",
4
4
  "description": "UI components (Modal, Loader, Popup, etc)",
5
5
  "keywords": [
6
6
  "Modal",
@@ -97,21 +97,19 @@
97
97
  "dependencies": {
98
98
  "@emotion/is-prop-valid": "^1.3.1",
99
99
  "@itcase/common": "^1.2.26",
100
- "@itcase/config": "^1.0.47",
101
- "@itcase/icons": "^1.1.1",
100
+ "@itcase/icons": "^1.1.3",
102
101
  "@itcase/storybook-config": "^1.1.13",
103
102
  "@itcase/tokens-am": "^1.1.9",
104
103
  "@itcase/tokens-baikal": "^1.1.9",
105
- "@itcase/types": "^1.0.4",
106
104
  "@itcase/tokens-palette": "^1.1.11",
107
105
  "clsx": "^2.1.1",
108
106
  "date-fns": "^4.1.0",
109
107
  "eslint-import-resolver-alias": "^1.1.2",
110
108
  "eslint-plugin-import": "^2.31.0",
111
- "framer-motion": "^12.16.0",
109
+ "framer-motion": "^12.17.0",
112
110
  "js-cookie": "^3.0.5",
113
111
  "lodash": "^4.17.21",
114
- "motion": "^12.16.0",
112
+ "motion": "^12.17.0",
115
113
  "rc-slider": "^11.1.8",
116
114
  "react": "^18.3.1",
117
115
  "react-dadata": "^2.27.4",
@@ -136,7 +134,9 @@
136
134
  "@babel/preset-react": "^7.27.1",
137
135
  "@commitlint/cli": "^19.8.1",
138
136
  "@commitlint/config-conventional": "^19.8.1",
139
- "@itcase/lint": "^1.1.10",
137
+ "@itcase/config": "^1.0.47",
138
+ "@itcase/lint": "^1.1.15",
139
+ "@itcase/types": "^1.0.4",
140
140
  "@rollup/plugin-alias": "^5.1.1",
141
141
  "@rollup/plugin-babel": "^6.0.4",
142
142
  "@rollup/plugin-commonjs": "^28.0.3",
@@ -148,7 +148,6 @@
148
148
  "@semantic-release/changelog": "^6.0.3",
149
149
  "@semantic-release/git": "^10.0.1",
150
150
  "@semantic-release/release-notes-generator": "14.0.3",
151
- "@svgr/webpack": "^8.1.0",
152
151
  "@types/js-cookie": "^3.0.6",
153
152
  "@types/lodash": "^4.17.17",
154
153
  "@types/react": "^19",
@@ -165,11 +164,10 @@
165
164
  "husky": "^9.1.7",
166
165
  "lint-staged": "^16.1.0",
167
166
  "npm": "^11.4.1",
168
- "postcss": "^8.5.4",
167
+ "postcss": "^8.5.5",
169
168
  "prettier": "^3.5.3",
170
- "react-docgen-typescript": "^2.2.2",
171
- "react-svg": "^16.3.0",
172
- "rollup": "^4.41.1",
169
+ "react-docgen-typescript": "^2.4.0",
170
+ "rollup": "^4.43.0",
173
171
  "rollup-plugin-copy": "^3.5.0",
174
172
  "rollup-plugin-dts": "^6.2.1",
175
173
  "rollup-plugin-peer-deps-external": "^2.2.4",