@hh.ru/magritte-ui-switch 2.0.57 → 2.0.59

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.
@@ -2,11 +2,11 @@ import './index.css';
2
2
  import { jsx } from 'react/jsx-runtime';
3
3
  import { Skeleton } from '@hh.ru/magritte-ui-skeleton';
4
4
 
5
- var styles = {"switch":"magritte-switch___0AZYC_2-0-57","slider":"magritte-slider___YN62u_2-0-57","checked":"magritte-checked___QEAn5_2-0-57","switch-skeleton":"magritte-switch-skeleton___g1MEY_2-0-57","switchSkeleton":"magritte-switch-skeleton___g1MEY_2-0-57"};
5
+ var styles = {"switch":"magritte-switch___0AZYC_2-0-59","slider":"magritte-slider___YN62u_2-0-59","checked":"magritte-checked___QEAn5_2-0-59","switch-skeleton":"magritte-switch-skeleton___g1MEY_2-0-59","switchSkeleton":"magritte-switch-skeleton___g1MEY_2-0-59"};
6
6
 
7
7
  const SwitchSkeleton = ({ Component: Switch,
8
8
  // skeleton props
9
9
  width, height, borderRadius, inline, additionalClass, loading, ...switchProps }) => (jsx(Skeleton, { loading: loading, additionalClass: styles.switchSkeleton, inline: true, children: jsx(Switch, { ...switchProps }) }));
10
10
 
11
11
  export { SwitchSkeleton as S, styles as s };
12
- //# sourceMappingURL=Skeleton-BqKnHNmw.js.map
12
+ //# sourceMappingURL=Skeleton-BgUzy6Wi.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Skeleton-BqKnHNmw.js","sources":["../src/Skeleton.tsx"],"sourcesContent":["import { IncompleteSkeletonComponent, Skeleton } from '@hh.ru/magritte-ui-skeleton';\nimport { SwitchProps } from '@hh.ru/magritte-ui-switch/types';\n\nimport styles from './switch.less';\n\nexport const SwitchSkeleton: IncompleteSkeletonComponent<SwitchProps> = ({\n Component: Switch,\n\n // skeleton props\n width,\n height,\n borderRadius,\n inline,\n additionalClass,\n loading,\n\n ...switchProps\n}) => (\n <Skeleton loading={loading} additionalClass={styles.switchSkeleton} inline>\n <Switch {...switchProps} />\n </Skeleton>\n);\n"],"names":["_jsx"],"mappings":";;;;;MAKa,cAAc,GAA6C,CAAC,EACrE,SAAS,EAAE,MAAM;AAEjB;AACA,KAAK,EACL,MAAM,EACN,YAAY,EACZ,MAAM,EACN,eAAe,EACf,OAAO,EAEP,GAAG,WAAW,EACjB,MACGA,GAAC,CAAA,QAAQ,EAAC,EAAA,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,CAAC,cAAc,EAAE,MAAM,EAAA,IAAA,EAAA,QAAA,EACtEA,IAAC,MAAM,EAAA,EAAA,GAAK,WAAW,EAAI,CAAA,EAAA,CACpB;;;;"}
1
+ {"version":3,"file":"Skeleton-BgUzy6Wi.js","sources":["../src/Skeleton.tsx"],"sourcesContent":["import { IncompleteSkeletonComponent, Skeleton } from '@hh.ru/magritte-ui-skeleton';\nimport { SwitchProps } from '@hh.ru/magritte-ui-switch/types';\n\nimport styles from './switch.less';\n\nexport const SwitchSkeleton: IncompleteSkeletonComponent<SwitchProps> = ({\n Component: Switch,\n\n // skeleton props\n width,\n height,\n borderRadius,\n inline,\n additionalClass,\n loading,\n\n ...switchProps\n}) => (\n <Skeleton loading={loading} additionalClass={styles.switchSkeleton} inline>\n <Switch {...switchProps} />\n </Skeleton>\n);\n"],"names":["_jsx"],"mappings":";;;;;MAKa,cAAc,GAA6C,CAAC,EACrE,SAAS,EAAE,MAAM;AAEjB;AACA,KAAK,EACL,MAAM,EACN,YAAY,EACZ,MAAM,EACN,eAAe,EACf,OAAO,EAEP,GAAG,WAAW,EACjB,MACGA,GAAC,CAAA,QAAQ,EAAC,EAAA,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,CAAC,cAAc,EAAE,MAAM,EAAA,IAAA,EAAA,QAAA,EACtEA,IAAC,MAAM,EAAA,EAAA,GAAK,WAAW,EAAI,CAAA,EAAA,CACpB;;;;"}
package/Skeleton.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import './index.css';
2
2
  import 'react/jsx-runtime';
3
3
  import '@hh.ru/magritte-ui-skeleton';
4
- export { S as SwitchSkeleton } from './Skeleton-BqKnHNmw.js';
4
+ export { S as SwitchSkeleton } from './Skeleton-BgUzy6Wi.js';
5
5
  //# sourceMappingURL=Skeleton.js.map
package/Switch.js CHANGED
@@ -4,7 +4,7 @@ import classnames from 'classnames';
4
4
  import { useDisabled } from '@hh.ru/magritte-common-use-disabled';
5
5
  import { LockClosedFilledSize16 } from '@hh.ru/magritte-ui-icon/icon';
6
6
  import { enrichWithSkeleton } from '@hh.ru/magritte-ui-skeleton';
7
- import { S as SwitchSkeleton, s as styles } from './Skeleton-BqKnHNmw.js';
7
+ import { S as SwitchSkeleton, s as styles } from './Skeleton-BgUzy6Wi.js';
8
8
 
9
9
  const SwitchComponent = ({ onClick, 'aria-label': ariaLabel, disabled = false, checked = false, ...props }) => {
10
10
  const forceDisabled = useDisabled();
package/index.css CHANGED
@@ -1,133 +1,133 @@
1
1
  :root{
2
- --magritte-color-component-switch-stroke-state-focused-accessible-v21-5-0:#0070ff7a;
3
- --magritte-color-component-switch-background-container-checked-v21-5-0:#0dc267;
4
- --magritte-color-component-switch-background-container-unchecked-v21-5-0:#DCE3EB;
5
- --magritte-color-component-switch-background-toggle-checked-v21-5-0:#ffffff;
6
- --magritte-color-component-switch-background-toggle-unchecked-v21-5-0:#ffffff;
7
- --magritte-color-component-switch-background-state-container-checked-hovered-v21-5-0:#5bcf83;
8
- --magritte-color-component-switch-background-state-container-checked-pressed-v21-5-0:#5bcf83;
9
- --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-5-0:#CCD5DF;
10
- --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-5-0:#CCD5DF;
11
- --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-5-0:#ffffff;
12
- --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-5-0:#ffffff;
13
- --magritte-color-component-switch-background-state-container-checked-disabled-v21-5-0:#0dc2677a;
14
- --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-5-0:#dce3eb7a;
15
- --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-5-0:#0ea6587a;
16
- --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-5-0:#7686947a;
17
- --magritte-shadow-level-1-color-v21-5-0:#7090b029;
18
- --magritte-shadow-level-1-x-v21-5-0:0px;
19
- --magritte-shadow-level-1-y-v21-5-0:4px;
20
- --magritte-shadow-level-1-blur-v21-5-0:12px;
21
- --magritte-shadow-level-1-spread-v21-5-0:0px;
2
+ --magritte-color-component-switch-stroke-state-focused-accessible-v21-5-1:#0070ff7a;
3
+ --magritte-color-component-switch-background-container-checked-v21-5-1:#0dc267;
4
+ --magritte-color-component-switch-background-container-unchecked-v21-5-1:#DCE3EB;
5
+ --magritte-color-component-switch-background-toggle-checked-v21-5-1:#ffffff;
6
+ --magritte-color-component-switch-background-toggle-unchecked-v21-5-1:#ffffff;
7
+ --magritte-color-component-switch-background-state-container-checked-hovered-v21-5-1:#5bcf83;
8
+ --magritte-color-component-switch-background-state-container-checked-pressed-v21-5-1:#5bcf83;
9
+ --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-5-1:#CCD5DF;
10
+ --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-5-1:#CCD5DF;
11
+ --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-5-1:#ffffff;
12
+ --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-5-1:#ffffff;
13
+ --magritte-color-component-switch-background-state-container-checked-disabled-v21-5-1:#0dc2677a;
14
+ --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-5-1:#dce3eb7a;
15
+ --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-5-1:#0ea6587a;
16
+ --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-5-1:#7686947a;
17
+ --magritte-shadow-level-1-color-v21-5-1:#7090b029;
18
+ --magritte-shadow-level-1-x-v21-5-1:0px;
19
+ --magritte-shadow-level-1-y-v21-5-1:4px;
20
+ --magritte-shadow-level-1-blur-v21-5-1:12px;
21
+ --magritte-shadow-level-1-spread-v21-5-1:0px;
22
22
  }
23
23
  :root{
24
- --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-5-0:cubic-bezier(0.35, 0.1, 0.1, 1);
25
- --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-5-0:300ms;
24
+ --magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-5-1:cubic-bezier(0.35, 0.1, 0.1, 1);
25
+ --magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-5-1:300ms;
26
26
  }
27
27
  .magritte-night-theme{
28
- --magritte-color-component-switch-stroke-state-focused-accessible-v21-5-0:#0070ff7a;
29
- --magritte-color-component-switch-background-container-checked-v21-5-0:#0dc267;
30
- --magritte-color-component-switch-background-container-unchecked-v21-5-0:#303030;
31
- --magritte-color-component-switch-background-toggle-checked-v21-5-0:#ffffff;
32
- --magritte-color-component-switch-background-toggle-unchecked-v21-5-0:#ffffff;
33
- --magritte-color-component-switch-background-state-container-checked-hovered-v21-5-0:#5bcf83;
34
- --magritte-color-component-switch-background-state-container-checked-pressed-v21-5-0:#5bcf83;
35
- --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-5-0:#3B3B3B;
36
- --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-5-0:#3B3B3B;
37
- --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-5-0:#ffffff;
38
- --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-5-0:#ffffff;
39
- --magritte-color-component-switch-background-state-container-checked-disabled-v21-5-0:#0dc2677a;
40
- --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-5-0:#3030307a;
41
- --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-5-0:#0ea6587a;
42
- --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-5-0:#7686947a;
43
- --magritte-shadow-level-1-color-v21-5-0:#00000029;
44
- --magritte-shadow-level-1-x-v21-5-0:0px;
45
- --magritte-shadow-level-1-y-v21-5-0:4px;
46
- --magritte-shadow-level-1-blur-v21-5-0:12px;
47
- --magritte-shadow-level-1-spread-v21-5-0:0px;
48
- }
49
- .magritte-switch___0AZYC_2-0-57{
28
+ --magritte-color-component-switch-stroke-state-focused-accessible-v21-5-1:#0070ff7a;
29
+ --magritte-color-component-switch-background-container-checked-v21-5-1:#0dc267;
30
+ --magritte-color-component-switch-background-container-unchecked-v21-5-1:#303030;
31
+ --magritte-color-component-switch-background-toggle-checked-v21-5-1:#ffffff;
32
+ --magritte-color-component-switch-background-toggle-unchecked-v21-5-1:#ffffff;
33
+ --magritte-color-component-switch-background-state-container-checked-hovered-v21-5-1:#5bcf83;
34
+ --magritte-color-component-switch-background-state-container-checked-pressed-v21-5-1:#5bcf83;
35
+ --magritte-color-component-switch-background-state-container-unchecked-hovered-v21-5-1:#3B3B3B;
36
+ --magritte-color-component-switch-background-state-container-unchecked-pressed-v21-5-1:#3B3B3B;
37
+ --magritte-color-component-switch-background-state-toggle-checked-pressed-v21-5-1:#ffffff;
38
+ --magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-5-1:#ffffff;
39
+ --magritte-color-component-switch-background-state-container-checked-disabled-v21-5-1:#0dc2677a;
40
+ --magritte-color-component-switch-background-state-container-unchecked-disabled-v21-5-1:#3030307a;
41
+ --magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-5-1:#0ea6587a;
42
+ --magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-5-1:#7686947a;
43
+ --magritte-shadow-level-1-color-v21-5-1:#00000029;
44
+ --magritte-shadow-level-1-x-v21-5-1:0px;
45
+ --magritte-shadow-level-1-y-v21-5-1:4px;
46
+ --magritte-shadow-level-1-blur-v21-5-1:12px;
47
+ --magritte-shadow-level-1-spread-v21-5-1:0px;
48
+ }
49
+ .magritte-switch___0AZYC_2-0-59{
50
50
  width:56px;
51
51
  height:36px;
52
- background-color:var(--magritte-color-component-switch-background-container-unchecked-v21-5-0);
52
+ background-color:var(--magritte-color-component-switch-background-container-unchecked-v21-5-1);
53
53
  border-radius:18px;
54
54
  cursor:pointer;
55
55
  position:relative;
56
56
  }
57
- .magritte-switch___0AZYC_2-0-57:active:not(:disabled){
58
- background-color:var(--magritte-color-component-switch-background-state-container-unchecked-pressed-v21-5-0);
57
+ .magritte-switch___0AZYC_2-0-59:active:not(:disabled){
58
+ background-color:var(--magritte-color-component-switch-background-state-container-unchecked-pressed-v21-5-1);
59
59
  }
60
- .magritte-switch___0AZYC_2-0-57:active:not(:disabled) .magritte-slider___YN62u_2-0-57{
60
+ .magritte-switch___0AZYC_2-0-59:active:not(:disabled) .magritte-slider___YN62u_2-0-59{
61
61
  border-radius:14px;
62
- background-color:var(--magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-5-0);
62
+ background-color:var(--magritte-color-component-switch-background-state-toggle-unchecked-pressed-v21-5-1);
63
63
  width:36px;
64
64
  }
65
- .magritte-switch___0AZYC_2-0-57:disabled{
65
+ .magritte-switch___0AZYC_2-0-59:disabled{
66
66
  cursor:not-allowed;
67
- background-color:var(--magritte-color-component-switch-background-state-container-unchecked-disabled-v21-5-0);
67
+ background-color:var(--magritte-color-component-switch-background-state-container-unchecked-disabled-v21-5-1);
68
68
  border-radius:20px;
69
69
  }
70
- .magritte-switch___0AZYC_2-0-57:disabled.magritte-checked___QEAn5_2-0-57{
71
- background-color:var(--magritte-color-component-switch-background-state-container-checked-disabled-v21-5-0);
70
+ .magritte-switch___0AZYC_2-0-59:disabled.magritte-checked___QEAn5_2-0-59{
71
+ background-color:var(--magritte-color-component-switch-background-state-container-checked-disabled-v21-5-1);
72
72
  }
73
- .magritte-switch___0AZYC_2-0-57.focus-visible{
74
- outline:var(--magritte-color-component-switch-stroke-state-focused-accessible-v21-5-0) solid 4px;
73
+ .magritte-switch___0AZYC_2-0-59.focus-visible{
74
+ outline:var(--magritte-color-component-switch-stroke-state-focused-accessible-v21-5-1) solid 4px;
75
75
  }
76
76
  @media (min-width: 1020px){
77
- body.magritte-old-layout .magritte-switch___0AZYC_2-0-57:hover:not(:disabled):not(:active){
78
- background-color:var(--magritte-color-component-switch-background-state-container-unchecked-hovered-v21-5-0);
77
+ body.magritte-old-layout .magritte-switch___0AZYC_2-0-59:hover:not(:disabled):not(:active){
78
+ background-color:var(--magritte-color-component-switch-background-state-container-unchecked-hovered-v21-5-1);
79
79
  }
80
80
  }
81
81
  @media (min-width: 1024px){
82
- body:not(.magritte-old-layout) .magritte-switch___0AZYC_2-0-57:hover:not(:disabled):not(:active){
83
- background-color:var(--magritte-color-component-switch-background-state-container-unchecked-hovered-v21-5-0);
82
+ body:not(.magritte-old-layout) .magritte-switch___0AZYC_2-0-59:hover:not(:disabled):not(:active){
83
+ background-color:var(--magritte-color-component-switch-background-state-container-unchecked-hovered-v21-5-1);
84
84
  }
85
85
  }
86
- .magritte-slider___YN62u_2-0-57{
86
+ .magritte-slider___YN62u_2-0-59{
87
87
  width:28px;
88
88
  height:28px;
89
- background-color:var(--magritte-color-component-switch-background-toggle-unchecked-v21-5-0);
89
+ background-color:var(--magritte-color-component-switch-background-toggle-unchecked-v21-5-1);
90
90
  border-radius:50%;
91
91
  position:absolute;
92
92
  left:0;
93
93
  right:auto;
94
94
  top:0;
95
- transition-duration:var(--magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-5-0);
96
- transition-timing-function:var(--magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-5-0);
95
+ transition-duration:var(--magritte-semantic-animation-ease-in-out-leopard-300-duration-v21-5-1);
96
+ transition-timing-function:var(--magritte-semantic-animation-ease-in-out-leopard-300-timing-function-v21-5-1);
97
97
  margin:4px;
98
98
  display:flex;
99
99
  justify-content:center;
100
100
  align-items:center;
101
- --magritte-ui-icon-color-override:var(--magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-5-0);
102
- box-shadow:var(--magritte-shadow-level-1-x-v21-5-0) var(--magritte-shadow-level-1-y-v21-5-0) var(--magritte-shadow-level-1-blur-v21-5-0) var(--magritte-shadow-level-1-spread-v21-5-0) var(--magritte-shadow-level-1-color-v21-5-0);
101
+ --magritte-ui-icon-color-override:var(--magritte-color-component-switch-icon-state-toggle-unchecked-disabled-v21-5-1);
102
+ box-shadow:var(--magritte-shadow-level-1-x-v21-5-1) var(--magritte-shadow-level-1-y-v21-5-1) var(--magritte-shadow-level-1-blur-v21-5-1) var(--magritte-shadow-level-1-spread-v21-5-1) var(--magritte-shadow-level-1-color-v21-5-1);
103
103
  }
104
- .magritte-checked___QEAn5_2-0-57{
105
- background-color:var(--magritte-color-component-switch-background-container-checked-v21-5-0);
104
+ .magritte-checked___QEAn5_2-0-59{
105
+ background-color:var(--magritte-color-component-switch-background-container-checked-v21-5-1);
106
106
  }
107
- .magritte-checked___QEAn5_2-0-57 .magritte-slider___YN62u_2-0-57{
108
- background-color:var(--magritte-color-component-switch-background-toggle-checked-v21-5-0);
107
+ .magritte-checked___QEAn5_2-0-59 .magritte-slider___YN62u_2-0-59{
108
+ background-color:var(--magritte-color-component-switch-background-toggle-checked-v21-5-1);
109
109
  left:calc(56px - (28px + 4px*2));
110
- --magritte-ui-icon-color-override:var(--magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-5-0);
110
+ --magritte-ui-icon-color-override:var(--magritte-color-component-switch-icon-state-toggle-checked-disabled-v21-5-1);
111
111
  }
112
- .magritte-checked___QEAn5_2-0-57:active:not(:disabled){
113
- background-color:var(--magritte-color-component-switch-background-state-container-checked-pressed-v21-5-0);
112
+ .magritte-checked___QEAn5_2-0-59:active:not(:disabled){
113
+ background-color:var(--magritte-color-component-switch-background-state-container-checked-pressed-v21-5-1);
114
114
  }
115
- .magritte-checked___QEAn5_2-0-57:active:not(:disabled) .magritte-slider___YN62u_2-0-57{
116
- background-color:var(--magritte-color-component-switch-background-state-toggle-checked-pressed-v21-5-0);
115
+ .magritte-checked___QEAn5_2-0-59:active:not(:disabled) .magritte-slider___YN62u_2-0-59{
116
+ background-color:var(--magritte-color-component-switch-background-state-toggle-checked-pressed-v21-5-1);
117
117
  width:36px;
118
118
  left:calc(56px - (36px + 4px*2));
119
119
  }
120
120
  @media (min-width: 1020px){
121
- body.magritte-old-layout .magritte-checked___QEAn5_2-0-57:hover:not(:disabled):not(:active){
122
- background-color:var(--magritte-color-component-switch-background-state-container-checked-hovered-v21-5-0);
121
+ body.magritte-old-layout .magritte-checked___QEAn5_2-0-59:hover:not(:disabled):not(:active){
122
+ background-color:var(--magritte-color-component-switch-background-state-container-checked-hovered-v21-5-1);
123
123
  }
124
124
  }
125
125
  @media (min-width: 1024px){
126
- body:not(.magritte-old-layout) .magritte-checked___QEAn5_2-0-57:hover:not(:disabled):not(:active){
127
- background-color:var(--magritte-color-component-switch-background-state-container-checked-hovered-v21-5-0);
126
+ body:not(.magritte-old-layout) .magritte-checked___QEAn5_2-0-59:hover:not(:disabled):not(:active){
127
+ background-color:var(--magritte-color-component-switch-background-state-container-checked-hovered-v21-5-1);
128
128
  }
129
129
  }
130
- .magritte-switch-skeleton___g1MEY_2-0-57{
130
+ .magritte-switch-skeleton___g1MEY_2-0-59{
131
131
  width:56px;
132
132
  height:36px;
133
133
  border-radius:18px;
package/index.js CHANGED
@@ -6,5 +6,5 @@ import 'classnames';
6
6
  import '@hh.ru/magritte-common-use-disabled';
7
7
  import '@hh.ru/magritte-ui-icon/icon';
8
8
  import '@hh.ru/magritte-ui-skeleton';
9
- import './Skeleton-BqKnHNmw.js';
9
+ import './Skeleton-BgUzy6Wi.js';
10
10
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hh.ru/magritte-ui-switch",
3
- "version": "2.0.57",
3
+ "version": "2.0.59",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
@@ -20,11 +20,11 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@hh.ru/magritte-common-use-disabled": "1.0.12",
23
- "@hh.ru/magritte-design-tokens": "21.5.0",
23
+ "@hh.ru/magritte-design-tokens": "21.5.1",
24
24
  "@hh.ru/magritte-ui-breakpoint": "5.0.3",
25
- "@hh.ru/magritte-ui-icon": "11.0.10",
26
- "@hh.ru/magritte-ui-skeleton": "2.1.35",
27
- "@hh.ru/magritte-ui-theme-provider": "1.1.49"
25
+ "@hh.ru/magritte-ui-icon": "11.0.12",
26
+ "@hh.ru/magritte-ui-skeleton": "2.1.36",
27
+ "@hh.ru/magritte-ui-theme-provider": "1.1.50"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "classnames": ">=2.3.2",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "32b212447694d1d24e4f9453672dcaa63335c657"
36
+ "gitHead": "98345837f5a81196f61f757e9cc17ed0fc6f1c65"
37
37
  }