@itcase/ui 1.8.33 → 1.8.35

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 (82) hide show
  1. package/dist/{ChipsGroup_cjs_DdWjvr_S.js → ChipsGroup_cjs_j3QOma3U.js} +49 -17
  2. package/dist/{ChipsGroup_es_CXS0aeon.js → ChipsGroup_es_DF1fhn97.js} +49 -17
  3. package/dist/{DatePicker_cjs_CJl9V32f.js → DatePicker_cjs_Bx5_lZNT.js} +23 -27
  4. package/dist/{DatePicker_es_C2Pi6aB-.js → DatePicker_es_A1FcasHs.js} +24 -28
  5. package/dist/{DropdownItem_cjs_D-zoX7Ik.js → DropdownItem_cjs_tH2DBClp.js} +4 -2
  6. package/dist/{DropdownItem_es_BMnIhUSe.js → DropdownItem_es_BeVv-pDA.js} +4 -2
  7. package/dist/{Label_cjs_CZMMdwt5.js → Label_cjs_CP4b6Mg2.js} +13 -85
  8. package/dist/{Label_es_DmDqs4Rc.js → Label_es_DFSiy5sL.js} +13 -85
  9. package/dist/cjs/components/Cell.js +1 -1
  10. package/dist/cjs/components/Chips.js +1 -1
  11. package/dist/cjs/components/Choice/stories/__mock__.js +15 -15
  12. package/dist/cjs/components/Choice.js +33 -28
  13. package/dist/cjs/components/DatePeriod.js +6 -4
  14. package/dist/cjs/components/DatePicker.js +2 -2
  15. package/dist/cjs/components/Dropdown/stories/__mock__.js +2 -2
  16. package/dist/cjs/components/Dropdown.js +1 -1
  17. package/dist/cjs/components/Label.js +1 -1
  18. package/dist/cjs/components/MenuItem.js +11 -6
  19. package/dist/cjs/components/Notification/stories/__mock__.js +4 -0
  20. package/dist/cjs/components/Notification.js +27 -9
  21. package/dist/cjs/components/Pagination.js +19 -10
  22. package/dist/cjs/components/Segmented/stories/__mock__.js +38 -0
  23. package/dist/cjs/components/Segmented.js +12 -9
  24. package/dist/components/Cell.js +1 -1
  25. package/dist/components/Chips.js +1 -1
  26. package/dist/components/Choice/stories/__mock__.js +16 -16
  27. package/dist/components/Choice.js +33 -28
  28. package/dist/components/DatePeriod.js +6 -4
  29. package/dist/components/DatePicker.js +2 -2
  30. package/dist/components/Dropdown/stories/__mock__.js +2 -2
  31. package/dist/components/Dropdown.js +1 -1
  32. package/dist/components/Label.js +1 -1
  33. package/dist/components/MenuItem.js +11 -6
  34. package/dist/components/Notification/stories/__mock__.js +4 -0
  35. package/dist/components/Notification.js +27 -9
  36. package/dist/components/Pagination.js +20 -11
  37. package/dist/components/Segmented/stories/__mock__.js +36 -0
  38. package/dist/components/Segmented.js +12 -9
  39. package/dist/css/components/Dropdown/Dropdown.css +7 -14
  40. package/dist/css/components/Notification/Notification.css +23 -0
  41. package/dist/css/components/Pagination/Pagination.css +19 -6
  42. package/dist/css/components/Segmented/Segmented.css +24 -0
  43. package/dist/css/styles/shape-strength/shape-strength.css +4 -9
  44. package/dist/stories/CellOverview.mdx +3 -2
  45. package/dist/stories/DatePeriodPlayground.mdx +2 -2
  46. package/dist/stories/RangeSliderOverview.mdx +0 -3
  47. package/dist/stories/VideoOverview.mdx +2 -10
  48. package/dist/stories/VideoPlayground.mdx +2 -2
  49. package/dist/types/components/Chips/appearance/chipsSize.d.ts +34 -0
  50. package/dist/types/components/Chips/appearance/chipsStyle.d.ts +7 -9
  51. package/dist/types/components/Choice/appearance/choiceDefault.d.ts +7 -0
  52. package/dist/types/components/Choice/appearance/choiceDisabled.d.ts +7 -0
  53. package/dist/types/components/Choice/appearance/choiceRequire.d.ts +6 -0
  54. package/dist/types/components/Choice/appearance/choiceStyle.d.ts +4 -0
  55. package/dist/types/components/Choice/appearance/choiceSuccess.d.ts +6 -0
  56. package/dist/types/components/Choice/stories/__mock__/index.d.ts +9 -3
  57. package/dist/types/components/Label/appearance/labelAccent.d.ts +0 -8
  58. package/dist/types/components/Label/appearance/labelDanger.d.ts +0 -12
  59. package/dist/types/components/Label/appearance/labelDisable.d.ts +0 -2
  60. package/dist/types/components/Label/appearance/labelError.d.ts +0 -8
  61. package/dist/types/components/Label/appearance/labelInfo.d.ts +1 -6
  62. package/dist/types/components/Label/appearance/labelPrimary.d.ts +0 -10
  63. package/dist/types/components/Label/appearance/labelSecondary.d.ts +0 -10
  64. package/dist/types/components/Label/appearance/labelSize.d.ts +6 -0
  65. package/dist/types/components/Label/appearance/labelStyle.d.ts +4 -4
  66. package/dist/types/components/Label/appearance/labelSuccess.d.ts +0 -8
  67. package/dist/types/components/Label/appearance/labelSurface.d.ts +0 -6
  68. package/dist/types/components/Label/appearance/labelWarning.d.ts +0 -9
  69. package/dist/types/components/MenuItem/appearance/menuItemAccent.d.ts +1 -0
  70. package/dist/types/components/MenuItem/appearance/menuItemError.d.ts +1 -0
  71. package/dist/types/components/MenuItem/appearance/menuItemStyle.d.ts +6 -4
  72. package/dist/types/components/MenuItem/appearance/menuItemSurface.d.ts +1 -0
  73. package/dist/types/components/Notification/appearance/notificationInfo.d.ts +17 -0
  74. package/dist/types/components/Notification/appearance/notificationStyle.d.ts +4 -4
  75. package/dist/types/components/Notification/stories/__mock__/index.d.ts +1 -0
  76. package/dist/types/components/Pagination/appearance/paginationSize.d.ts +12 -0
  77. package/dist/types/components/Pagination/appearance/paginationSurface.d.ts +0 -5
  78. package/dist/types/components/Segmented/Segmented.interface.d.ts +1 -0
  79. package/dist/types/components/Segmented/appearance/segmentedSuccess.d.ts +1 -1
  80. package/dist/types/components/Segmented/stories/__mock__/index.d.ts +17 -0
  81. package/package.json +5 -5
  82. package/dist/types/components/Choice/appearance/choiceSurface.d.ts +0 -25
@@ -114,6 +114,30 @@
114
114
  }
115
115
  }
116
116
  }
117
+ .segmented {
118
+ &&_skeleton {
119
+ background-size: 200% !important;
120
+ border: none;
121
+ animation: segmentedSkeleton 3s infinite linear !important;
122
+ background-image: linear-gradient(
123
+ 90deg,
124
+ var(--color-surface-fill-secondary),
125
+ var(--color-surface-fill-tertiary),
126
+ var(--color-surface-fill-secondary)
127
+ ) !important;
128
+ & * {
129
+ opacity: 0%;
130
+ }
131
+ }
132
+ }
133
+ @keyframes segmentedSkeleton {
134
+ 0% {
135
+ background-position: 200%;
136
+ }
137
+ 100% {
138
+ background-position: -200%;
139
+ }
140
+ }
117
141
  :root {
118
142
  --segmented-item-size-l-padding: 14px 16px;
119
143
  --segmented-item-size-m-padding: 12px 16px;
@@ -2,21 +2,16 @@
2
2
  &_default {
3
3
  border-radius: 0.5m;
4
4
  }
5
- &_0-5m {
5
+ &_0-5-m {
6
6
  border-radius: 0.5m;
7
7
  }
8
- &_1m {
8
+ &_1-m {
9
9
  border-radius: 1m;
10
10
  }
11
- &_1-5m {
11
+ &_1-5-m {
12
12
  border-radius: 1.5m;
13
13
  }
14
- &_2m {
14
+ &_2-m {
15
15
  border-radius: 2m;
16
16
  }
17
- /* @each $strength, $value in (0-5m, 1m, 1-5m, 2m), (0.5m, 1m, 1.5m, 2m) {
18
- &_$(strength) {
19
- border-radius: $value;
20
- }
21
- } */
22
17
  }
@@ -1,6 +1,7 @@
1
1
  import { Meta, Story } from '@storybook/blocks'
2
2
 
3
3
  import * as CellStories from '../stories/CellDemo.stories'
4
+ import * as CellStoriesDirection from '../stories/CellDirection.stories'
4
5
 
5
6
  <Meta title="Molecules / Cell / Overview" />
6
7
 
@@ -12,10 +13,10 @@ import * as CellStories from '../stories/CellDemo.stories'
12
13
 
13
14
  ## Vertical
14
15
 
15
- <Story of={CellStories.Vertical} />
16
+ <Story of={CellStoriesDirection.Vertical} />
16
17
 
17
18
  ## Horizontal
18
19
 
19
- <Story of={CellStories.Horizontal} />
20
+ <Story of={CellStoriesDirection.Horizontal} />
20
21
 
21
22
 
@@ -6,5 +6,5 @@ import * as DatePeriodStories from '../stories/DatePeriodDemo.stories'
6
6
 
7
7
  # Playground
8
8
 
9
- <Canvas sourceState="shown" of={DatePeriodStories.Mp4} />
10
- <Controls of={DatePeriodStories.Mp4} />
9
+ <Canvas sourceState="shown" of={DatePeriodStories.Demo} />
10
+ <Controls of={DatePeriodStories.Demo} />
@@ -10,6 +10,3 @@ import * as RangeSliderStories from '../stories/RangeSliderDemo.stories'
10
10
 
11
11
  ## Demo
12
12
  <Story of={RangeSliderStories.Demo}/>
13
-
14
- ## Disabled
15
- <Story of={RangeSliderStories.Disabled}/>
@@ -8,14 +8,6 @@ import * as VideoStories from '../stories/VideoDemo.stories'
8
8
 
9
9
  `Video` - используется для встраивания видео в разных форматах в веб-приложения
10
10
 
11
- ## Poster
12
- <Story of={VideoStories.Poster}/>
11
+ ## Demo
12
+ <Story of={VideoStories.Demo}/>
13
13
 
14
- ## Mp4
15
- <Story of={VideoStories.Mp4}/>
16
-
17
- ## Webm
18
- <Story of={VideoStories.Webm}/>
19
-
20
- ## Ogv
21
- <Story of={VideoStories.Ogv}/>
@@ -6,5 +6,5 @@ import * as VideoStories from '../stories/VideoDemo.stories'
6
6
 
7
7
  # Playground
8
8
 
9
- <Canvas sourceState="shown" of={VideoStories.Mp4} />
10
- <Controls of={VideoStories.Mp4} />
9
+ <Canvas sourceState="shown" of={VideoStories.Demo} />
10
+ <Controls of={VideoStories.Demo} />
@@ -1,11 +1,45 @@
1
1
  declare const chipsAppearanceSize: {
2
+ sizeXXL: {
3
+ size: string;
4
+ labelTextSize: string;
5
+ iconAfterSize: number;
6
+ iconBeforeSize: number;
7
+ };
8
+ sizeXL: {
9
+ size: string;
10
+ labelTextSize: string;
11
+ iconAfterSize: number;
12
+ iconBeforeSize: number;
13
+ };
2
14
  sizeL: {
3
15
  size: string;
4
16
  labelTextSize: string;
17
+ iconAfterSize: number;
18
+ iconBeforeSize: number;
5
19
  };
6
20
  sizeM: {
7
21
  size: string;
8
22
  labelTextSize: string;
23
+ iconAfterSize: number;
24
+ iconBeforeSize: number;
25
+ };
26
+ sizeS: {
27
+ size: string;
28
+ labelTextSize: string;
29
+ iconAfterSize: number;
30
+ iconBeforeSize: number;
31
+ };
32
+ sizeXS: {
33
+ size: string;
34
+ labelTextSize: string;
35
+ iconAfterSize: number;
36
+ iconBeforeSize: number;
37
+ };
38
+ sizeXXS: {
39
+ size: string;
40
+ labelTextSize: string;
41
+ iconAfterSize: number;
42
+ iconBeforeSize: number;
9
43
  };
10
44
  };
11
45
  export { chipsAppearanceSize };
@@ -1,16 +1,14 @@
1
1
  declare const chipsAppearanceStyle: {
2
- full: {
3
- borderColor: null;
4
- };
5
- ghost: {
6
- fill: null;
7
- borderColor: null;
2
+ solid: {
3
+ borderColor: string;
8
4
  };
9
5
  outlined: {
10
- fill: null;
6
+ fill: string;
11
7
  };
12
- solid: {
13
- borderColor: null;
8
+ full: {};
9
+ ghost: {
10
+ fill: string;
11
+ borderColor: string;
14
12
  };
15
13
  };
16
14
  export { chipsAppearanceStyle };
@@ -1,10 +1,17 @@
1
1
  declare const choiceAppearanceDefault: {
2
2
  defaultPrimary: {
3
3
  fill: string;
4
+ fillItem: string;
5
+ fillItemActive: string;
6
+ fillItemHover: string;
4
7
  labelTextColor: string;
5
8
  borderColor: string;
6
9
  iconAfterFill: string;
10
+ iconAfterFillActive: string;
7
11
  iconBeforeFill: string;
12
+ iconBeforeFillActive: string;
13
+ iconFill: string;
14
+ iconFillActive: string;
8
15
  };
9
16
  };
10
17
  export { choiceAppearanceDefault };
@@ -1,10 +1,17 @@
1
1
  declare const choiceAppearanceDisabled: {
2
2
  disabledPrimary: {
3
3
  fill: string;
4
+ fillItem: string;
5
+ fillItemActive: string;
6
+ fillItemHover: string;
4
7
  labelTextColor: string;
5
8
  borderColor: string;
6
9
  iconAfterFill: string;
10
+ iconAfterFillActive: string;
7
11
  iconBeforeFill: string;
12
+ iconBeforeFillActive: string;
13
+ iconFill: string;
14
+ iconFillActive: string;
8
15
  };
9
16
  };
10
17
  export { choiceAppearanceDisabled };
@@ -1,11 +1,17 @@
1
1
  declare const choiceAppearanceRequire: {
2
2
  requirePrimary: {
3
3
  fill: string;
4
+ fillItem: string;
4
5
  fillItemActive: string;
6
+ fillItemHover: string;
5
7
  labelTextColor: string;
6
8
  borderColor: string;
7
9
  iconAfterFill: string;
10
+ iconAfterFillActive: string;
8
11
  iconBeforeFill: string;
12
+ iconBeforeFillActive: string;
13
+ iconFill: string;
14
+ iconFillActive: string;
9
15
  };
10
16
  };
11
17
  export { choiceAppearanceRequire };
@@ -4,10 +4,14 @@ declare const choiceAppearanceStyle: {
4
4
  };
5
5
  ghost: {
6
6
  fill: string;
7
+ fillItem: string;
8
+ fillItemActive: string;
7
9
  borderColor: string;
8
10
  };
9
11
  outlined: {
10
12
  fill: string;
13
+ fillItem: string;
14
+ fillItemActive: string;
11
15
  };
12
16
  solid: {
13
17
  borderColor: string;
@@ -1,11 +1,17 @@
1
1
  declare const choiceAppearanceSuccess: {
2
2
  successPrimary: {
3
3
  fill: string;
4
+ fillItem: string;
4
5
  fillItemActive: string;
6
+ fillItemHover: string;
5
7
  labelTextColor: string;
6
8
  borderColor: string;
7
9
  iconAfterFill: string;
10
+ iconAfterFillActive: string;
8
11
  iconBeforeFill: string;
12
+ iconBeforeFillActive: string;
13
+ iconFill: string;
14
+ iconFillActive: string;
9
15
  };
10
16
  };
11
17
  export { choiceAppearanceSuccess };
@@ -4,8 +4,12 @@ declare const choiceListMock: {
4
4
  };
5
5
  choices: {
6
6
  label: string;
7
- iconAfter: any;
8
- iconBefore: any;
7
+ iconAfter: {
8
+ Default: any;
9
+ };
10
+ iconBefore: {
11
+ Default: any;
12
+ };
9
13
  value: number;
10
14
  }[];
11
15
  };
@@ -14,7 +18,9 @@ declare const choiceListIconMock: {
14
18
  value: number;
15
19
  };
16
20
  choices: {
17
- icon: any;
21
+ icon: {
22
+ Default: any;
23
+ };
18
24
  value: number;
19
25
  }[];
20
26
  };
@@ -1,13 +1,7 @@
1
1
  declare const labelAppearanceAccent: {
2
- accent: {
3
- fill: string;
4
- labelTextColor: string;
5
- labelTextColorHover: string;
6
- };
7
2
  accentMutedPrimary: {
8
3
  fill: string;
9
4
  labelTextColor: string;
10
- labelTextColorHover: string;
11
5
  borderColor: string;
12
6
  iconAfterFillIcon: string;
13
7
  iconBeforeFillIcon: string;
@@ -15,7 +9,6 @@ declare const labelAppearanceAccent: {
15
9
  accentPrimary: {
16
10
  fill: string;
17
11
  labelTextColor: string;
18
- labelTextColorHover: string;
19
12
  borderColor: string;
20
13
  iconAfterFillIcon: string;
21
14
  iconBeforeFillIcon: string;
@@ -23,7 +16,6 @@ declare const labelAppearanceAccent: {
23
16
  accentTertiary: {
24
17
  fill: string;
25
18
  labelTextColor: string;
26
- labelTextColorHover: string;
27
19
  };
28
20
  };
29
21
  export { labelAppearanceAccent };
@@ -1,26 +1,14 @@
1
1
  declare const labelAppearanceDanger: {
2
- danger: {
3
- fill: string;
4
- fillHover: string;
5
- labelTextColor: string;
6
- labelTextColorHover: string;
7
- borderColor: string;
8
- iconAfterFillIcon: string;
9
- iconBeforeFillIcon: string;
10
- };
11
2
  dangerMutedPrimary: {
12
3
  fill: string;
13
4
  labelTextColor: string;
14
- labelTextColorHover: string;
15
5
  borderColor: string;
16
6
  iconAfterFillIcon: string;
17
7
  iconBeforeFillIcon: string;
18
8
  };
19
9
  dangerPrimary: {
20
10
  fill: string;
21
- fillHover: string;
22
11
  labelTextColor: string;
23
- labelTextColorHover: string;
24
12
  borderColor: string;
25
13
  iconAfterFillIcon: string;
26
14
  iconBeforeFillIcon: string;
@@ -2,7 +2,6 @@ declare const labelAppearanceDisable: {
2
2
  disablePrimary: {
3
3
  fill: string;
4
4
  labelTextColor: string;
5
- labelTextColorHover: string;
6
5
  borderColor: string;
7
6
  iconAfterFillIcon: string;
8
7
  iconBeforeFillIcon: string;
@@ -10,7 +9,6 @@ declare const labelAppearanceDisable: {
10
9
  disableMuted: {
11
10
  fill: string;
12
11
  labelTextColor: string;
13
- labelTextColorHover: string;
14
12
  borderColor: string;
15
13
  iconAfterFillIcon: string;
16
14
  iconBeforeFillIcon: string;
@@ -1,14 +1,7 @@
1
1
  declare const labelAppearanceError: {
2
- error: {
3
- fill: string;
4
- fillHover: string;
5
- labelTextColor: string;
6
- labelTextColorHover: string;
7
- };
8
2
  errorMutedPrimary: {
9
3
  fill: string;
10
4
  labelTextColor: string;
11
- labelTextColorHover: string;
12
5
  borderColor: string;
13
6
  iconAfterFillIcon: string;
14
7
  iconBeforeFillIcon: string;
@@ -17,7 +10,6 @@ declare const labelAppearanceError: {
17
10
  fill: string;
18
11
  fillHover: string;
19
12
  labelTextColor: string;
20
- labelTextColorHover: string;
21
13
  borderColor: string;
22
14
  iconAfterFillIcon: string;
23
15
  iconBeforeFillIcon: string;
@@ -1,26 +1,21 @@
1
1
  declare const labelAppearanceInfo: {
2
- infoMuted: {
2
+ infoMutedPrimary: {
3
3
  fill: string;
4
4
  labelTextColor: string;
5
- labelTextColorHover: string;
6
5
  borderColor: string;
7
6
  iconAfterFillIcon: string;
8
7
  iconBeforeFillIcon: string;
9
8
  };
10
9
  infoPrimary: {
11
10
  fill: string;
12
- fillHover: string;
13
11
  labelTextColor: string;
14
- labelTextColorHover: string;
15
12
  borderColor: string;
16
13
  iconAfterFillIcon: string;
17
14
  iconBeforeFillIcon: string;
18
15
  };
19
16
  infoSecondary: {
20
17
  fill: string;
21
- fillHover: string;
22
18
  labelTextColor: string;
23
- labelTextColorHover: string;
24
19
  borderColor: string;
25
20
  iconAfterFillIcon: string;
26
21
  iconBeforeFillIcon: string;
@@ -1,16 +1,7 @@
1
1
  declare const labelAppearancePrimary: {
2
- primary: {
3
- fill: string;
4
- labelTextColor: string;
5
- labelTextColorHover: string;
6
- borderColor: string;
7
- iconAfterFillIcon: string;
8
- iconBeforeFillIcon: string;
9
- };
10
2
  primaryMutedPrimary: {
11
3
  fill: string;
12
4
  labelTextColor: string;
13
- labelTextColorHover: string;
14
5
  borderColor: string;
15
6
  iconAfterFillIcon: string;
16
7
  iconBeforeFillIcon: string;
@@ -18,7 +9,6 @@ declare const labelAppearancePrimary: {
18
9
  primaryPrimary: {
19
10
  fill: string;
20
11
  labelTextColor: string;
21
- labelTextColorHover: string;
22
12
  borderColor: string;
23
13
  iconAfterFillIcon: string;
24
14
  iconBeforeFillIcon: string;
@@ -1,16 +1,7 @@
1
1
  declare const labelAppearanceSecondary: {
2
- secondary: {
3
- fill: string;
4
- labelTextColor: string;
5
- labelTextColorHover: string;
6
- borderColor: string;
7
- iconAfterFillIcon: string;
8
- iconBeforeFillIcon: string;
9
- };
10
2
  secondaryMutedPrimary: {
11
3
  fill: string;
12
4
  labelTextColor: string;
13
- labelTextColorHover: string;
14
5
  borderColor: string;
15
6
  iconAfterFillIcon: string;
16
7
  iconBeforeFillIcon: string;
@@ -18,7 +9,6 @@ declare const labelAppearanceSecondary: {
18
9
  secondaryPrimary: {
19
10
  fill: string;
20
11
  labelTextColor: string;
21
- labelTextColorHover: string;
22
12
  borderColor: string;
23
13
  iconAfterFillIcon: string;
24
14
  iconBeforeFillIcon: string;
@@ -8,6 +8,7 @@ declare const labelAppearanceSize: {
8
8
  iconBeforeSize: number;
9
9
  };
10
10
  sizeXL: {
11
+ size: string;
11
12
  labelTextSize: string;
12
13
  iconAfterFillSize: number;
13
14
  iconAfterSize: number;
@@ -15,6 +16,7 @@ declare const labelAppearanceSize: {
15
16
  iconBeforeSize: number;
16
17
  };
17
18
  sizeL: {
19
+ size: string;
18
20
  labelTextSize: string;
19
21
  iconAfterFillSize: number;
20
22
  iconAfterSize: number;
@@ -22,6 +24,7 @@ declare const labelAppearanceSize: {
22
24
  iconBeforeSize: number;
23
25
  };
24
26
  sizeM: {
27
+ size: string;
25
28
  labelTextSize: string;
26
29
  iconAfterFillSize: number;
27
30
  iconAfterSize: number;
@@ -29,6 +32,7 @@ declare const labelAppearanceSize: {
29
32
  iconBeforeSize: number;
30
33
  };
31
34
  sizeS: {
35
+ size: string;
32
36
  labelTextSize: string;
33
37
  iconAfterFillSize: number;
34
38
  iconAfterSize: number;
@@ -36,6 +40,7 @@ declare const labelAppearanceSize: {
36
40
  iconBeforeSize: number;
37
41
  };
38
42
  sizeXS: {
43
+ size: string;
39
44
  labelTextSize: string;
40
45
  iconAfterFillSize: number;
41
46
  iconAfterSize: number;
@@ -43,6 +48,7 @@ declare const labelAppearanceSize: {
43
48
  iconBeforeSize: number;
44
49
  };
45
50
  sizeXXS: {
51
+ size: string;
46
52
  labelTextSize: string;
47
53
  iconAfterFillSize: number;
48
54
  iconAfterSize: number;
@@ -1,13 +1,13 @@
1
1
  declare const labelAppearanceStyle: {
2
- full: {};
3
- ghost: {
4
- fill: string;
2
+ solid: {
5
3
  borderColor: string;
6
4
  };
7
5
  outlined: {
8
6
  fill: string;
9
7
  };
10
- solid: {
8
+ full: {};
9
+ ghost: {
10
+ fill: string;
11
11
  borderColor: string;
12
12
  };
13
13
  };
@@ -1,14 +1,7 @@
1
1
  declare const labelAppearanceSuccess: {
2
- success: {
3
- fill: string;
4
- fillHover: string;
5
- labelTextColor: string;
6
- labelTextColorHover: string;
7
- };
8
2
  successMutedPrimary: {
9
3
  fill: string;
10
4
  labelTextColor: string;
11
- labelTextColorHover: string;
12
5
  borderColor: string;
13
6
  iconAfterFillIcon: string;
14
7
  iconBeforeFillIcon: string;
@@ -17,7 +10,6 @@ declare const labelAppearanceSuccess: {
17
10
  fill: string;
18
11
  fillHover: string;
19
12
  labelTextColor: string;
20
- labelTextColorHover: string;
21
13
  borderColor: string;
22
14
  iconAfterFillIcon: string;
23
15
  iconBeforeFillIcon: string;
@@ -2,16 +2,13 @@ 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;
9
8
  };
10
9
  surfacePrimary: {
11
10
  fill: string;
12
- fillHover: string;
13
11
  labelTextColor: string;
14
- labelTextColorHover: string;
15
12
  borderColor: string;
16
13
  iconAfterFillIcon: string;
17
14
  iconBeforeFillIcon: string;
@@ -19,17 +16,14 @@ declare const labelAppearanceSurface: {
19
16
  surfaceSecondary: {
20
17
  fill: string;
21
18
  labelTextColor: string;
22
- labelTextColorHover: string;
23
19
  };
24
20
  surfaceTertiary: {
25
21
  fill: string;
26
22
  labelTextColor: string;
27
- labelTextColorHover: string;
28
23
  };
29
24
  surfaceQuaternary: {
30
25
  fill: string;
31
26
  labelTextColor: string;
32
- labelTextColorHover: string;
33
27
  };
34
28
  };
35
29
  export { labelAppearanceSurface };
@@ -1,23 +1,14 @@
1
1
  declare const labelAppearanceWarning: {
2
- warning: {
3
- fill: string;
4
- fillHover: string;
5
- labelTextColor: string;
6
- labelTextColorHover: string;
7
- };
8
2
  warningMutedPrimary: {
9
3
  fill: string;
10
4
  labelTextColor: string;
11
- labelTextColorHover: string;
12
5
  borderColor: string;
13
6
  iconAfterFillIcon: string;
14
7
  iconBeforeFillIcon: string;
15
8
  };
16
9
  warningPrimary: {
17
10
  fill: string;
18
- fillHover: string;
19
11
  labelTextColor: string;
20
- labelTextColorHover: string;
21
12
  borderColor: string;
22
13
  iconAfterFillIcon: string;
23
14
  iconBeforeFillIcon: string;
@@ -3,6 +3,7 @@ declare const menuItemAppearanceAccent: {
3
3
  fill: string;
4
4
  fillHover: string;
5
5
  labelTextColor: string;
6
+ borderColor: string;
6
7
  iconAfterFillIcon: string;
7
8
  iconBeforeFillIcon: string;
8
9
  };
@@ -4,6 +4,7 @@ declare const menuItemAppearanceError: {
4
4
  fillHover: string;
5
5
  labelTextColor: string;
6
6
  labelTextColorHover: string;
7
+ borderColor: string;
7
8
  iconAfterFillIcon: string;
8
9
  iconBeforeFillIcon: string;
9
10
  };
@@ -1,13 +1,15 @@
1
1
  declare const menuItemAppearanceStyle: {
2
- solid: {
2
+ full: {
3
3
  borderColor: string;
4
4
  };
5
- outlined: {
5
+ ghost: {
6
6
  fill: string;
7
+ borderColor: string;
7
8
  };
8
- full: {};
9
- ghost: {
9
+ outlined: {
10
10
  fill: string;
11
+ };
12
+ solid: {
11
13
  borderColor: string;
12
14
  };
13
15
  };