@hh.ru/magritte-ui-form-label 3.2.42 → 3.2.43

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/FormLabel.js CHANGED
@@ -12,7 +12,7 @@ import { NavigationBar } from '@hh.ru/magritte-ui-navigation-bar';
12
12
  import { Tooltip } from '@hh.ru/magritte-ui-tooltip';
13
13
  import { Text } from '@hh.ru/magritte-ui-typography';
14
14
 
15
- var styles = {"form-label":"magritte-form-label___Yzcxs_3-2-42","formLabel":"magritte-form-label___Yzcxs_3-2-42","form-label__counter":"magritte-form-label__counter___a2cSH_3-2-42","formLabelCounter":"magritte-form-label__counter___a2cSH_3-2-42","form-label_disabled":"magritte-form-label_disabled___rq0Rq_3-2-42","formLabelDisabled":"magritte-form-label_disabled___rq0Rq_3-2-42","form-label__icon":"magritte-form-label__icon___H57oS_3-2-42","formLabelIcon":"magritte-form-label__icon___H57oS_3-2-42"};
15
+ var styles = {"form-label":"magritte-form-label___Yzcxs_3-2-43","formLabel":"magritte-form-label___Yzcxs_3-2-43","form-label__counter":"magritte-form-label__counter___a2cSH_3-2-43","formLabelCounter":"magritte-form-label__counter___a2cSH_3-2-43","form-label_disabled":"magritte-form-label_disabled___rq0Rq_3-2-43","formLabelDisabled":"magritte-form-label_disabled___rq0Rq_3-2-43","form-label__icon":"magritte-form-label__icon___H57oS_3-2-43","formLabelIcon":"magritte-form-label__icon___H57oS_3-2-43"};
16
16
 
17
17
  const FormLabel = (props) => {
18
18
  const disabled = useDisabled();
package/index.css CHANGED
@@ -34,7 +34,7 @@
34
34
  --magritte-color-component-form-label-counter-content-v18-1-1:#767676;
35
35
  --magritte-color-component-form-label-counter-state-content-disabled-v18-1-1:#ABABAB;
36
36
  }
37
- .magritte-form-label___Yzcxs_3-2-42{
37
+ .magritte-form-label___Yzcxs_3-2-43{
38
38
  font-family:var(--magritte-typography-label-2-regular-font-family-v18-1-1);
39
39
  font-weight:var(--magritte-typography-label-2-regular-font-weight-v18-1-1);
40
40
  line-height:var(--magritte-typography-label-2-regular-line-height-v18-1-1);
@@ -50,36 +50,36 @@
50
50
  color:var(--magritte-color-component-form-label-text-content-v18-1-1);
51
51
  --magritte-ui-icon-color-override:var(--magritte-color-component-form-label-icon-content-v18-1-1);
52
52
  }
53
- .magritte-form-label___Yzcxs_3-2-42.focus-visible{
53
+ .magritte-form-label___Yzcxs_3-2-43.focus-visible{
54
54
  outline:var(--magritte-color-component-form-label-stroke-state-focused-accessible-v18-1-1) solid 4px;
55
55
  }
56
- .magritte-form-label___Yzcxs_3-2-42:active{
56
+ .magritte-form-label___Yzcxs_3-2-43:active{
57
57
  color:var(--magritte-color-component-form-label-text-state-content-pressed-v18-1-1);
58
58
  --magritte-ui-icon-color-override:var(--magritte-color-component-form-label-icon-state-content-pressed-v18-1-1);
59
59
  }
60
60
  @media (min-width: 1020px){
61
- body.magritte-old-layout .magritte-form-label___Yzcxs_3-2-42:hover:not(:disabled):not(:active){
61
+ body.magritte-old-layout .magritte-form-label___Yzcxs_3-2-43:hover:not(:disabled):not(:active){
62
62
  color:var(--magritte-color-component-form-label-text-state-content-hovered-v18-1-1);
63
63
  --magritte-ui-icon-color-override:var(--magritte-color-component-form-label-icon-state-content-hovered-v18-1-1);
64
64
  }
65
65
  }
66
66
  @media (min-width: 1024px){
67
- body:not(.magritte-old-layout) .magritte-form-label___Yzcxs_3-2-42:hover:not(:disabled):not(:active){
67
+ body:not(.magritte-old-layout) .magritte-form-label___Yzcxs_3-2-43:hover:not(:disabled):not(:active){
68
68
  color:var(--magritte-color-component-form-label-text-state-content-hovered-v18-1-1);
69
69
  --magritte-ui-icon-color-override:var(--magritte-color-component-form-label-icon-state-content-hovered-v18-1-1);
70
70
  }
71
71
  }
72
- .magritte-form-label__counter___a2cSH_3-2-42{
72
+ .magritte-form-label__counter___a2cSH_3-2-43{
73
73
  --magritte-counter-label-color:var(--magritte-color-component-form-label-counter-content-v18-1-1);
74
74
  }
75
- .magritte-form-label_disabled___rq0Rq_3-2-42{
75
+ .magritte-form-label_disabled___rq0Rq_3-2-43{
76
76
  color:var(--magritte-color-component-form-label-text-state-content-disabled-v18-1-1);
77
77
  --magritte-ui-icon-color-override:var(--magritte-color-component-form-label-icon-state-content-disabled-v18-1-1);
78
78
  }
79
- .magritte-form-label_disabled___rq0Rq_3-2-42 .magritte-form-label__counter___a2cSH_3-2-42{
79
+ .magritte-form-label_disabled___rq0Rq_3-2-43 .magritte-form-label__counter___a2cSH_3-2-43{
80
80
  --magritte-counter-label-color:var(--magritte-color-component-form-label-counter-state-content-disabled-v18-1-1);
81
81
  }
82
- .magritte-form-label__icon___H57oS_3-2-42{
82
+ .magritte-form-label__icon___H57oS_3-2-43{
83
83
  display:inline-flex;
84
84
  align-items:center;
85
85
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hh.ru/magritte-ui-form-label",
3
- "version": "3.2.42",
3
+ "version": "3.2.43",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
@@ -25,7 +25,7 @@
25
25
  "@hh.ru/magritte-design-tokens": "18.1.1",
26
26
  "@hh.ru/magritte-types": "4.0.1",
27
27
  "@hh.ru/magritte-ui-action": "4.3.4",
28
- "@hh.ru/magritte-ui-bottom-sheet": "4.1.23",
28
+ "@hh.ru/magritte-ui-bottom-sheet": "4.1.24",
29
29
  "@hh.ru/magritte-ui-breakpoint": "4.0.1",
30
30
  "@hh.ru/magritte-ui-counter": "4.0.8",
31
31
  "@hh.ru/magritte-ui-icon": "7.1.4",
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "2cb1607215544b6003e0486f5b72e463309a5bee"
45
+ "gitHead": "4e266f682eec8f5ba3dfac349e1fcd9329701eb6"
46
46
  }