@alfalab/core-components-switch 4.5.5 → 4.5.6

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.
package/Component.js CHANGED
@@ -15,13 +15,13 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
15
15
  var mergeRefs__default = /*#__PURE__*/_interopDefaultCompat(mergeRefs);
16
16
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
17
17
 
18
- var defaultStyles = {"switch":"switch__switch_ii587","label":"switch__label_ii587","hint":"switch__hint_ii587","checked":"switch__checked_ii587","disabled":"switch__disabled_ii587"};
18
+ var defaultStyles = {"switch":"switch__switch_95gov","label":"switch__label_95gov","hint":"switch__hint_95gov","checked":"switch__checked_95gov","disabled":"switch__disabled_95gov"};
19
19
  require('./default.css')
20
20
 
21
- var styles = {"component":"switch__component_ppzcq","start":"switch__start_ppzcq","center":"switch__center_ppzcq","addons":"switch__addons_ppzcq","block":"switch__block_ppzcq","switch":"switch__switch_ppzcq","content":"switch__content_ppzcq","label":"switch__label_ppzcq","errorMessage":"switch__errorMessage_ppzcq","hint":"switch__hint_ppzcq","reversed":"switch__reversed_ppzcq","checked":"switch__checked_ppzcq","disabled":"switch__disabled_ppzcq","focused":"switch__focused_ppzcq"};
21
+ var styles = {"component":"switch__component_agi88","start":"switch__start_agi88","center":"switch__center_agi88","addons":"switch__addons_agi88","block":"switch__block_agi88","switch":"switch__switch_agi88","content":"switch__content_agi88","label":"switch__label_agi88","errorMessage":"switch__errorMessage_agi88","hint":"switch__hint_agi88","reversed":"switch__reversed_agi88","checked":"switch__checked_agi88","disabled":"switch__disabled_agi88","focused":"switch__focused_agi88"};
22
22
  require('./index.css')
23
23
 
24
- var invertedStyles = {"switch":"switch__switch_1u3bw","label":"switch__label_1u3bw","hint":"switch__hint_1u3bw","checked":"switch__checked_1u3bw","disabled":"switch__disabled_1u3bw"};
24
+ var invertedStyles = {"switch":"switch__switch_1kqnc","label":"switch__label_1kqnc","hint":"switch__hint_1kqnc","checked":"switch__checked_1kqnc","disabled":"switch__disabled_1kqnc"};
25
25
  require('./inverted.css')
26
26
 
27
27
  var colorStyles = {
package/default.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 154e7 */
1
+ /* hash: 1bpit */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-translucent-200: rgba(30, 43, 68, 0.08);
@@ -52,26 +52,26 @@
52
52
 
53
53
  /* icon */
54
54
  --switch-icon-disabled-color: var(--color-light-neutral-translucent-500);
55
- } .switch__switch_ii587 {
55
+ } .switch__switch_95gov {
56
56
  background-color: var(--switch-bg-color)
57
- } .switch__switch_ii587:hover {
57
+ } .switch__switch_95gov:hover {
58
58
  background-color: var(--switch-hover-bg-color);
59
- } .switch__label_ii587 {
59
+ } .switch__label_95gov {
60
60
  color: var(--switch-label-color);
61
- } .switch__hint_ii587 {
61
+ } .switch__hint_95gov {
62
62
  color: var(--switch-hint-color);
63
- } .switch__checked_ii587 .switch__switch_ii587 {
63
+ } .switch__checked_95gov .switch__switch_95gov {
64
64
  background-color: var(--switch-checked-bg-color)
65
- } .switch__checked_ii587 .switch__switch_ii587:hover {
65
+ } .switch__checked_95gov .switch__switch_95gov:hover {
66
66
  background-color: var(--switch-checked-hover-bg-color);
67
- } .switch__disabled_ii587 .switch__label_ii587 {
67
+ } .switch__disabled_95gov .switch__label_95gov {
68
68
  color: var(--switch-disabled-color);
69
- } .switch__disabled_ii587 .switch__hint_ii587 {
69
+ } .switch__disabled_95gov .switch__hint_95gov {
70
70
  color: var(--switch-disabled-color);
71
- } .switch__disabled_ii587 .switch__switch_ii587 {
71
+ } .switch__disabled_95gov .switch__switch_95gov {
72
72
  background-color: var(--switch-disabled-bg-color)
73
- } .switch__disabled_ii587 .switch__switch_ii587:before {
73
+ } .switch__disabled_95gov .switch__switch_95gov:before {
74
74
  background-color: var(--switch-icon-disabled-color);
75
- } .switch__disabled_ii587.switch__checked_ii587 .switch__switch_ii587 {
75
+ } .switch__disabled_95gov.switch__checked_95gov .switch__switch_95gov {
76
76
  background-color: var(--switch-disabled-checked-bg-color);
77
77
  }
package/esm/Component.js CHANGED
@@ -5,13 +5,13 @@ import cn from 'classnames';
5
5
  import { dom } from '@alfalab/core-components-shared/esm';
6
6
  import { useFocus } from '@alfalab/hooks';
7
7
 
8
- var defaultStyles = {"switch":"switch__switch_ii587","label":"switch__label_ii587","hint":"switch__hint_ii587","checked":"switch__checked_ii587","disabled":"switch__disabled_ii587"};
8
+ var defaultStyles = {"switch":"switch__switch_95gov","label":"switch__label_95gov","hint":"switch__hint_95gov","checked":"switch__checked_95gov","disabled":"switch__disabled_95gov"};
9
9
  require('./default.css')
10
10
 
11
- var styles = {"component":"switch__component_ppzcq","start":"switch__start_ppzcq","center":"switch__center_ppzcq","addons":"switch__addons_ppzcq","block":"switch__block_ppzcq","switch":"switch__switch_ppzcq","content":"switch__content_ppzcq","label":"switch__label_ppzcq","errorMessage":"switch__errorMessage_ppzcq","hint":"switch__hint_ppzcq","reversed":"switch__reversed_ppzcq","checked":"switch__checked_ppzcq","disabled":"switch__disabled_ppzcq","focused":"switch__focused_ppzcq"};
11
+ var styles = {"component":"switch__component_agi88","start":"switch__start_agi88","center":"switch__center_agi88","addons":"switch__addons_agi88","block":"switch__block_agi88","switch":"switch__switch_agi88","content":"switch__content_agi88","label":"switch__label_agi88","errorMessage":"switch__errorMessage_agi88","hint":"switch__hint_agi88","reversed":"switch__reversed_agi88","checked":"switch__checked_agi88","disabled":"switch__disabled_agi88","focused":"switch__focused_agi88"};
12
12
  require('./index.css')
13
13
 
14
- var invertedStyles = {"switch":"switch__switch_1u3bw","label":"switch__label_1u3bw","hint":"switch__hint_1u3bw","checked":"switch__checked_1u3bw","disabled":"switch__disabled_1u3bw"};
14
+ var invertedStyles = {"switch":"switch__switch_1kqnc","label":"switch__label_1kqnc","hint":"switch__hint_1kqnc","checked":"switch__checked_1kqnc","disabled":"switch__disabled_1kqnc"};
15
15
  require('./inverted.css')
16
16
 
17
17
  var colorStyles = {
package/esm/default.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 154e7 */
1
+ /* hash: 1bpit */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-translucent-200: rgba(30, 43, 68, 0.08);
@@ -52,26 +52,26 @@
52
52
 
53
53
  /* icon */
54
54
  --switch-icon-disabled-color: var(--color-light-neutral-translucent-500);
55
- } .switch__switch_ii587 {
55
+ } .switch__switch_95gov {
56
56
  background-color: var(--switch-bg-color)
57
- } .switch__switch_ii587:hover {
57
+ } .switch__switch_95gov:hover {
58
58
  background-color: var(--switch-hover-bg-color);
59
- } .switch__label_ii587 {
59
+ } .switch__label_95gov {
60
60
  color: var(--switch-label-color);
61
- } .switch__hint_ii587 {
61
+ } .switch__hint_95gov {
62
62
  color: var(--switch-hint-color);
63
- } .switch__checked_ii587 .switch__switch_ii587 {
63
+ } .switch__checked_95gov .switch__switch_95gov {
64
64
  background-color: var(--switch-checked-bg-color)
65
- } .switch__checked_ii587 .switch__switch_ii587:hover {
65
+ } .switch__checked_95gov .switch__switch_95gov:hover {
66
66
  background-color: var(--switch-checked-hover-bg-color);
67
- } .switch__disabled_ii587 .switch__label_ii587 {
67
+ } .switch__disabled_95gov .switch__label_95gov {
68
68
  color: var(--switch-disabled-color);
69
- } .switch__disabled_ii587 .switch__hint_ii587 {
69
+ } .switch__disabled_95gov .switch__hint_95gov {
70
70
  color: var(--switch-disabled-color);
71
- } .switch__disabled_ii587 .switch__switch_ii587 {
71
+ } .switch__disabled_95gov .switch__switch_95gov {
72
72
  background-color: var(--switch-disabled-bg-color)
73
- } .switch__disabled_ii587 .switch__switch_ii587:before {
73
+ } .switch__disabled_95gov .switch__switch_95gov:before {
74
74
  background-color: var(--switch-icon-disabled-color);
75
- } .switch__disabled_ii587.switch__checked_ii587 .switch__switch_ii587 {
75
+ } .switch__disabled_95gov.switch__checked_95gov .switch__switch_95gov {
76
76
  background-color: var(--switch-disabled-checked-bg-color);
77
77
  }
package/esm/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: s41hh */
1
+ /* hash: otfj7 */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-status-info: #2288fa;
@@ -54,7 +54,7 @@
54
54
 
55
55
  /* icon */
56
56
  --switch-icon-color: var(--color-static-neutral-0);
57
- } .switch__component_ppzcq {
57
+ } .switch__component_agi88 {
58
58
  display: inline-flex;
59
59
  align-items: flex-start;
60
60
  margin: var(--gap-0);
@@ -62,20 +62,20 @@
62
62
  border: 0;
63
63
  cursor: pointer;
64
64
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
65
- } .switch__component_ppzcq input {
65
+ } .switch__component_agi88 input {
66
66
  opacity: 0;
67
67
  position: absolute;
68
- } .switch__start_ppzcq {
68
+ } .switch__start_agi88 {
69
69
  align-items: flex-start;
70
- } .switch__center_ppzcq {
70
+ } .switch__center_agi88 {
71
71
  align-items: center;
72
- } .switch__addons_ppzcq {
72
+ } .switch__addons_agi88 {
73
73
  margin-left: auto;
74
74
  padding-left: var(--gap-16);
75
75
  line-height: 24px;
76
- } .switch__block_ppzcq {
76
+ } .switch__block_agi88 {
77
77
  width: 100%;
78
- } .switch__switch_ppzcq {
78
+ } .switch__switch_agi88 {
79
79
  position: relative;
80
80
  border-radius: var(--border-radius-16);
81
81
  width: 36px;
@@ -85,7 +85,7 @@
85
85
  border: 2px solid var(--switch-border-color);
86
86
  transition: background-color 0.2s ease, border-color 0.2s ease;
87
87
  box-sizing: border-box;
88
- } .switch__switch_ppzcq:before {
88
+ } .switch__switch_agi88:before {
89
89
  content: '';
90
90
  position: absolute;
91
91
  top: var(--gap-0);
@@ -97,42 +97,42 @@
97
97
  background-color: var(--switch-icon-color);
98
98
  box-sizing: border-box;
99
99
  transition: transform 0.2s ease;
100
- } .switch__content_ppzcq {
100
+ } .switch__content_agi88 {
101
101
  margin-left: var(--gap-12);
102
102
  flex-grow: 1;
103
- } .switch__label_ppzcq {
103
+ } .switch__label_agi88 {
104
104
  font-size: 16px;
105
105
  line-height: 24px;
106
106
  font-weight: 400;
107
107
  display: block;
108
- } .switch__label_ppzcq:not(:only-child) {
108
+ } .switch__label_agi88:not(:only-child) {
109
109
  margin-bottom: var(--gap-4);
110
- } .switch__errorMessage_ppzcq {
110
+ } .switch__errorMessage_agi88 {
111
111
  font-size: 14px;
112
112
  line-height: 18px;
113
113
  font-weight: 400;
114
114
  color: var(--switch-error-color);
115
- } .switch__hint_ppzcq {
115
+ } .switch__hint_agi88 {
116
116
  font-size: 14px;
117
117
  line-height: 18px;
118
118
  font-weight: 400;
119
119
  display: block;
120
- } /* Reversed state */ .switch__component_ppzcq.switch__reversed_ppzcq {
120
+ } /* Reversed state */ .switch__component_agi88.switch__reversed_agi88 {
121
121
  flex-direction: row-reverse;
122
- } .switch__reversed_ppzcq .switch__content_ppzcq {
122
+ } .switch__reversed_agi88 .switch__content_agi88 {
123
123
  margin-right: var(--gap-16);
124
124
  margin-left: var(--gap-0);
125
- } .switch__reversed_ppzcq .switch__addons_ppzcq {
125
+ } .switch__reversed_agi88 .switch__addons_agi88 {
126
126
  margin-left: var(--gap-0);
127
127
  padding-left: var(--gap-0);
128
128
  margin-right: auto;
129
129
  padding-right: var(--gap-16);
130
- } /* Checked state */ .switch__checked_ppzcq .switch__switch_ppzcq:before {
130
+ } /* Checked state */ .switch__checked_agi88 .switch__switch_agi88:before {
131
131
  /* ширина компонента(36px + 2*2px) - отступы(2 * 2px) - размер кружка(20px) */
132
132
  transform: translateX(16px);
133
- } /* Disabled state */ .switch__disabled_ppzcq {
133
+ } /* Disabled state */ .switch__disabled_agi88 {
134
134
  cursor: var(--disabled-cursor);
135
- } /* Focused state */ .switch__focused_ppzcq .switch__switch_ppzcq {
135
+ } /* Focused state */ .switch__focused_agi88 .switch__switch_agi88 {
136
136
  outline: 2px solid var(--focus-color);
137
137
  outline-offset: 2px;
138
138
  }
package/esm/inverted.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: tpju7 */
1
+ /* hash: 10aog */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-translucent-200-inverted: rgba(225, 225, 248, 0.09);
@@ -52,26 +52,26 @@
52
52
 
53
53
  /* icon */
54
54
  --switch-icon-disabled-inverted-color: var(--color-light-neutral-translucent-500-inverted);
55
- } .switch__switch_1u3bw {
55
+ } .switch__switch_1kqnc {
56
56
  background-color: var(--switch-bg-inverted-color)
57
- } .switch__switch_1u3bw:hover {
57
+ } .switch__switch_1kqnc:hover {
58
58
  background-color: var(--switch-hover-bg-inverted-color);
59
- } .switch__label_1u3bw {
59
+ } .switch__label_1kqnc {
60
60
  color: var(--switch-label-inverted-color);
61
- } .switch__hint_1u3bw {
61
+ } .switch__hint_1kqnc {
62
62
  color: var(--switch-hint-inverted-color);
63
- } .switch__checked_1u3bw .switch__switch_1u3bw {
63
+ } .switch__checked_1kqnc .switch__switch_1kqnc {
64
64
  background-color: var(--switch-checked-bg-inverted-color)
65
- } .switch__checked_1u3bw .switch__switch_1u3bw:hover {
65
+ } .switch__checked_1kqnc .switch__switch_1kqnc:hover {
66
66
  background-color: var(--switch-checked-hover-bg-inverted-color);
67
- } .switch__disabled_1u3bw .switch__label_1u3bw {
67
+ } .switch__disabled_1kqnc .switch__label_1kqnc {
68
68
  color: var(--switch-disabled-inverted-color);
69
- } .switch__disabled_1u3bw .switch__hint_1u3bw {
69
+ } .switch__disabled_1kqnc .switch__hint_1kqnc {
70
70
  color: var(--switch-disabled-inverted-color);
71
- } .switch__disabled_1u3bw .switch__switch_1u3bw {
71
+ } .switch__disabled_1kqnc .switch__switch_1kqnc {
72
72
  background-color: var(--switch-disabled-bg-inverted-color)
73
- } .switch__disabled_1u3bw .switch__switch_1u3bw:before {
73
+ } .switch__disabled_1kqnc .switch__switch_1kqnc:before {
74
74
  background-color: var(--switch-icon-disabled-inverted-color);
75
- } .switch__disabled_1u3bw.switch__checked_1u3bw .switch__switch_1u3bw {
75
+ } .switch__disabled_1kqnc.switch__checked_1kqnc .switch__switch_1kqnc {
76
76
  background-color: var(--switch-disabled-checked-bg-inverted-color);
77
77
  }
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: s41hh */
1
+ /* hash: otfj7 */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-status-info: #2288fa;
@@ -54,7 +54,7 @@
54
54
 
55
55
  /* icon */
56
56
  --switch-icon-color: var(--color-static-neutral-0);
57
- } .switch__component_ppzcq {
57
+ } .switch__component_agi88 {
58
58
  display: inline-flex;
59
59
  align-items: flex-start;
60
60
  margin: var(--gap-0);
@@ -62,20 +62,20 @@
62
62
  border: 0;
63
63
  cursor: pointer;
64
64
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
65
- } .switch__component_ppzcq input {
65
+ } .switch__component_agi88 input {
66
66
  opacity: 0;
67
67
  position: absolute;
68
- } .switch__start_ppzcq {
68
+ } .switch__start_agi88 {
69
69
  align-items: flex-start;
70
- } .switch__center_ppzcq {
70
+ } .switch__center_agi88 {
71
71
  align-items: center;
72
- } .switch__addons_ppzcq {
72
+ } .switch__addons_agi88 {
73
73
  margin-left: auto;
74
74
  padding-left: var(--gap-16);
75
75
  line-height: 24px;
76
- } .switch__block_ppzcq {
76
+ } .switch__block_agi88 {
77
77
  width: 100%;
78
- } .switch__switch_ppzcq {
78
+ } .switch__switch_agi88 {
79
79
  position: relative;
80
80
  border-radius: var(--border-radius-16);
81
81
  width: 36px;
@@ -85,7 +85,7 @@
85
85
  border: 2px solid var(--switch-border-color);
86
86
  transition: background-color 0.2s ease, border-color 0.2s ease;
87
87
  box-sizing: border-box;
88
- } .switch__switch_ppzcq:before {
88
+ } .switch__switch_agi88:before {
89
89
  content: '';
90
90
  position: absolute;
91
91
  top: var(--gap-0);
@@ -97,42 +97,42 @@
97
97
  background-color: var(--switch-icon-color);
98
98
  box-sizing: border-box;
99
99
  transition: transform 0.2s ease;
100
- } .switch__content_ppzcq {
100
+ } .switch__content_agi88 {
101
101
  margin-left: var(--gap-12);
102
102
  flex-grow: 1;
103
- } .switch__label_ppzcq {
103
+ } .switch__label_agi88 {
104
104
  font-size: 16px;
105
105
  line-height: 24px;
106
106
  font-weight: 400;
107
107
  display: block;
108
- } .switch__label_ppzcq:not(:only-child) {
108
+ } .switch__label_agi88:not(:only-child) {
109
109
  margin-bottom: var(--gap-4);
110
- } .switch__errorMessage_ppzcq {
110
+ } .switch__errorMessage_agi88 {
111
111
  font-size: 14px;
112
112
  line-height: 18px;
113
113
  font-weight: 400;
114
114
  color: var(--switch-error-color);
115
- } .switch__hint_ppzcq {
115
+ } .switch__hint_agi88 {
116
116
  font-size: 14px;
117
117
  line-height: 18px;
118
118
  font-weight: 400;
119
119
  display: block;
120
- } /* Reversed state */ .switch__component_ppzcq.switch__reversed_ppzcq {
120
+ } /* Reversed state */ .switch__component_agi88.switch__reversed_agi88 {
121
121
  flex-direction: row-reverse;
122
- } .switch__reversed_ppzcq .switch__content_ppzcq {
122
+ } .switch__reversed_agi88 .switch__content_agi88 {
123
123
  margin-right: var(--gap-16);
124
124
  margin-left: var(--gap-0);
125
- } .switch__reversed_ppzcq .switch__addons_ppzcq {
125
+ } .switch__reversed_agi88 .switch__addons_agi88 {
126
126
  margin-left: var(--gap-0);
127
127
  padding-left: var(--gap-0);
128
128
  margin-right: auto;
129
129
  padding-right: var(--gap-16);
130
- } /* Checked state */ .switch__checked_ppzcq .switch__switch_ppzcq:before {
130
+ } /* Checked state */ .switch__checked_agi88 .switch__switch_agi88:before {
131
131
  /* ширина компонента(36px + 2*2px) - отступы(2 * 2px) - размер кружка(20px) */
132
132
  transform: translateX(16px);
133
- } /* Disabled state */ .switch__disabled_ppzcq {
133
+ } /* Disabled state */ .switch__disabled_agi88 {
134
134
  cursor: var(--disabled-cursor);
135
- } /* Focused state */ .switch__focused_ppzcq .switch__switch_ppzcq {
135
+ } /* Focused state */ .switch__focused_agi88 .switch__switch_agi88 {
136
136
  outline: 2px solid var(--focus-color);
137
137
  outline-offset: 2px;
138
138
  }
package/inverted.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: tpju7 */
1
+ /* hash: 10aog */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-translucent-200-inverted: rgba(225, 225, 248, 0.09);
@@ -52,26 +52,26 @@
52
52
 
53
53
  /* icon */
54
54
  --switch-icon-disabled-inverted-color: var(--color-light-neutral-translucent-500-inverted);
55
- } .switch__switch_1u3bw {
55
+ } .switch__switch_1kqnc {
56
56
  background-color: var(--switch-bg-inverted-color)
57
- } .switch__switch_1u3bw:hover {
57
+ } .switch__switch_1kqnc:hover {
58
58
  background-color: var(--switch-hover-bg-inverted-color);
59
- } .switch__label_1u3bw {
59
+ } .switch__label_1kqnc {
60
60
  color: var(--switch-label-inverted-color);
61
- } .switch__hint_1u3bw {
61
+ } .switch__hint_1kqnc {
62
62
  color: var(--switch-hint-inverted-color);
63
- } .switch__checked_1u3bw .switch__switch_1u3bw {
63
+ } .switch__checked_1kqnc .switch__switch_1kqnc {
64
64
  background-color: var(--switch-checked-bg-inverted-color)
65
- } .switch__checked_1u3bw .switch__switch_1u3bw:hover {
65
+ } .switch__checked_1kqnc .switch__switch_1kqnc:hover {
66
66
  background-color: var(--switch-checked-hover-bg-inverted-color);
67
- } .switch__disabled_1u3bw .switch__label_1u3bw {
67
+ } .switch__disabled_1kqnc .switch__label_1kqnc {
68
68
  color: var(--switch-disabled-inverted-color);
69
- } .switch__disabled_1u3bw .switch__hint_1u3bw {
69
+ } .switch__disabled_1kqnc .switch__hint_1kqnc {
70
70
  color: var(--switch-disabled-inverted-color);
71
- } .switch__disabled_1u3bw .switch__switch_1u3bw {
71
+ } .switch__disabled_1kqnc .switch__switch_1kqnc {
72
72
  background-color: var(--switch-disabled-bg-inverted-color)
73
- } .switch__disabled_1u3bw .switch__switch_1u3bw:before {
73
+ } .switch__disabled_1kqnc .switch__switch_1kqnc:before {
74
74
  background-color: var(--switch-icon-disabled-inverted-color);
75
- } .switch__disabled_1u3bw.switch__checked_1u3bw .switch__switch_1u3bw {
75
+ } .switch__disabled_1kqnc.switch__checked_1kqnc .switch__switch_1kqnc {
76
76
  background-color: var(--switch-disabled-checked-bg-inverted-color);
77
77
  }
@@ -4,13 +4,13 @@ import cn from 'classnames';
4
4
  import { dom } from '@alfalab/core-components-shared/modern';
5
5
  import { useFocus } from '@alfalab/hooks';
6
6
 
7
- const defaultStyles = {"switch":"switch__switch_ii587","label":"switch__label_ii587","hint":"switch__hint_ii587","checked":"switch__checked_ii587","disabled":"switch__disabled_ii587"};
7
+ const defaultStyles = {"switch":"switch__switch_95gov","label":"switch__label_95gov","hint":"switch__hint_95gov","checked":"switch__checked_95gov","disabled":"switch__disabled_95gov"};
8
8
  require('./default.css')
9
9
 
10
- const styles = {"component":"switch__component_ppzcq","start":"switch__start_ppzcq","center":"switch__center_ppzcq","addons":"switch__addons_ppzcq","block":"switch__block_ppzcq","switch":"switch__switch_ppzcq","content":"switch__content_ppzcq","label":"switch__label_ppzcq","errorMessage":"switch__errorMessage_ppzcq","hint":"switch__hint_ppzcq","reversed":"switch__reversed_ppzcq","checked":"switch__checked_ppzcq","disabled":"switch__disabled_ppzcq","focused":"switch__focused_ppzcq"};
10
+ const styles = {"component":"switch__component_agi88","start":"switch__start_agi88","center":"switch__center_agi88","addons":"switch__addons_agi88","block":"switch__block_agi88","switch":"switch__switch_agi88","content":"switch__content_agi88","label":"switch__label_agi88","errorMessage":"switch__errorMessage_agi88","hint":"switch__hint_agi88","reversed":"switch__reversed_agi88","checked":"switch__checked_agi88","disabled":"switch__disabled_agi88","focused":"switch__focused_agi88"};
11
11
  require('./index.css')
12
12
 
13
- const invertedStyles = {"switch":"switch__switch_1u3bw","label":"switch__label_1u3bw","hint":"switch__hint_1u3bw","checked":"switch__checked_1u3bw","disabled":"switch__disabled_1u3bw"};
13
+ const invertedStyles = {"switch":"switch__switch_1kqnc","label":"switch__label_1kqnc","hint":"switch__hint_1kqnc","checked":"switch__checked_1kqnc","disabled":"switch__disabled_1kqnc"};
14
14
  require('./inverted.css')
15
15
 
16
16
  const colorStyles = {
@@ -1,4 +1,4 @@
1
- /* hash: 154e7 */
1
+ /* hash: 1bpit */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-translucent-200: rgba(30, 43, 68, 0.08);
@@ -52,26 +52,26 @@
52
52
 
53
53
  /* icon */
54
54
  --switch-icon-disabled-color: var(--color-light-neutral-translucent-500);
55
- } .switch__switch_ii587 {
55
+ } .switch__switch_95gov {
56
56
  background-color: var(--switch-bg-color)
57
- } .switch__switch_ii587:hover {
57
+ } .switch__switch_95gov:hover {
58
58
  background-color: var(--switch-hover-bg-color);
59
- } .switch__label_ii587 {
59
+ } .switch__label_95gov {
60
60
  color: var(--switch-label-color);
61
- } .switch__hint_ii587 {
61
+ } .switch__hint_95gov {
62
62
  color: var(--switch-hint-color);
63
- } .switch__checked_ii587 .switch__switch_ii587 {
63
+ } .switch__checked_95gov .switch__switch_95gov {
64
64
  background-color: var(--switch-checked-bg-color)
65
- } .switch__checked_ii587 .switch__switch_ii587:hover {
65
+ } .switch__checked_95gov .switch__switch_95gov:hover {
66
66
  background-color: var(--switch-checked-hover-bg-color);
67
- } .switch__disabled_ii587 .switch__label_ii587 {
67
+ } .switch__disabled_95gov .switch__label_95gov {
68
68
  color: var(--switch-disabled-color);
69
- } .switch__disabled_ii587 .switch__hint_ii587 {
69
+ } .switch__disabled_95gov .switch__hint_95gov {
70
70
  color: var(--switch-disabled-color);
71
- } .switch__disabled_ii587 .switch__switch_ii587 {
71
+ } .switch__disabled_95gov .switch__switch_95gov {
72
72
  background-color: var(--switch-disabled-bg-color)
73
- } .switch__disabled_ii587 .switch__switch_ii587:before {
73
+ } .switch__disabled_95gov .switch__switch_95gov:before {
74
74
  background-color: var(--switch-icon-disabled-color);
75
- } .switch__disabled_ii587.switch__checked_ii587 .switch__switch_ii587 {
75
+ } .switch__disabled_95gov.switch__checked_95gov .switch__switch_95gov {
76
76
  background-color: var(--switch-disabled-checked-bg-color);
77
77
  }
package/modern/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: s41hh */
1
+ /* hash: otfj7 */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-status-info: #2288fa;
@@ -54,7 +54,7 @@
54
54
 
55
55
  /* icon */
56
56
  --switch-icon-color: var(--color-static-neutral-0);
57
- } .switch__component_ppzcq {
57
+ } .switch__component_agi88 {
58
58
  display: inline-flex;
59
59
  align-items: flex-start;
60
60
  margin: var(--gap-0);
@@ -62,20 +62,20 @@
62
62
  border: 0;
63
63
  cursor: pointer;
64
64
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
65
- } .switch__component_ppzcq input {
65
+ } .switch__component_agi88 input {
66
66
  opacity: 0;
67
67
  position: absolute;
68
- } .switch__start_ppzcq {
68
+ } .switch__start_agi88 {
69
69
  align-items: flex-start;
70
- } .switch__center_ppzcq {
70
+ } .switch__center_agi88 {
71
71
  align-items: center;
72
- } .switch__addons_ppzcq {
72
+ } .switch__addons_agi88 {
73
73
  margin-left: auto;
74
74
  padding-left: var(--gap-16);
75
75
  line-height: 24px;
76
- } .switch__block_ppzcq {
76
+ } .switch__block_agi88 {
77
77
  width: 100%;
78
- } .switch__switch_ppzcq {
78
+ } .switch__switch_agi88 {
79
79
  position: relative;
80
80
  border-radius: var(--border-radius-16);
81
81
  width: 36px;
@@ -85,7 +85,7 @@
85
85
  border: 2px solid var(--switch-border-color);
86
86
  transition: background-color 0.2s ease, border-color 0.2s ease;
87
87
  box-sizing: border-box;
88
- } .switch__switch_ppzcq:before {
88
+ } .switch__switch_agi88:before {
89
89
  content: '';
90
90
  position: absolute;
91
91
  top: var(--gap-0);
@@ -97,42 +97,42 @@
97
97
  background-color: var(--switch-icon-color);
98
98
  box-sizing: border-box;
99
99
  transition: transform 0.2s ease;
100
- } .switch__content_ppzcq {
100
+ } .switch__content_agi88 {
101
101
  margin-left: var(--gap-12);
102
102
  flex-grow: 1;
103
- } .switch__label_ppzcq {
103
+ } .switch__label_agi88 {
104
104
  font-size: 16px;
105
105
  line-height: 24px;
106
106
  font-weight: 400;
107
107
  display: block;
108
- } .switch__label_ppzcq:not(:only-child) {
108
+ } .switch__label_agi88:not(:only-child) {
109
109
  margin-bottom: var(--gap-4);
110
- } .switch__errorMessage_ppzcq {
110
+ } .switch__errorMessage_agi88 {
111
111
  font-size: 14px;
112
112
  line-height: 18px;
113
113
  font-weight: 400;
114
114
  color: var(--switch-error-color);
115
- } .switch__hint_ppzcq {
115
+ } .switch__hint_agi88 {
116
116
  font-size: 14px;
117
117
  line-height: 18px;
118
118
  font-weight: 400;
119
119
  display: block;
120
- } /* Reversed state */ .switch__component_ppzcq.switch__reversed_ppzcq {
120
+ } /* Reversed state */ .switch__component_agi88.switch__reversed_agi88 {
121
121
  flex-direction: row-reverse;
122
- } .switch__reversed_ppzcq .switch__content_ppzcq {
122
+ } .switch__reversed_agi88 .switch__content_agi88 {
123
123
  margin-right: var(--gap-16);
124
124
  margin-left: var(--gap-0);
125
- } .switch__reversed_ppzcq .switch__addons_ppzcq {
125
+ } .switch__reversed_agi88 .switch__addons_agi88 {
126
126
  margin-left: var(--gap-0);
127
127
  padding-left: var(--gap-0);
128
128
  margin-right: auto;
129
129
  padding-right: var(--gap-16);
130
- } /* Checked state */ .switch__checked_ppzcq .switch__switch_ppzcq:before {
130
+ } /* Checked state */ .switch__checked_agi88 .switch__switch_agi88:before {
131
131
  /* ширина компонента(36px + 2*2px) - отступы(2 * 2px) - размер кружка(20px) */
132
132
  transform: translateX(16px);
133
- } /* Disabled state */ .switch__disabled_ppzcq {
133
+ } /* Disabled state */ .switch__disabled_agi88 {
134
134
  cursor: var(--disabled-cursor);
135
- } /* Focused state */ .switch__focused_ppzcq .switch__switch_ppzcq {
135
+ } /* Focused state */ .switch__focused_agi88 .switch__switch_agi88 {
136
136
  outline: 2px solid var(--focus-color);
137
137
  outline-offset: 2px;
138
138
  }
@@ -1,4 +1,4 @@
1
- /* hash: tpju7 */
1
+ /* hash: 10aog */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-translucent-200-inverted: rgba(225, 225, 248, 0.09);
@@ -52,26 +52,26 @@
52
52
 
53
53
  /* icon */
54
54
  --switch-icon-disabled-inverted-color: var(--color-light-neutral-translucent-500-inverted);
55
- } .switch__switch_1u3bw {
55
+ } .switch__switch_1kqnc {
56
56
  background-color: var(--switch-bg-inverted-color)
57
- } .switch__switch_1u3bw:hover {
57
+ } .switch__switch_1kqnc:hover {
58
58
  background-color: var(--switch-hover-bg-inverted-color);
59
- } .switch__label_1u3bw {
59
+ } .switch__label_1kqnc {
60
60
  color: var(--switch-label-inverted-color);
61
- } .switch__hint_1u3bw {
61
+ } .switch__hint_1kqnc {
62
62
  color: var(--switch-hint-inverted-color);
63
- } .switch__checked_1u3bw .switch__switch_1u3bw {
63
+ } .switch__checked_1kqnc .switch__switch_1kqnc {
64
64
  background-color: var(--switch-checked-bg-inverted-color)
65
- } .switch__checked_1u3bw .switch__switch_1u3bw:hover {
65
+ } .switch__checked_1kqnc .switch__switch_1kqnc:hover {
66
66
  background-color: var(--switch-checked-hover-bg-inverted-color);
67
- } .switch__disabled_1u3bw .switch__label_1u3bw {
67
+ } .switch__disabled_1kqnc .switch__label_1kqnc {
68
68
  color: var(--switch-disabled-inverted-color);
69
- } .switch__disabled_1u3bw .switch__hint_1u3bw {
69
+ } .switch__disabled_1kqnc .switch__hint_1kqnc {
70
70
  color: var(--switch-disabled-inverted-color);
71
- } .switch__disabled_1u3bw .switch__switch_1u3bw {
71
+ } .switch__disabled_1kqnc .switch__switch_1kqnc {
72
72
  background-color: var(--switch-disabled-bg-inverted-color)
73
- } .switch__disabled_1u3bw .switch__switch_1u3bw:before {
73
+ } .switch__disabled_1kqnc .switch__switch_1kqnc:before {
74
74
  background-color: var(--switch-icon-disabled-inverted-color);
75
- } .switch__disabled_1u3bw.switch__checked_1u3bw .switch__switch_1u3bw {
75
+ } .switch__disabled_1kqnc.switch__checked_1kqnc .switch__switch_1kqnc {
76
76
  background-color: var(--switch-disabled-checked-bg-inverted-color);
77
77
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-switch",
3
- "version": "4.5.5",
3
+ "version": "4.5.6",
4
4
  "description": "",
5
5
  "gitHead": "f054fef20200664c65e2501ef1f916c555cdf05d",
6
6
  "keywords": [],
@@ -17,11 +17,11 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@alfalab/hooks": "^1.13.1",
20
- "@alfalab/core-components-shared": "^0.15.0",
20
+ "@alfalab/core-components-shared": "^0.16.0",
21
21
  "classnames": "^2.5.1",
22
22
  "react-merge-refs": "^1.1.0",
23
23
  "tslib": "^2.4.0"
24
24
  },
25
- "themesVersion": "13.7.0",
25
+ "themesVersion": "13.7.1",
26
26
  "varsVersion": "9.18.0"
27
27
  }