@alfalab/core-components-password-input 2.4.0 → 2.4.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/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_juxqs","xl":"password-input__xl_juxqs","input":"password-input__input_juxqs"};
56
+ var styles = {"eye":"password-input__eye_17moi","xl":"password-input__xl_17moi","input":"password-input__input_17moi"};
57
57
  require('./index.css')
58
58
 
59
59
  var PasswordInput = React.forwardRef(function (_a, ref) {
package/esm/component.js CHANGED
@@ -44,7 +44,7 @@ function __rest(s, e) {
44
44
  return t;
45
45
  }
46
46
 
47
- var styles = {"eye":"password-input__eye_juxqs","xl":"password-input__xl_juxqs","input":"password-input__input_juxqs"};
47
+ var styles = {"eye":"password-input__eye_17moi","xl":"password-input__xl_17moi","input":"password-input__input_17moi"};
48
48
  require('./index.css')
49
49
 
50
50
  var PasswordInput = forwardRef(function (_a, ref) {
package/esm/index.css CHANGED
@@ -12,15 +12,15 @@
12
12
  --gap-s-neg: -12px;
13
13
  --gap-m-neg: -16px;
14
14
  }
15
- .password-input__eye_juxqs:last-child {
15
+ .password-input__eye_17moi:last-child {
16
16
  margin-right: var(--gap-s-neg);
17
17
  }
18
- .password-input__xl_juxqs .password-input__eye_juxqs:last-child {
18
+ .password-input__xl_17moi .password-input__eye_17moi:last-child {
19
19
  margin-right: var(--gap-m-neg);
20
20
  }
21
- .password-input__xl_juxqs .password-input__eye_juxqs {
21
+ .password-input__xl_17moi .password-input__eye_17moi {
22
22
  margin-left: var(--gap-2xs);
23
23
  }
24
- .password-input__input_juxqs::-ms-reveal {
24
+ .password-input__input_17moi::-ms-reveal {
25
25
  display: none;
26
26
  }
package/index.css CHANGED
@@ -12,15 +12,15 @@
12
12
  --gap-s-neg: -12px;
13
13
  --gap-m-neg: -16px;
14
14
  }
15
- .password-input__eye_juxqs:last-child {
15
+ .password-input__eye_17moi:last-child {
16
16
  margin-right: var(--gap-s-neg);
17
17
  }
18
- .password-input__xl_juxqs .password-input__eye_juxqs:last-child {
18
+ .password-input__xl_17moi .password-input__eye_17moi:last-child {
19
19
  margin-right: var(--gap-m-neg);
20
20
  }
21
- .password-input__xl_juxqs .password-input__eye_juxqs {
21
+ .password-input__xl_17moi .password-input__eye_17moi {
22
22
  margin-left: var(--gap-2xs);
23
23
  }
24
- .password-input__input_juxqs::-ms-reveal {
24
+ .password-input__input_17moi::-ms-reveal {
25
25
  display: none;
26
26
  }
@@ -5,7 +5,7 @@ import { IconButton } from '@alfalab/core-components-icon-button/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_juxqs","xl":"password-input__xl_juxqs","input":"password-input__input_juxqs"};
8
+ var styles = {"eye":"password-input__eye_17moi","xl":"password-input__xl_17moi","input":"password-input__input_17moi"};
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
@@ -12,15 +12,15 @@
12
12
  --gap-s-neg: -12px;
13
13
  --gap-m-neg: -16px;
14
14
  }
15
- .password-input__eye_juxqs:last-child {
15
+ .password-input__eye_17moi:last-child {
16
16
  margin-right: var(--gap-s-neg);
17
17
  }
18
- .password-input__xl_juxqs .password-input__eye_juxqs:last-child {
18
+ .password-input__xl_17moi .password-input__eye_17moi:last-child {
19
19
  margin-right: var(--gap-m-neg);
20
20
  }
21
- .password-input__xl_juxqs .password-input__eye_juxqs {
21
+ .password-input__xl_17moi .password-input__eye_17moi {
22
22
  margin-left: var(--gap-2xs);
23
23
  }
24
- .password-input__input_juxqs::-ms-reveal {
24
+ .password-input__input_17moi::-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.4.0",
3
+ "version": "2.4.1",
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": "^4.3.0",
19
- "@alfalab/core-components-input": "^9.1.0",
18
+ "@alfalab/core-components-icon-button": "^4.3.1",
19
+ "@alfalab/core-components-input": "^9.1.1",
20
20
  "@alfalab/icons-glyph": "^2.16.0",
21
21
  "classnames": "^2.3.1"
22
22
  }
package/CHANGELOG.md DELETED
@@ -1,348 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [2.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.3.4...@alfalab/core-components-password-input@2.4.0) (2022-08-04)
7
-
8
-
9
- ### Features
10
-
11
- * react 18 support ([#159](https://github.com/core-ds/core-components/issues/159)) ([2e6693c](https://github.com/core-ds/core-components/commit/2e6693c62f534e333aadb7d3fff4ffd78ac84c63))
12
-
13
-
14
-
15
-
16
-
17
- ## [2.3.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.3.3...@alfalab/core-components-password-input@2.3.4) (2022-07-25)
18
-
19
- **Note:** Version bump only for package @alfalab/core-components-password-input
20
-
21
-
22
-
23
-
24
-
25
- ## [2.3.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.3.2...@alfalab/core-components-password-input@2.3.3) (2022-07-18)
26
-
27
- **Note:** Version bump only for package @alfalab/core-components-password-input
28
-
29
-
30
-
31
-
32
-
33
- ## [2.3.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.3.1...@alfalab/core-components-password-input@2.3.2) (2022-07-15)
34
-
35
-
36
- ### Bug Fixes
37
-
38
- * bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
39
-
40
-
41
-
42
-
43
-
44
- ## [2.3.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.3.0...@alfalab/core-components-password-input@2.3.1) (2022-07-14)
45
-
46
- **Note:** Version bump only for package @alfalab/core-components-password-input
47
-
48
-
49
-
50
-
51
-
52
- # [2.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.2.9...@alfalab/core-components-password-input@2.3.0) (2022-06-28)
53
-
54
-
55
- ### Features
56
-
57
- * circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
58
-
59
-
60
-
61
-
62
-
63
- ## [2.2.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.2.8...@alfalab/core-components-password-input@2.2.9) (2022-06-24)
64
-
65
-
66
- ### Bug Fixes
67
-
68
- * **icon-button:** fix disabled colors ([#104](https://github.com/core-ds/core-components/issues/104)) ([3f03849](https://github.com/core-ds/core-components/commit/3f038495bb63f72cd81ceeedbe55b52119581d57))
69
-
70
-
71
-
72
-
73
-
74
- ## [2.2.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.2.7...@alfalab/core-components-password-input@2.2.8) (2022-06-23)
75
-
76
- **Note:** Version bump only for package @alfalab/core-components-password-input
77
-
78
-
79
-
80
-
81
-
82
- ## [2.2.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.2.6...@alfalab/core-components-password-input@2.2.7) (2022-06-20)
83
-
84
-
85
- ### Bug Fixes
86
-
87
- * **icon-button:** fix loading ([#105](https://github.com/core-ds/core-components/issues/105)) ([0b133f0](https://github.com/core-ds/core-components/commit/0b133f042e86702ec2861915f2cdbcdbad9ca905))
88
-
89
-
90
-
91
-
92
-
93
- ## [2.2.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.2.5...@alfalab/core-components-password-input@2.2.6) (2022-06-03)
94
-
95
- **Note:** Version bump only for package @alfalab/core-components-password-input
96
-
97
-
98
-
99
-
100
-
101
- # [2.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.16...@alfalab/core-components-password-input@2.2.0) (2022-03-04)
102
-
103
-
104
- ### Bug Fixes
105
-
106
- * update glyph deps ([#1019](https://github.com/core-ds/core-components/issues/1019)) ([3e910d0](https://github.com/core-ds/core-components/commit/3e910d0801c4c46bcd399163200c1f7bfaba375e))
107
-
108
-
109
- ### Features
110
-
111
- * Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
112
-
113
-
114
-
115
-
116
-
117
- ## [2.1.16](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.15...@alfalab/core-components-password-input@2.1.16) (2022-02-17)
118
-
119
-
120
- ### Bug Fixes
121
-
122
- * imports for glyph icons ([#994](https://github.com/core-ds/core-components/issues/994)) ([8e807f2](https://github.com/core-ds/core-components/commit/8e807f26abf0f942fe8eadbd201caecb297b35dc))
123
-
124
-
125
-
126
-
127
-
128
- ## [2.1.15](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.14...@alfalab/core-components-password-input@2.1.15) (2022-02-15)
129
-
130
- **Note:** Version bump only for package @alfalab/core-components-password-input
131
-
132
-
133
-
134
-
135
-
136
- ## [2.1.14](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.13...@alfalab/core-components-password-input@2.1.14) (2022-02-09)
137
-
138
- **Note:** Version bump only for package @alfalab/core-components-password-input
139
-
140
-
141
-
142
-
143
-
144
- ## [2.1.13](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.12...@alfalab/core-components-password-input@2.1.13) (2022-02-03)
145
-
146
- **Note:** Version bump only for package @alfalab/core-components-password-input
147
-
148
-
149
-
150
-
151
-
152
- ## [2.1.12](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.11...@alfalab/core-components-password-input@2.1.12) (2022-02-02)
153
-
154
- **Note:** Version bump only for package @alfalab/core-components-password-input
155
-
156
-
157
-
158
-
159
-
160
- ## [2.1.11](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.10...@alfalab/core-components-password-input@2.1.11) (2022-01-17)
161
-
162
- **Note:** Version bump only for package @alfalab/core-components-password-input
163
-
164
-
165
-
166
-
167
-
168
- ## [2.1.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.9...@alfalab/core-components-password-input@2.1.10) (2021-12-29)
169
-
170
- **Note:** Version bump only for package @alfalab/core-components-password-input
171
-
172
-
173
-
174
-
175
-
176
- ## [2.1.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.8...@alfalab/core-components-password-input@2.1.9) (2021-12-14)
177
-
178
- **Note:** Version bump only for package @alfalab/core-components-password-input
179
-
180
-
181
-
182
-
183
-
184
- ## [2.1.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.7...@alfalab/core-components-password-input@2.1.8) (2021-12-09)
185
-
186
- **Note:** Version bump only for package @alfalab/core-components-password-input
187
-
188
-
189
-
190
-
191
-
192
- ## [2.1.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.6...@alfalab/core-components-password-input@2.1.7) (2021-12-08)
193
-
194
- **Note:** Version bump only for package @alfalab/core-components-password-input
195
-
196
-
197
-
198
-
199
-
200
- ## [2.1.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.5...@alfalab/core-components-password-input@2.1.6) (2021-12-08)
201
-
202
- **Note:** Version bump only for package @alfalab/core-components-password-input
203
-
204
-
205
-
206
-
207
-
208
- ## [2.1.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.4...@alfalab/core-components-password-input@2.1.5) (2021-12-08)
209
-
210
- **Note:** Version bump only for package @alfalab/core-components-password-input
211
-
212
-
213
-
214
-
215
-
216
- ## [2.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.3...@alfalab/core-components-password-input@2.1.4) (2021-11-26)
217
-
218
- **Note:** Version bump only for package @alfalab/core-components-password-input
219
-
220
-
221
-
222
-
223
-
224
- ## [2.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.2...@alfalab/core-components-password-input@2.1.3) (2021-11-16)
225
-
226
- **Note:** Version bump only for package @alfalab/core-components-password-input
227
-
228
-
229
-
230
-
231
-
232
- ## [2.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.1...@alfalab/core-components-password-input@2.1.2) (2021-10-15)
233
-
234
- **Note:** Version bump only for package @alfalab/core-components-password-input
235
-
236
-
237
-
238
-
239
-
240
- ## [2.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.1.0...@alfalab/core-components-password-input@2.1.1) (2021-10-11)
241
-
242
- **Note:** Version bump only for package @alfalab/core-components-password-input
243
-
244
-
245
-
246
-
247
-
248
- # [2.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.0.9...@alfalab/core-components-password-input@2.1.0) (2021-09-14)
249
-
250
-
251
- ### Features
252
-
253
- * **password-input:** show right addons (PDS-283) ([#828](https://github.com/core-ds/core-components/issues/828)) ([b255acd](https://github.com/core-ds/core-components/commit/b255acdcdbe37b546c6c9100a1645609439af430))
254
- * change error type to ReactNode ([#825](https://github.com/core-ds/core-components/issues/825)) ([c6d95c1](https://github.com/core-ds/core-components/commit/c6d95c1c6239f2b2a3bf2c1639554d8500e794f3))
255
-
256
-
257
-
258
-
259
-
260
- ## [2.0.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.0.8...@alfalab/core-components-password-input@2.0.9) (2021-08-31)
261
-
262
- **Note:** Version bump only for package @alfalab/core-components-password-input
263
-
264
-
265
-
266
-
267
-
268
- ## [2.0.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.0.7...@alfalab/core-components-password-input@2.0.8) (2021-08-27)
269
-
270
- **Note:** Version bump only for package @alfalab/core-components-password-input
271
-
272
-
273
-
274
-
275
-
276
- ## [2.0.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.0.6...@alfalab/core-components-password-input@2.0.7) (2021-08-23)
277
-
278
- **Note:** Version bump only for package @alfalab/core-components-password-input
279
-
280
-
281
-
282
-
283
-
284
- ## [2.0.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.0.5...@alfalab/core-components-password-input@2.0.6) (2021-08-23)
285
-
286
-
287
- ### Bug Fixes
288
-
289
- * **input:** smart error icon ([#746](https://github.com/core-ds/core-components/issues/746)) ([f1950d6](https://github.com/core-ds/core-components/commit/f1950d6d516d17d993f0865c10390b6301bb2707)), closes [#782](https://github.com/core-ds/core-components/issues/782)
290
-
291
-
292
-
293
-
294
-
295
- ## [2.0.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.0.4...@alfalab/core-components-password-input@2.0.5) (2021-08-11)
296
-
297
- **Note:** Version bump only for package @alfalab/core-components-password-input
298
-
299
-
300
-
301
-
302
-
303
- ## [2.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.0.3...@alfalab/core-components-password-input@2.0.4) (2021-08-04)
304
-
305
- **Note:** Version bump only for package @alfalab/core-components-password-input
306
-
307
-
308
-
309
-
310
-
311
- ## [2.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.0.2...@alfalab/core-components-password-input@2.0.3) (2021-07-23)
312
-
313
- **Note:** Version bump only for package @alfalab/core-components-password-input
314
-
315
-
316
-
317
-
318
-
319
- ## [2.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.0.1...@alfalab/core-components-password-input@2.0.2) (2021-07-19)
320
-
321
- **Note:** Version bump only for package @alfalab/core-components-password-input
322
-
323
-
324
-
325
-
326
-
327
- ## [2.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.0.0...@alfalab/core-components-password-input@2.0.1) (2021-07-09)
328
-
329
- **Note:** Version bump only for package @alfalab/core-components-password-input
330
-
331
-
332
-
333
-
334
-
335
- # [2.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@1.1.0...@alfalab/core-components-password-input@2.0.0) (2021-07-08)
336
-
337
-
338
- ### Features
339
-
340
- * upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
341
-
342
- # 1.1.0 (2021-06-29)
343
-
344
-
345
- ### Features
346
-
347
-
348
- * **password-input:** add password input (PDS-233) ([#691](https://github.com/core-ds/core-components/issues/691)) ([d872e4d](https://github.com/core-ds/core-components/commit/d872e4dd18fd5db472864fbc2676749b812da00f))