@itcase/ui 1.8.35 → 1.8.37

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 (186) hide show
  1. package/dist/{Avatar_cjs_kADy_b4o.js → Avatar_cjs_nMPCDjk8.js} +1 -1
  2. package/dist/{Avatar_es_DbGpnL99.js → Avatar_es_B73a6TzA.js} +1 -1
  3. package/dist/{Button_cjs_CW6ENTbm.js → Button_cjs_plv5-qcj.js} +11 -2
  4. package/dist/{Button_es_DTUagqgU.js → Button_es_BigB2Wz6.js} +11 -2
  5. package/dist/ChipsGroup_cjs_DrOhD-Fc.js +312 -0
  6. package/dist/ChipsGroup_es_B9m4l0wN.js +307 -0
  7. package/dist/{DatePicker_cjs_Bx5_lZNT.js → DatePicker_cjs_CmqgSNw7.js} +4 -4
  8. package/dist/{DatePicker_es_A1FcasHs.js → DatePicker_es_mk9wFTe9.js} +4 -4
  9. package/dist/{DropdownItem_cjs_tH2DBClp.js → DropdownItem_cjs_DQvByLbN.js} +1 -1
  10. package/dist/{DropdownItem_es_BeVv-pDA.js → DropdownItem_es_KppIfto7.js} +1 -1
  11. package/dist/{Input_cjs_arr_wxD2.js → Input_cjs_CPmXkQGd.js} +1 -0
  12. package/dist/{Input_es_BW6cZThr.js → Input_es_D9Y1Rj5Y.js} +1 -0
  13. package/dist/{Label_cjs_CP4b6Mg2.js → Label_cjs_BGJfyrOL.js} +15 -13
  14. package/dist/{Label_es_DFSiy5sL.js → Label_es_C4Px7b-N.js} +15 -13
  15. package/dist/{Loader_cjs_CCrbD8Em.js → Loader_cjs_Ca4i0sER.js} +4 -2
  16. package/dist/{Loader_es_B2auu_rc.js → Loader_es_GYOr0UTX.js} +4 -2
  17. package/dist/{Tooltip_cjs_DinScDnC.js → Tooltip_cjs_DHduWa-v.js} +76 -70
  18. package/dist/{Tooltip_es_B0nm9irO.js → Tooltip_es_ltCY-w4M.js} +76 -70
  19. package/dist/cjs/components/Accordion.js +1 -1
  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 +32 -41
  24. package/dist/cjs/components/Breadcrumbs.js +41 -124
  25. package/dist/cjs/components/Button.js +3 -3
  26. package/dist/cjs/components/Cell.js +2 -2
  27. package/dist/cjs/components/Chips/stories/__mock__.js +31 -0
  28. package/dist/cjs/components/Chips.js +4 -4
  29. package/dist/cjs/components/Choice/stories/__mock__.js +15 -15
  30. package/dist/cjs/components/Choice.js +20 -18
  31. package/dist/cjs/components/CookiesWarning.js +3 -3
  32. package/dist/cjs/components/Dadata.js +1 -1
  33. package/dist/cjs/components/DatePeriod.js +7 -7
  34. package/dist/cjs/components/DatePicker.js +6 -6
  35. package/dist/cjs/components/Drawer.js +1 -1
  36. package/dist/cjs/components/Dropdown/stories/__mock__.js +104 -33
  37. package/dist/cjs/components/Dropdown.js +2 -2
  38. package/dist/cjs/components/HeroTitle.js +1 -1
  39. package/dist/cjs/components/Icon.js +1 -1
  40. package/dist/cjs/components/Input.js +1 -1
  41. package/dist/cjs/components/InputPassword.js +1 -1
  42. package/dist/cjs/components/Label.js +2 -2
  43. package/dist/cjs/components/Loader.js +1 -1
  44. package/dist/cjs/components/MenuItem.js +17 -12
  45. package/dist/cjs/components/Modal.js +2 -2
  46. package/dist/cjs/components/Notification.js +3 -8
  47. package/dist/cjs/components/Pagination.js +2 -4
  48. package/dist/cjs/components/Response.js +3 -3
  49. package/dist/cjs/components/ScrollOnDrag.js +5 -3
  50. package/dist/cjs/components/Search.js +1 -1
  51. package/dist/cjs/components/Segmented/stories/__mock__.js +26 -11
  52. package/dist/cjs/components/Segmented.js +84 -52
  53. package/dist/cjs/components/Select.js +1 -1
  54. package/dist/cjs/components/Swiper.js +1 -1
  55. package/dist/cjs/components/Tab.js +1 -1
  56. package/dist/cjs/components/Textarea.js +8 -9
  57. package/dist/cjs/components/Tile.js +1 -1
  58. package/dist/cjs/components/Title.js +1 -1
  59. package/dist/cjs/components/Tooltip.js +1 -1
  60. package/dist/cjs/hooks/useStyles/styleAttributes.js +1 -1
  61. package/dist/components/Accordion.js +1 -1
  62. package/dist/components/Avatar.js +2 -2
  63. package/dist/components/AvatarStack.js +2 -2
  64. package/dist/components/Badge.js +1 -1
  65. package/dist/components/Breadcrumbs/stories/__mock__.js +32 -41
  66. package/dist/components/Breadcrumbs.js +41 -124
  67. package/dist/components/Button.js +3 -3
  68. package/dist/components/Cell.js +2 -2
  69. package/dist/components/Chips/stories/__mock__.js +29 -0
  70. package/dist/components/Chips.js +4 -4
  71. package/dist/components/Choice/stories/__mock__.js +15 -15
  72. package/dist/components/Choice.js +20 -18
  73. package/dist/components/CookiesWarning.js +3 -3
  74. package/dist/components/Dadata.js +1 -1
  75. package/dist/components/DatePeriod.js +7 -7
  76. package/dist/components/DatePicker.js +6 -6
  77. package/dist/components/Drawer.js +1 -1
  78. package/dist/components/Dropdown/stories/__mock__.js +102 -34
  79. package/dist/components/Dropdown.js +2 -2
  80. package/dist/components/HeroTitle.js +1 -1
  81. package/dist/components/Icon.js +1 -1
  82. package/dist/components/Input.js +1 -1
  83. package/dist/components/InputPassword.js +1 -1
  84. package/dist/components/Label.js +2 -2
  85. package/dist/components/Loader.js +1 -1
  86. package/dist/components/MenuItem.js +17 -12
  87. package/dist/components/Modal.js +2 -2
  88. package/dist/components/Notification.js +3 -8
  89. package/dist/components/Pagination.js +3 -5
  90. package/dist/components/Response.js +3 -3
  91. package/dist/components/ScrollOnDrag.js +7 -5
  92. package/dist/components/Search.js +1 -1
  93. package/dist/components/Segmented/stories/__mock__.js +24 -12
  94. package/dist/components/Segmented.js +84 -52
  95. package/dist/components/Select.js +1 -1
  96. package/dist/components/Swiper.js +1 -1
  97. package/dist/components/Tab.js +1 -1
  98. package/dist/components/Textarea.js +8 -9
  99. package/dist/components/Tile.js +1 -1
  100. package/dist/components/Title.js +1 -1
  101. package/dist/components/Tooltip.js +1 -1
  102. package/dist/css/components/Breadcrumbs/Breadcrumbs.css +39 -6
  103. package/dist/css/components/Chips/Chips.css +40 -14
  104. package/dist/css/components/Icon/Icon.css +24 -0
  105. package/dist/css/components/Loader/Loader.css +1 -19
  106. package/dist/css/components/MenuItem/MenuItem.css +53 -30
  107. package/dist/css/components/Notification/Notification.css +0 -48
  108. package/dist/css/components/ScrollOnDrag/ScrollOnDrag.css +230 -4
  109. package/dist/css/components/Segmented/Segmented.css +64 -8
  110. package/dist/css/components/Segmented/css/__item/segmaented__item.css +28 -0
  111. package/dist/css/styles/centering/centering.css +17 -0
  112. package/dist/css/styles/shape-strength/shape-strength.css +6 -0
  113. package/dist/hooks/useStyles/styleAttributes.js +1 -1
  114. package/dist/stories/BreadcrumbsPlsyground.mdx +1 -1
  115. package/dist/stories/ChipsOverview.mdx +26 -14
  116. package/dist/stories/ChipsPlayground.mdx +3 -3
  117. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsAccent.d.ts +2 -12
  118. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSize.d.ts +7 -14
  119. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsStyle.d.ts +4 -6
  120. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSurface.d.ts +11 -8
  121. package/dist/types/components/Breadcrumbs/stories/__mock__/index.d.ts +5 -8
  122. package/dist/types/components/Button/appearance/buttonSurface.d.ts +9 -0
  123. package/dist/types/components/Chips/Chips.interface.d.ts +1 -0
  124. package/dist/types/components/Chips/appearance/chipsAccent.d.ts +9 -1
  125. package/dist/types/components/Chips/appearance/chipsDanger.d.ts +16 -1
  126. package/dist/types/components/Chips/appearance/chipsError.d.ts +16 -1
  127. package/dist/types/components/Chips/appearance/chipsInfo.d.ts +16 -1
  128. package/dist/types/components/Chips/appearance/chipsPrimary.d.ts +11 -2
  129. package/dist/types/components/Chips/appearance/chipsSecondary.d.ts +10 -2
  130. package/dist/types/components/Chips/appearance/chipsSuccess.d.ts +16 -1
  131. package/dist/types/components/Chips/appearance/chipsSurface.d.ts +11 -1
  132. package/dist/types/components/Chips/appearance/chipsWarning.d.ts +16 -1
  133. package/dist/types/components/Chips/stories/__mock__/index.d.ts +14 -0
  134. package/dist/types/components/Choice/appearance/choiceDefault.d.ts +1 -0
  135. package/dist/types/components/Choice/appearance/choiceDisabled.d.ts +1 -1
  136. package/dist/types/components/Choice/appearance/choiceError.d.ts +1 -0
  137. package/dist/types/components/Choice/appearance/choiceRequire.d.ts +1 -0
  138. package/dist/types/components/Choice/appearance/choiceStyle.d.ts +4 -6
  139. package/dist/types/components/Choice/appearance/choiceSuccess.d.ts +1 -0
  140. package/dist/types/components/Choice/stories/__mock__/index.d.ts +3 -9
  141. package/dist/types/components/Dropdown/stories/__mock__/index.d.ts +87 -44
  142. package/dist/types/components/Icon/appearance/iconAccent.d.ts +2 -4
  143. package/dist/types/components/Icon/appearance/iconDanger.d.ts +2 -4
  144. package/dist/types/components/Icon/appearance/iconDisabled.d.ts +12 -0
  145. package/dist/types/components/Icon/appearance/iconError.d.ts +4 -4
  146. package/dist/types/components/Icon/appearance/iconInfo.d.ts +7 -4
  147. package/dist/types/components/Icon/appearance/iconPrimary.d.ts +4 -2
  148. package/dist/types/components/Icon/appearance/iconSecondary.d.ts +2 -2
  149. package/dist/types/components/Icon/appearance/iconStyle.d.ts +4 -6
  150. package/dist/types/components/Icon/appearance/iconSuccess.d.ts +0 -2
  151. package/dist/types/components/Icon/appearance/iconSurface.d.ts +0 -5
  152. package/dist/types/components/Icon/appearance/iconWarning.d.ts +4 -4
  153. package/dist/types/components/Input/appearance/inputDefault.d.ts +1 -0
  154. package/dist/types/components/Label/appearance/labelDisable.d.ts +2 -2
  155. package/dist/types/components/Label/appearance/labelPrimary.d.ts +1 -0
  156. package/dist/types/components/Label/appearance/labelSurface.d.ts +1 -0
  157. package/dist/types/components/MenuItem/appearance/menuItemStyle.d.ts +4 -6
  158. package/dist/types/components/MenuItem/appearance/menuItemSurface.d.ts +5 -0
  159. package/dist/types/components/Notification/appearance/notificationDefault.d.ts +0 -1
  160. package/dist/types/components/Notification/appearance/notificationError.d.ts +0 -1
  161. package/dist/types/components/Notification/appearance/notificationInfo.d.ts +0 -1
  162. package/dist/types/components/Notification/appearance/notificationSuccess.d.ts +0 -1
  163. package/dist/types/components/Notification/appearance/notificationWarning.d.ts +0 -1
  164. package/dist/types/components/Segmented/Segmented.interface.d.ts +5 -2
  165. package/dist/types/components/Segmented/appearance/segmentedDefault.d.ts +8 -11
  166. package/dist/types/components/Segmented/appearance/segmentedDisabled.d.ts +8 -10
  167. package/dist/types/components/Segmented/appearance/segmentedError.d.ts +10 -1
  168. package/dist/types/components/Segmented/appearance/segmentedSize.d.ts +5 -0
  169. package/dist/types/components/Segmented/appearance/segmentedStyle.d.ts +3 -3
  170. package/dist/types/components/Segmented/appearance/segmentedSuccess.d.ts +10 -1
  171. package/dist/types/components/Segmented/appearance/segmentedWarning.d.ts +10 -1
  172. package/dist/types/components/Segmented/stories/__mock__/index.d.ts +31 -9
  173. package/dist/types/components/Textarea/appearance/textareaDefault.d.ts +1 -0
  174. package/dist/types/components/Textarea/appearance/textareaStyle.d.ts +4 -4
  175. package/dist/types/context/UIContext.d.ts +3 -5
  176. package/package.json +8 -7
  177. package/dist/ChipsGroup_cjs_j3QOma3U.js +0 -200
  178. package/dist/ChipsGroup_es_DF1fhn97.js +0 -195
  179. package/dist/css/components/Notification/css/__item/notification__item_status.css +0 -48
  180. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsDanger.d.ts +0 -7
  181. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsError.d.ts +0 -9
  182. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsInfo.d.ts +0 -17
  183. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsPrimary.d.ts +0 -8
  184. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSecondary.d.ts +0 -8
  185. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsSuccess.d.ts +0 -9
  186. package/dist/types/components/Breadcrumbs/appearance/breadcrumbsWarning.d.ts +0 -9
@@ -1,19 +1,9 @@
1
1
  declare const breadcrumbsAppearanceAccent: {
2
- accent: {
3
- fill: string;
4
- fillHover: string;
5
- };
6
2
  accentPrimary: {
7
3
  fill: string;
8
- fillHover: string;
9
- borderColor: string;
10
- };
11
- accentSecondary: {
12
- fill: string;
13
- fillHover: string;
14
- textColor: string;
15
- textColorHover: string;
4
+ labelTextColor: string;
16
5
  borderColor: string;
6
+ iconFillIcon: string;
17
7
  };
18
8
  };
19
9
  export { breadcrumbsAppearanceAccent };
@@ -2,44 +2,37 @@ declare const breadcrumbsAppearanceSize: {
2
2
  sizeXXL: {
3
3
  size: string;
4
4
  labelTextSize: string;
5
- iconFillSize: string;
6
- iconSize: string;
5
+ icon: any;
7
6
  };
8
7
  sizeXL: {
9
8
  size: string;
10
9
  labelTextSize: string;
11
- iconFillSize: string;
12
- iconSize: string;
10
+ icon: any;
13
11
  };
14
12
  sizeL: {
15
13
  size: string;
16
14
  labelTextSize: string;
17
- iconFillSize: string;
18
- iconSize: string;
15
+ icon: any;
19
16
  };
20
17
  sizeM: {
21
18
  size: string;
22
19
  labelTextSize: string;
23
- iconFillSize: string;
24
- iconSize: string;
20
+ icon: any;
25
21
  };
26
22
  sizeS: {
27
23
  size: string;
28
24
  labelTextSize: string;
29
- iconFillSize: string;
30
- iconSize: string;
25
+ icon: any;
31
26
  };
32
27
  sizeXS: {
33
28
  size: string;
34
29
  labelTextSize: string;
35
- iconFillSize: string;
36
- iconSize: string;
30
+ icon: any;
37
31
  };
38
32
  sizeXXS: {
39
33
  size: string;
40
34
  labelTextSize: string;
41
- iconFillSize: string;
42
- iconSize: string;
35
+ icon: any;
43
36
  };
44
37
  };
45
38
  export { breadcrumbsAppearanceSize };
@@ -1,15 +1,13 @@
1
1
  declare const breadcrumbsAppearanceStyle: {
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,24 +1,27 @@
1
1
  declare const breadcrumbsAppearanceSurface: {
2
2
  surfacePrimary: {
3
3
  fill: string;
4
- fillHover: string;
5
- textColor: string;
4
+ labelTextColor: string;
5
+ borderColor: string;
6
6
  iconFillIcon: string;
7
7
  };
8
8
  surfaceSecondary: {
9
9
  fill: string;
10
- fillHover: string;
11
- textColor: string;
10
+ labelTextColor: string;
11
+ borderColor: string;
12
+ iconFillIcon: string;
12
13
  };
13
14
  surfaceTertiary: {
14
15
  fill: string;
15
- fillHover: string;
16
- textColor: string;
16
+ labelTextColor: string;
17
+ borderColor: string;
18
+ iconFillIcon: string;
17
19
  };
18
20
  surfaceQuaternary: {
19
21
  fill: string;
20
- fillHover: string;
21
- textColor: string;
22
+ labelTextColor: string;
23
+ borderColor: string;
24
+ iconFillIcon: string;
22
25
  };
23
26
  };
24
27
  export { breadcrumbsAppearanceSurface };
@@ -1,10 +1,7 @@
1
1
  declare const breadcrumbsListMock: {
2
- breadcrumbsList: {
3
- id: string;
4
- key: number;
5
- text: string;
6
- href: string;
7
- icon: any;
8
- }[];
9
- };
2
+ id: string;
3
+ key: number;
4
+ text: string;
5
+ href: string;
6
+ }[];
10
7
  export { breadcrumbsListMock };
@@ -26,5 +26,14 @@ declare const buttonAppearanceSurface: {
26
26
  iconFillIcon: string;
27
27
  loaderAppearance: string;
28
28
  };
29
+ surfaceQuaternary: {
30
+ fill: string;
31
+ fillHover: string;
32
+ labelTextColor: string;
33
+ iconAfterFillIcon: string;
34
+ iconBeforeFillIcon: string;
35
+ iconFillIcon: string;
36
+ loaderAppearance: string;
37
+ };
29
38
  };
30
39
  export { buttonAppearanceSurface };
@@ -41,6 +41,7 @@ interface ChipsProps extends ChipsThemeColor, StyleAttributes {
41
41
  style?: CSSProperties;
42
42
  type?: string;
43
43
  isActive?: boolean;
44
+ isSkeleton?: boolean;
44
45
  onClick?: () => void;
45
46
  }
46
47
  export type { ChipsThemeColor, ChipsAppearance, ChipsConfig, ChipsProps };
@@ -5,11 +5,19 @@ declare const chipsAppearanceAccent: {
5
5
  labelTextColor: string;
6
6
  borderColor: string;
7
7
  };
8
+ accentMutedPrimary: {
9
+ fill: string;
10
+ labelTextColor: string;
11
+ borderColor: string;
12
+ iconAfterFillIcon: string;
13
+ iconBeforeFillIcon: string;
14
+ };
8
15
  accentPrimary: {
9
16
  fill: string;
10
- fillHover: string;
11
17
  labelTextColor: string;
12
18
  borderColor: string;
19
+ iconAfterFillIcon: string;
20
+ iconBeforeFillIcon: string;
13
21
  };
14
22
  };
15
23
  export { chipsAppearanceAccent };
@@ -1,2 +1,17 @@
1
- declare const chipsAppearanceDanger: {};
1
+ declare const chipsAppearanceDanger: {
2
+ dangerMutedPrimary: {
3
+ fill: string;
4
+ labelTextColor: string;
5
+ borderColor: string;
6
+ iconAfterFillIcon: string;
7
+ iconBeforeFillIcon: string;
8
+ };
9
+ dangerPrimary: {
10
+ fill: string;
11
+ labelTextColor: string;
12
+ borderColor: string;
13
+ iconAfterFillIcon: string;
14
+ iconBeforeFillIcon: string;
15
+ };
16
+ };
2
17
  export { chipsAppearanceDanger };
@@ -1,2 +1,17 @@
1
- declare const chipsAppearanceError: {};
1
+ declare const chipsAppearanceError: {
2
+ errorMutedPrimary: {
3
+ fill: string;
4
+ labelTextColor: string;
5
+ borderColor: string;
6
+ iconAfterFillIcon: string;
7
+ iconBeforeFillIcon: string;
8
+ };
9
+ errorPrimary: {
10
+ fill: string;
11
+ labelTextColor: string;
12
+ borderColor: string;
13
+ iconAfterFillIcon: string;
14
+ iconBeforeFillIcon: string;
15
+ };
16
+ };
2
17
  export { chipsAppearanceError };
@@ -1,2 +1,17 @@
1
- declare const chipsAppearanceInfo: {};
1
+ declare const chipsAppearanceInfo: {
2
+ infoMutedPrimary: {
3
+ fill: string;
4
+ labelTextColor: string;
5
+ borderColor: string;
6
+ iconAfterFillIcon: string;
7
+ iconBeforeFillIcon: string;
8
+ };
9
+ infoPrimary: {
10
+ fill: string;
11
+ labelTextColor: string;
12
+ borderColor: string;
13
+ iconAfterFillIcon: string;
14
+ iconBeforeFillIcon: string;
15
+ };
16
+ };
2
17
  export { chipsAppearanceInfo };
@@ -1,8 +1,17 @@
1
1
  declare const chipsAppearancePrimary: {
2
- primary: {
2
+ primaryMutedPrimary: {
3
3
  fill: string;
4
- fillHover: string;
5
4
  labelTextColor: string;
5
+ borderColor: string;
6
+ iconAfterFillIcon: string;
7
+ iconBeforeFillIcon: string;
8
+ };
9
+ primaryPrimary: {
10
+ fill: string;
11
+ labelTextColor: string;
12
+ borderColor: string;
13
+ iconAfterFillIcon: string;
14
+ iconBeforeFillIcon: string;
6
15
  };
7
16
  };
8
17
  export { chipsAppearancePrimary };
@@ -1,9 +1,17 @@
1
1
  declare const chipsAppearanceSecondary: {
2
- secondary: {
2
+ secondaryMutedPrimary: {
3
3
  fill: string;
4
- fillHover: string;
5
4
  labelTextColor: string;
6
5
  borderColor: string;
6
+ iconAfterFillIcon: string;
7
+ iconBeforeFillIcon: string;
8
+ };
9
+ secondaryPrimary: {
10
+ fill: string;
11
+ labelTextColor: string;
12
+ borderColor: string;
13
+ iconAfterFillIcon: string;
14
+ iconBeforeFillIcon: string;
7
15
  };
8
16
  };
9
17
  export { chipsAppearanceSecondary };
@@ -1,2 +1,17 @@
1
- declare const chipsAppearanceSuccess: {};
1
+ declare const chipsAppearanceSuccess: {
2
+ successMutedPrimary: {
3
+ fill: string;
4
+ labelTextColor: string;
5
+ borderColor: string;
6
+ iconAfterFillIcon: string;
7
+ iconBeforeFillIcon: string;
8
+ };
9
+ successPrimary: {
10
+ fill: string;
11
+ labelTextColor: string;
12
+ borderColor: string;
13
+ iconAfterFillIcon: string;
14
+ iconBeforeFillIcon: string;
15
+ };
16
+ };
2
17
  export { chipsAppearanceSuccess };
@@ -1,4 +1,11 @@
1
1
  declare const chipsAppearanceSurface: {
2
+ surfaceMutedPrimary: {
3
+ fill: string;
4
+ labelTextColor: string;
5
+ borderColor: string;
6
+ iconAfterFillIcon: string;
7
+ iconBeforeFillIcon: string;
8
+ };
2
9
  surfacePrimary: {
3
10
  fill: string;
4
11
  fillActive: string;
@@ -9,8 +16,11 @@ declare const chipsAppearanceSurface: {
9
16
  labelTextHoverColor: string;
10
17
  borderColor: string;
11
18
  activeIconItemFill: string;
12
- iconBeforeFillIcon: string;
13
19
  badgeAppearance: string;
20
+ iconAfterFillActiveIcon: string;
21
+ iconAfterFillIcon: string;
22
+ iconBeforeFillActiveIcon: string;
23
+ iconBeforeFillIcon: string;
14
24
  };
15
25
  surfaceSecondary: {
16
26
  fill: string;
@@ -1,2 +1,17 @@
1
- declare const chipsAppearanceWarning: {};
1
+ declare const chipsAppearanceWarning: {
2
+ warningMutedPrimary: {
3
+ fill: string;
4
+ labelTextColor: string;
5
+ borderColor: string;
6
+ iconAfterFillIcon: string;
7
+ iconBeforeFillIcon: string;
8
+ };
9
+ warningPrimary: {
10
+ fill: string;
11
+ labelTextColor: string;
12
+ borderColor: string;
13
+ iconAfterFillIcon: string;
14
+ iconBeforeFillIcon: string;
15
+ };
16
+ };
2
17
  export { chipsAppearanceWarning };
@@ -0,0 +1,14 @@
1
+ declare const chipsListMock: {
2
+ chipsList: ({
3
+ id: number;
4
+ label: string;
5
+ isActive: boolean;
6
+ iconAfter?: undefined;
7
+ } | {
8
+ id: number;
9
+ label: string;
10
+ iconAfter: any;
11
+ isActive: boolean;
12
+ })[];
13
+ };
14
+ export { chipsListMock };
@@ -4,6 +4,7 @@ declare const choiceAppearanceDefault: {
4
4
  fillItem: string;
5
5
  fillItemActive: string;
6
6
  fillItemHover: string;
7
+ labelTextActiveColor: string;
7
8
  labelTextColor: string;
8
9
  borderColor: string;
9
10
  iconAfterFill: string;
@@ -3,7 +3,7 @@ declare const choiceAppearanceDisabled: {
3
3
  fill: string;
4
4
  fillItem: string;
5
5
  fillItemActive: string;
6
- fillItemHover: string;
6
+ labelTextActiveColor: string;
7
7
  labelTextColor: string;
8
8
  borderColor: string;
9
9
  iconAfterFill: string;
@@ -4,6 +4,7 @@ declare const choiceAppearanceError: {
4
4
  fillItem: string;
5
5
  fillItemActive: string;
6
6
  fillItemHover: string;
7
+ labelTextActiveColor: string;
7
8
  labelTextColor: string;
8
9
  borderColor: string;
9
10
  iconAfterFill: string;
@@ -4,6 +4,7 @@ declare const choiceAppearanceRequire: {
4
4
  fillItem: string;
5
5
  fillItemActive: string;
6
6
  fillItemHover: string;
7
+ labelTextActiveColor: string;
7
8
  labelTextColor: string;
8
9
  borderColor: string;
9
10
  iconAfterFill: string;
@@ -1,19 +1,17 @@
1
1
  declare const choiceAppearanceStyle: {
2
- full: {
2
+ solid: {
3
3
  borderColor: string;
4
4
  };
5
- ghost: {
5
+ outlined: {
6
6
  fill: string;
7
7
  fillItem: string;
8
8
  fillItemActive: string;
9
- borderColor: string;
10
9
  };
11
- outlined: {
10
+ full: {};
11
+ ghost: {
12
12
  fill: string;
13
13
  fillItem: string;
14
14
  fillItemActive: string;
15
- };
16
- solid: {
17
15
  borderColor: string;
18
16
  };
19
17
  };
@@ -4,6 +4,7 @@ declare const choiceAppearanceSuccess: {
4
4
  fillItem: string;
5
5
  fillItemActive: string;
6
6
  fillItemHover: string;
7
+ labelTextActiveColor: string;
7
8
  labelTextColor: string;
8
9
  borderColor: string;
9
10
  iconAfterFill: string;
@@ -4,12 +4,8 @@ declare const choiceListMock: {
4
4
  };
5
5
  choices: {
6
6
  label: string;
7
- iconAfter: {
8
- Default: any;
9
- };
10
- iconBefore: {
11
- Default: any;
12
- };
7
+ iconAfter: any;
8
+ iconBefore: any;
13
9
  value: number;
14
10
  }[];
15
11
  };
@@ -18,9 +14,7 @@ declare const choiceListIconMock: {
18
14
  value: number;
19
15
  };
20
16
  choices: {
21
- icon: {
22
- Default: any;
23
- };
17
+ icon: any;
24
18
  value: number;
25
19
  }[];
26
20
  };
@@ -1,44 +1,87 @@
1
- declare const dropdownListMock: {
2
- dropdownList: ({
3
- key: number;
4
- label: string;
5
- isActive: boolean;
6
- badgeValue?: undefined;
7
- iconBefore?: undefined;
8
- iconAfter?: undefined;
9
- showDivider?: undefined;
10
- } | {
11
- key: number;
12
- label: string;
13
- badgeValue: number;
14
- isActive: boolean;
15
- iconBefore?: undefined;
16
- iconAfter?: undefined;
17
- showDivider?: undefined;
18
- } | {
19
- key: number;
20
- label: string;
21
- iconBefore: any;
22
- isActive: boolean;
23
- badgeValue?: undefined;
24
- iconAfter?: undefined;
25
- showDivider?: undefined;
26
- } | {
27
- key: number;
28
- label: string;
29
- iconAfter: any;
30
- isActive: boolean;
31
- badgeValue?: undefined;
32
- iconBefore?: undefined;
33
- showDivider?: undefined;
34
- } | {
35
- key: number;
36
- label: string;
37
- showDivider: boolean;
38
- isActive: boolean;
39
- badgeValue?: undefined;
40
- iconBefore?: undefined;
41
- iconAfter?: undefined;
42
- })[];
43
- };
44
- export { dropdownListMock };
1
+ declare const dropdownListMock: ({
2
+ key: number;
3
+ label: string;
4
+ isActive: boolean;
5
+ badgeValue?: undefined;
6
+ iconBefore?: undefined;
7
+ iconAfter?: undefined;
8
+ showDivider?: undefined;
9
+ } | {
10
+ key: number;
11
+ label: string;
12
+ badgeValue: number;
13
+ isActive: boolean;
14
+ iconBefore?: undefined;
15
+ iconAfter?: undefined;
16
+ showDivider?: undefined;
17
+ } | {
18
+ key: number;
19
+ label: string;
20
+ iconBefore: any;
21
+ isActive: boolean;
22
+ badgeValue?: undefined;
23
+ iconAfter?: undefined;
24
+ showDivider?: undefined;
25
+ } | {
26
+ key: number;
27
+ label: string;
28
+ iconAfter: any;
29
+ isActive: boolean;
30
+ badgeValue?: undefined;
31
+ iconBefore?: undefined;
32
+ showDivider?: undefined;
33
+ } | {
34
+ key: number;
35
+ label: string;
36
+ showDivider: boolean;
37
+ isActive: boolean;
38
+ badgeValue?: undefined;
39
+ iconBefore?: undefined;
40
+ iconAfter?: undefined;
41
+ })[];
42
+ declare const dropdownListSimpleMock: ({
43
+ key: number;
44
+ label: string;
45
+ isActive: boolean;
46
+ badgeValue?: undefined;
47
+ showDivider?: undefined;
48
+ } | {
49
+ key: number;
50
+ label: string;
51
+ badgeValue: number;
52
+ isActive: boolean;
53
+ showDivider?: undefined;
54
+ } | {
55
+ key: number;
56
+ label: string;
57
+ showDivider: boolean;
58
+ isActive: boolean;
59
+ badgeValue?: undefined;
60
+ })[];
61
+ declare const dropdownListBeforeMock: ({
62
+ key: number;
63
+ label: string;
64
+ iconBefore: any;
65
+ isActive: boolean;
66
+ badgeValue?: undefined;
67
+ } | {
68
+ key: number;
69
+ label: string;
70
+ badgeValue: number;
71
+ iconBefore: any;
72
+ isActive: boolean;
73
+ })[];
74
+ declare const dropdownListAfterMock: ({
75
+ key: number;
76
+ label: string;
77
+ iconAfter: any;
78
+ isActive: boolean;
79
+ badgeValue?: undefined;
80
+ } | {
81
+ key: number;
82
+ label: string;
83
+ badgeValue: number;
84
+ iconAfter: any;
85
+ isActive: boolean;
86
+ })[];
87
+ export { dropdownListMock, dropdownListSimpleMock, dropdownListBeforeMock, dropdownListAfterMock, };
@@ -3,21 +3,19 @@ declare const iconAppearanceAccent: {
3
3
  fill: string;
4
4
  fillHover: string;
5
5
  borderColor: string;
6
+ badgeAppearance: string;
6
7
  iconFill: string;
7
8
  };
8
9
  accentPrimary: {
9
10
  fill: string;
10
11
  fillHover: string;
11
- labelTextColor: string;
12
- labelTextColorHover: string;
13
12
  borderColor: string;
13
+ badgeAppearance: string;
14
14
  iconFill: string;
15
15
  };
16
16
  accentSecondary: {
17
17
  fill: string;
18
18
  fillHover: string;
19
- labelTextColor: string;
20
- labelTextColorHover: string;
21
19
  borderColor: string;
22
20
  iconFill: string;
23
21
  };
@@ -2,14 +2,12 @@ declare const iconAppearanceDanger: {
2
2
  danger: {
3
3
  fill: string;
4
4
  fillHover: string;
5
- labelTextColor: string;
6
- labelTextColorHover: string;
7
5
  };
8
6
  dangerPrimary: {
9
7
  fill: string;
10
8
  fillHover: string;
11
- labelTextColor: string;
12
- labelTextColorHover: string;
9
+ badgeAppearance: string;
10
+ iconFill: string;
13
11
  };
14
12
  };
15
13
  export { iconAppearanceDanger };
@@ -0,0 +1,12 @@
1
+ declare const iconAppearanceDisabled: {
2
+ danger: {
3
+ fill: string;
4
+ fillHover: string;
5
+ };
6
+ disabledPrimary: {
7
+ fill: string;
8
+ badgeAppearance: string;
9
+ iconFill: string;
10
+ };
11
+ };
12
+ export { iconAppearanceDisabled };