@alfalab/core-components-password-input 7.0.1 → 7.0.2

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/esm/index.css CHANGED
@@ -1,6 +1,6 @@
1
- .password-input__eye_xmsr3:last-child {
1
+ .password-input__eye_o62fu:last-child {
2
2
  height: 100%;
3
3
  }
4
- .password-input__eye_xmsr3 ~ [data-name='input-lock-icon'] {
4
+ .password-input__eye_o62fu ~ [data-name='input-lock-icon'] {
5
5
  display: none;
6
6
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"eye":"password-input__eye_xmsr3"};
3
+ var styles = {"eye":"password-input__eye_o62fu"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/index.css CHANGED
@@ -1,6 +1,6 @@
1
- .password-input__eye_xmsr3:last-child {
1
+ .password-input__eye_o62fu:last-child {
2
2
  height: 100%;
3
3
  }
4
- .password-input__eye_xmsr3 ~ [data-name='input-lock-icon'] {
4
+ .password-input__eye_o62fu ~ [data-name='input-lock-icon'] {
5
5
  display: none;
6
6
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"eye":"password-input__eye_xmsr3"};
5
+ var styles = {"eye":"password-input__eye_o62fu"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
package/modern/index.css CHANGED
@@ -1,6 +1,6 @@
1
- .password-input__eye_xmsr3:last-child {
1
+ .password-input__eye_o62fu:last-child {
2
2
  height: 100%;
3
3
  }
4
- .password-input__eye_xmsr3 ~ [data-name='input-lock-icon'] {
4
+ .password-input__eye_o62fu ~ [data-name='input-lock-icon'] {
5
5
  display: none;
6
6
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"eye":"password-input__eye_xmsr3"};
3
+ const styles = {"eye":"password-input__eye_o62fu"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-password-input",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "description": "Input password",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,8 +10,8 @@
10
10
  "main": "index.js",
11
11
  "module": "./esm/index.js",
12
12
  "dependencies": {
13
- "@alfalab/core-components-icon-button": "^8.0.1",
14
- "@alfalab/core-components-input": "^17.0.1",
13
+ "@alfalab/core-components-icon-button": "^8.0.2",
14
+ "@alfalab/core-components-input": "^17.1.0",
15
15
  "@alfalab/icons-glyph": "^2.260.0",
16
16
  "classnames": "^2.5.1",
17
17
  "tslib": "^2.4.0"