@alfalab/core-components-password-input 4.1.18 → 4.1.20

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,7 +15,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
15
15
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
16
16
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
17
17
 
18
- var styles = {"eye":"password-input__eye_1oxwl","xl":"password-input__xl_1oxwl","input":"password-input__input_1oxwl","addons":"password-input__addons_1oxwl"};
18
+ var styles = {"eye":"password-input__eye_j96ig","xl":"password-input__xl_j96ig","input":"password-input__input_j96ig","addons":"password-input__addons_j96ig"};
19
19
  require('./index.css')
20
20
 
21
21
  var PasswordInput = React.forwardRef(function (_a, ref) {
package/esm/component.js CHANGED
@@ -6,7 +6,7 @@ import { Input } from '@alfalab/core-components-input/esm';
6
6
  import { EyeMIcon } from '@alfalab/icons-glyph/EyeMIcon';
7
7
  import { EyeOffMIcon } from '@alfalab/icons-glyph/EyeOffMIcon';
8
8
 
9
- var styles = {"eye":"password-input__eye_1oxwl","xl":"password-input__xl_1oxwl","input":"password-input__input_1oxwl","addons":"password-input__addons_1oxwl"};
9
+ var styles = {"eye":"password-input__eye_j96ig","xl":"password-input__xl_j96ig","input":"password-input__input_j96ig","addons":"password-input__addons_j96ig"};
10
10
  require('./index.css')
11
11
 
12
12
  var PasswordInput = forwardRef(function (_a, ref) {
package/esm/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1fr77 */
1
+ /* hash: l6wa6 */
2
2
  :root {
3
3
  } /* deprecated */ :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 */
4
4
  } :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 */
@@ -16,14 +16,14 @@
16
16
  --gap-m-neg: -16px;
17
17
  } :root {
18
18
  } :root {
19
- } .password-input__eye_1oxwl:last-child {
19
+ } .password-input__eye_j96ig:last-child {
20
20
  height: 100%;
21
- } .password-input__xl_1oxwl .password-input__eye_1oxwl:last-child {
21
+ } .password-input__xl_j96ig .password-input__eye_j96ig:last-child {
22
22
  margin-right: var(--gap-m-neg);
23
- } .password-input__xl_1oxwl .password-input__eye_1oxwl {
23
+ } .password-input__xl_j96ig .password-input__eye_j96ig {
24
24
  margin-left: var(--gap-2xs);
25
- } .password-input__input_1oxwl::-ms-reveal {
25
+ } .password-input__input_j96ig::-ms-reveal {
26
26
  display: none;
27
- } .password-input__addons_1oxwl {
27
+ } .password-input__addons_j96ig {
28
28
  padding-right: 0;
29
29
  }
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1fr77 */
1
+ /* hash: l6wa6 */
2
2
  :root {
3
3
  } /* deprecated */ :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 */
4
4
  } :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 */
@@ -16,14 +16,14 @@
16
16
  --gap-m-neg: -16px;
17
17
  } :root {
18
18
  } :root {
19
- } .password-input__eye_1oxwl:last-child {
19
+ } .password-input__eye_j96ig:last-child {
20
20
  height: 100%;
21
- } .password-input__xl_1oxwl .password-input__eye_1oxwl:last-child {
21
+ } .password-input__xl_j96ig .password-input__eye_j96ig:last-child {
22
22
  margin-right: var(--gap-m-neg);
23
- } .password-input__xl_1oxwl .password-input__eye_1oxwl {
23
+ } .password-input__xl_j96ig .password-input__eye_j96ig {
24
24
  margin-left: var(--gap-2xs);
25
- } .password-input__input_1oxwl::-ms-reveal {
25
+ } .password-input__input_j96ig::-ms-reveal {
26
26
  display: none;
27
- } .password-input__addons_1oxwl {
27
+ } .password-input__addons_j96ig {
28
28
  padding-right: 0;
29
29
  }
@@ -5,7 +5,7 @@ import { Input } from '@alfalab/core-components-input/modern';
5
5
  import { EyeMIcon } from '@alfalab/icons-glyph/EyeMIcon';
6
6
  import { EyeOffMIcon } from '@alfalab/icons-glyph/EyeOffMIcon';
7
7
 
8
- const styles = {"eye":"password-input__eye_1oxwl","xl":"password-input__xl_1oxwl","input":"password-input__input_1oxwl","addons":"password-input__addons_1oxwl"};
8
+ const styles = {"eye":"password-input__eye_j96ig","xl":"password-input__xl_j96ig","input":"password-input__input_j96ig","addons":"password-input__addons_j96ig"};
9
9
  require('./index.css')
10
10
 
11
11
  const PasswordInput = forwardRef(({ onPasswordVisibleChange, passwordVisible, disabled, colors, rightAddons, size = 's', className, ...restProps }, ref) => {
package/modern/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1fr77 */
1
+ /* hash: l6wa6 */
2
2
  :root {
3
3
  } /* deprecated */ :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 */
4
4
  } :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 */
@@ -16,14 +16,14 @@
16
16
  --gap-m-neg: -16px;
17
17
  } :root {
18
18
  } :root {
19
- } .password-input__eye_1oxwl:last-child {
19
+ } .password-input__eye_j96ig:last-child {
20
20
  height: 100%;
21
- } .password-input__xl_1oxwl .password-input__eye_1oxwl:last-child {
21
+ } .password-input__xl_j96ig .password-input__eye_j96ig:last-child {
22
22
  margin-right: var(--gap-m-neg);
23
- } .password-input__xl_1oxwl .password-input__eye_1oxwl {
23
+ } .password-input__xl_j96ig .password-input__eye_j96ig {
24
24
  margin-left: var(--gap-2xs);
25
- } .password-input__input_1oxwl::-ms-reveal {
25
+ } .password-input__input_j96ig::-ms-reveal {
26
26
  display: none;
27
- } .password-input__addons_1oxwl {
27
+ } .password-input__addons_j96ig {
28
28
  padding-right: 0;
29
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-password-input",
3
- "version": "4.1.18",
3
+ "version": "4.1.20",
4
4
  "description": "Input password",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -15,8 +15,8 @@
15
15
  "react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
16
16
  },
17
17
  "dependencies": {
18
- "@alfalab/core-components-icon-button": "^6.1.1",
19
- "@alfalab/core-components-input": "^11.1.16",
18
+ "@alfalab/core-components-icon-button": "^6.1.3",
19
+ "@alfalab/core-components-input": "^11.1.18",
20
20
  "@alfalab/icons-glyph": "^2.108.0",
21
21
  "classnames": "^2.3.1",
22
22
  "tslib": "^2.4.0"
package/send-stats.js DELETED
@@ -1,82 +0,0 @@
1
- const http = require('http');
2
- const fs = require('fs');
3
- const { promisify } = require('util');
4
- const path = require('path');
5
-
6
- const readFile = promisify(fs.readFile);
7
-
8
- async function main() {
9
- const remoteHost = process.env.NIS_HOST || 'digital';
10
- const remotePort = process.env.NIS_PORT || 80;
11
- const remotePath = process.env.NIS_PATH || '/npm-install-stats/api/install-stats';
12
-
13
- try {
14
- const [_, node, os, arch] =
15
- /node\/v(\d+\.\d+\.\d+) (\w+) (\w+)/.exec(process.env.npm_config_user_agent) || [];
16
- const [__, npm] = /npm\/(\d+\.\d+\.\d+)/.exec(process.env.npm_config_user_agent) || [];
17
- const [___, yarn] = /yarn\/(\d+\.\d+\.\d+)/.exec(process.env.npm_config_user_agent) || [];
18
-
19
- let ownPackageJson, packageJson;
20
-
21
- try {
22
- const result = await Promise.all([
23
- readFile(path.join(process.cwd(), 'package.json'), 'utf-8'),
24
- readFile(path.join(process.cwd(), '../../../package.json'), 'utf-8'),
25
- ]);
26
-
27
- ownPackageJson = JSON.parse(result[0]);
28
- packageJson = JSON.parse(result[1]);
29
- } catch (err) {
30
- ownPackageJson = '';
31
- packageJson = '';
32
- }
33
-
34
- const data = {
35
- node,
36
- npm,
37
- yarn,
38
- os,
39
- arch,
40
- ownPackageJson: JSON.stringify(ownPackageJson),
41
- packageJson: JSON.stringify(packageJson),
42
- };
43
-
44
- const body = JSON.stringify(data);
45
-
46
- const options = {
47
- host: remoteHost,
48
- port: remotePort,
49
- path: remotePath,
50
- method: 'POST',
51
- headers: {
52
- 'Content-Type': 'application/json',
53
- 'Content-Length': body.length,
54
- },
55
- };
56
-
57
- return new Promise((resolve, reject) => {
58
- const req = http.request(options, (res) => {
59
- res.on('end', () => {
60
- resolve();
61
- });
62
- });
63
-
64
- req.on('error', () => {
65
- reject();
66
- });
67
-
68
- req.write(body);
69
- req.end();
70
- });
71
- } catch (error) {
72
- throw error;
73
- }
74
- }
75
-
76
- main()
77
- .then(() => {
78
- process.exit(0);
79
- })
80
- .catch(() => {
81
- process.exit(0);
82
- });