@hh.ru/magritte-ui-form-label 4.0.5 → 4.0.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.
Files changed (3) hide show
  1. package/FormLabel.js +1 -1
  2. package/index.css +14 -14
  3. package/package.json +6 -6
package/FormLabel.js CHANGED
@@ -11,7 +11,7 @@ import { NavigationBar } from '@hh.ru/magritte-ui-navigation-bar';
11
11
  import { Tooltip } from '@hh.ru/magritte-ui-tooltip';
12
12
  import { Text } from '@hh.ru/magritte-ui-typography';
13
13
 
14
- var styles = {"form-label":"magritte-form-label___Yzcxs_4-0-5","formLabel":"magritte-form-label___Yzcxs_4-0-5","postfix":"magritte-postfix___UBcl3_4-0-5","form-label_disabled":"magritte-form-label_disabled___rq0Rq_4-0-5","formLabelDisabled":"magritte-form-label_disabled___rq0Rq_4-0-5","content":"magritte-content___o4wkg_4-0-5","icon":"magritte-icon___nwksH_4-0-5"};
14
+ var styles = {"form-label":"magritte-form-label___Yzcxs_4-0-6","formLabel":"magritte-form-label___Yzcxs_4-0-6","postfix":"magritte-postfix___UBcl3_4-0-6","form-label_disabled":"magritte-form-label_disabled___rq0Rq_4-0-6","formLabelDisabled":"magritte-form-label_disabled___rq0Rq_4-0-6","content":"magritte-content___o4wkg_4-0-6","icon":"magritte-icon___nwksH_4-0-6"};
15
15
 
16
16
  const FormLabel = (props) => {
17
17
  const disabled = useDisabled();
package/index.css CHANGED
@@ -46,7 +46,7 @@
46
46
  --magritte-color-icon-state-secondary-pressed-v18-2-1:#ABABAB;
47
47
  --magritte-color-icon-state-secondary-disabled-v18-2-1:#767676;
48
48
  }
49
- .magritte-form-label___Yzcxs_4-0-5{
49
+ .magritte-form-label___Yzcxs_4-0-6{
50
50
  font-family:var(--magritte-typography-label-2-regular-font-family-v18-2-1);
51
51
  font-weight:var(--magritte-typography-label-2-regular-font-weight-v18-2-1);
52
52
  line-height:var(--magritte-typography-label-2-regular-line-height-v18-2-1);
@@ -62,52 +62,52 @@
62
62
  color:var(--magritte-color-text-secondary-v18-2-1);
63
63
  --magritte-ui-icon-color-override:var(--magritte-color-icon-secondary-v18-2-1);
64
64
  }
65
- .magritte-form-label___Yzcxs_4-0-5 .magritte-postfix___UBcl3_4-0-5{
65
+ .magritte-form-label___Yzcxs_4-0-6 .magritte-postfix___UBcl3_4-0-6{
66
66
  color:var(--magritte-color-text-tertiary-v18-2-1);
67
67
  }
68
- .magritte-form-label___Yzcxs_4-0-5.focus-visible{
68
+ .magritte-form-label___Yzcxs_4-0-6.focus-visible{
69
69
  outline:var(--magritte-color-stroke-state-focused-accessible-v18-2-1) solid 4px;
70
70
  }
71
- .magritte-form-label___Yzcxs_4-0-5:not(.magritte-form-label_disabled___rq0Rq_4-0-5):active{
71
+ .magritte-form-label___Yzcxs_4-0-6:not(.magritte-form-label_disabled___rq0Rq_4-0-6):active{
72
72
  color:var(--magritte-color-text-state-secondary-pressed-v18-2-1);
73
73
  --magritte-ui-icon-color-override:var(--magritte-color-icon-state-secondary-pressed-v18-2-1);
74
74
  }
75
- .magritte-form-label___Yzcxs_4-0-5:not(.magritte-form-label_disabled___rq0Rq_4-0-5):active .magritte-postfix___UBcl3_4-0-5{
75
+ .magritte-form-label___Yzcxs_4-0-6:not(.magritte-form-label_disabled___rq0Rq_4-0-6):active .magritte-postfix___UBcl3_4-0-6{
76
76
  color:var(--magritte-color-text-state-tertiary-pressed-v18-2-1);
77
77
  }
78
78
  @media (min-width: 1020px){
79
- body.magritte-old-layout .magritte-form-label___Yzcxs_4-0-5:hover:not(.magritte-form-label_disabled___rq0Rq_4-0-5):not(:active){
79
+ body.magritte-old-layout .magritte-form-label___Yzcxs_4-0-6:hover:not(.magritte-form-label_disabled___rq0Rq_4-0-6):not(:active){
80
80
  color:var(--magritte-color-text-state-secondary-hovered-v18-2-1);
81
81
  --magritte-ui-icon-color-override:var(--magritte-color-icon-state-secondary-hovered-v18-2-1);
82
82
  }
83
- body.magritte-old-layout .magritte-form-label___Yzcxs_4-0-5:hover:not(.magritte-form-label_disabled___rq0Rq_4-0-5):not(:active) .magritte-postfix___UBcl3_4-0-5{
83
+ body.magritte-old-layout .magritte-form-label___Yzcxs_4-0-6:hover:not(.magritte-form-label_disabled___rq0Rq_4-0-6):not(:active) .magritte-postfix___UBcl3_4-0-6{
84
84
  color:var(--magritte-color-text-state-tertiary-hovered-v18-2-1);
85
85
  }
86
86
  }
87
87
  @media (min-width: 1024px){
88
- body:not(.magritte-old-layout) .magritte-form-label___Yzcxs_4-0-5:hover:not(.magritte-form-label_disabled___rq0Rq_4-0-5):not(:active){
88
+ body:not(.magritte-old-layout) .magritte-form-label___Yzcxs_4-0-6:hover:not(.magritte-form-label_disabled___rq0Rq_4-0-6):not(:active){
89
89
  color:var(--magritte-color-text-state-secondary-hovered-v18-2-1);
90
90
  --magritte-ui-icon-color-override:var(--magritte-color-icon-state-secondary-hovered-v18-2-1);
91
91
  }
92
- body:not(.magritte-old-layout) .magritte-form-label___Yzcxs_4-0-5:hover:not(.magritte-form-label_disabled___rq0Rq_4-0-5):not(:active) .magritte-postfix___UBcl3_4-0-5{
92
+ body:not(.magritte-old-layout) .magritte-form-label___Yzcxs_4-0-6:hover:not(.magritte-form-label_disabled___rq0Rq_4-0-6):not(:active) .magritte-postfix___UBcl3_4-0-6{
93
93
  color:var(--magritte-color-text-state-tertiary-hovered-v18-2-1);
94
94
  }
95
95
  }
96
- .magritte-form-label_disabled___rq0Rq_4-0-5{
96
+ .magritte-form-label_disabled___rq0Rq_4-0-6{
97
97
  color:var(--magritte-color-text-state-secondary-disabled-v18-2-1);
98
98
  --magritte-ui-icon-color-override:var(--magritte-color-icon-state-secondary-disabled-v18-2-1);
99
99
  }
100
- .magritte-form-label_disabled___rq0Rq_4-0-5 .magritte-postfix___UBcl3_4-0-5{
100
+ .magritte-form-label_disabled___rq0Rq_4-0-6 .magritte-postfix___UBcl3_4-0-6{
101
101
  color:var(--magritte-color-text-state-tertiary-disabled-v18-2-1);
102
102
  }
103
- .magritte-content___o4wkg_4-0-5{
103
+ .magritte-content___o4wkg_4-0-6{
104
104
  flex:0 1 auto;
105
105
  min-width:0;
106
106
  overflow:hidden;
107
107
  text-overflow:ellipsis;
108
108
  white-space:nowrap;
109
109
  }
110
- .magritte-postfix___UBcl3_4-0-5{
110
+ .magritte-postfix___UBcl3_4-0-6{
111
111
  font-family:var(--magritte-typography-subtitle-1-semibold-font-family-v18-2-1);
112
112
  font-weight:var(--magritte-typography-subtitle-1-semibold-font-weight-v18-2-1);
113
113
  line-height:var(--magritte-typography-subtitle-1-semibold-line-height-v18-2-1);
@@ -122,7 +122,7 @@
122
122
  text-overflow:ellipsis;
123
123
  white-space:nowrap;
124
124
  }
125
- .magritte-icon___nwksH_4-0-5{
125
+ .magritte-icon___nwksH_4-0-6{
126
126
  display:inline-flex;
127
127
  align-items:center;
128
128
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hh.ru/magritte-ui-form-label",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
@@ -25,14 +25,14 @@
25
25
  "@hh.ru/magritte-common-use-disabled": "1.0.9",
26
26
  "@hh.ru/magritte-design-tokens": "18.2.1",
27
27
  "@hh.ru/magritte-types": "4.0.2",
28
- "@hh.ru/magritte-ui-action": "4.3.11",
29
- "@hh.ru/magritte-ui-bottom-sheet": "4.1.35",
28
+ "@hh.ru/magritte-ui-action": "4.3.12",
29
+ "@hh.ru/magritte-ui-bottom-sheet": "4.1.36",
30
30
  "@hh.ru/magritte-ui-breakpoint": "4.0.3",
31
31
  "@hh.ru/magritte-ui-icon": "7.1.9",
32
32
  "@hh.ru/magritte-ui-mock-component": "1.0.11",
33
- "@hh.ru/magritte-ui-navigation-bar": "4.1.18",
33
+ "@hh.ru/magritte-ui-navigation-bar": "4.1.19",
34
34
  "@hh.ru/magritte-ui-theme-provider": "1.1.25",
35
- "@hh.ru/magritte-ui-tooltip": "6.1.9",
35
+ "@hh.ru/magritte-ui-tooltip": "6.1.10",
36
36
  "@hh.ru/magritte-ui-typography": "3.0.12"
37
37
  },
38
38
  "peerDependencies": {
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "072f997a89b2060db44c7c18f664937e4d617be3"
45
+ "gitHead": "07811bb36acfa5d6b622e7376d04736612344b19"
46
46
  }