@alfalab/core-components-password-input 2.2.0 → 2.2.1

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/dist/component.js CHANGED
@@ -53,7 +53,7 @@ function __rest(s, e) {
53
53
  return t;
54
54
  }
55
55
 
56
- var styles = {"eye":"password-input__eye_1ebo8","xl":"password-input__xl_1ebo8","input":"password-input__input_1ebo8"};
56
+ var styles = {"eye":"password-input__eye_1mhsq","xl":"password-input__xl_1mhsq","input":"password-input__input_1mhsq"};
57
57
  require('./index.css')
58
58
 
59
59
  var PasswordInput = React.forwardRef(function (_a, ref) {
@@ -44,7 +44,7 @@ function __rest(s, e) {
44
44
  return t;
45
45
  }
46
46
 
47
- var styles = {"eye":"password-input__eye_1ebo8","xl":"password-input__xl_1ebo8","input":"password-input__input_1ebo8"};
47
+ var styles = {"eye":"password-input__eye_1mhsq","xl":"password-input__xl_1mhsq","input":"password-input__input_1mhsq"};
48
48
  require('./index.css')
49
49
 
50
50
  var PasswordInput = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: 1tr52 */
1
+ /* hash: 129tr */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -12,15 +12,15 @@
12
12
  --gap-s-neg: -12px;
13
13
  --gap-m-neg: -16px;
14
14
  }
15
- .password-input__eye_1ebo8:last-child {
15
+ .password-input__eye_1mhsq:last-child {
16
16
  margin-right: var(--gap-s-neg);
17
17
  }
18
- .password-input__xl_1ebo8 .password-input__eye_1ebo8:last-child {
18
+ .password-input__xl_1mhsq .password-input__eye_1mhsq:last-child {
19
19
  margin-right: var(--gap-m-neg);
20
20
  }
21
- .password-input__xl_1ebo8 .password-input__eye_1ebo8 {
21
+ .password-input__xl_1mhsq .password-input__eye_1mhsq {
22
22
  margin-left: var(--gap-2xs);
23
23
  }
24
- .password-input__input_1ebo8::-ms-reveal {
24
+ .password-input__input_1mhsq::-ms-reveal {
25
25
  display: none;
26
26
  }
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1tr52 */
1
+ /* hash: 129tr */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -12,15 +12,15 @@
12
12
  --gap-s-neg: -12px;
13
13
  --gap-m-neg: -16px;
14
14
  }
15
- .password-input__eye_1ebo8:last-child {
15
+ .password-input__eye_1mhsq:last-child {
16
16
  margin-right: var(--gap-s-neg);
17
17
  }
18
- .password-input__xl_1ebo8 .password-input__eye_1ebo8:last-child {
18
+ .password-input__xl_1mhsq .password-input__eye_1mhsq:last-child {
19
19
  margin-right: var(--gap-m-neg);
20
20
  }
21
- .password-input__xl_1ebo8 .password-input__eye_1ebo8 {
21
+ .password-input__xl_1mhsq .password-input__eye_1mhsq {
22
22
  margin-left: var(--gap-2xs);
23
23
  }
24
- .password-input__input_1ebo8::-ms-reveal {
24
+ .password-input__input_1mhsq::-ms-reveal {
25
25
  display: none;
26
26
  }
@@ -5,7 +5,7 @@ import { IconButton } from '@alfalab/core-components-icon-button/dist/modern';
5
5
  import { EyeMIcon } from '@alfalab/icons-glyph/EyeMIcon';
6
6
  import { EyeOffMIcon } from '@alfalab/icons-glyph/EyeOffMIcon';
7
7
 
8
- var styles = {"eye":"password-input__eye_1ebo8","xl":"password-input__xl_1ebo8","input":"password-input__input_1ebo8"};
8
+ var styles = {"eye":"password-input__eye_1mhsq","xl":"password-input__xl_1mhsq","input":"password-input__input_1mhsq"};
9
9
  require('./index.css')
10
10
 
11
11
  const PasswordInput = forwardRef(({ onPasswordVisibleChange, passwordVisible, disabled, colors, rightAddons, size = 's', className, ...restProps }, ref) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1tr52 */
1
+ /* hash: 129tr */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -12,15 +12,15 @@
12
12
  --gap-s-neg: -12px;
13
13
  --gap-m-neg: -16px;
14
14
  }
15
- .password-input__eye_1ebo8:last-child {
15
+ .password-input__eye_1mhsq:last-child {
16
16
  margin-right: var(--gap-s-neg);
17
17
  }
18
- .password-input__xl_1ebo8 .password-input__eye_1ebo8:last-child {
18
+ .password-input__xl_1mhsq .password-input__eye_1mhsq:last-child {
19
19
  margin-right: var(--gap-m-neg);
20
20
  }
21
- .password-input__xl_1ebo8 .password-input__eye_1ebo8 {
21
+ .password-input__xl_1mhsq .password-input__eye_1mhsq {
22
22
  margin-left: var(--gap-2xs);
23
23
  }
24
- .password-input__input_1ebo8::-ms-reveal {
24
+ .password-input__input_1mhsq::-ms-reveal {
25
25
  display: none;
26
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-password-input",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Input password",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -17,10 +17,10 @@
17
17
  "react-dom": "^16.9.0 || ^17.0.1"
18
18
  },
19
19
  "dependencies": {
20
- "@alfalab/core-components-icon-button": "^4.1.6",
21
- "@alfalab/core-components-input": "^8.1.0",
20
+ "@alfalab/core-components-icon-button": "^4.1.7",
21
+ "@alfalab/core-components-input": "^8.1.1",
22
22
  "@alfalab/icons-glyph": "^2.16.0",
23
- "classnames": "^2.2.6"
23
+ "classnames": "2.2.6"
24
24
  },
25
- "gitHead": "5c900d923b3052a3a677c99b7c927e6213e890b6"
25
+ "gitHead": "0363f194b7d8e6d2949795b8f0570262d7028aff"
26
26
  }