@alfalab/core-components-password-input 2.4.1 → 2.4.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/CHANGELOG.md +367 -0
- package/{component.d.ts → dist/component.d.ts} +0 -0
- package/{component.js → dist/component.js} +1 -1
- package/{cssm → dist/cssm}/component.d.ts +0 -0
- package/{cssm → dist/cssm}/component.js +2 -2
- package/{cssm → dist/cssm}/index.d.ts +0 -0
- package/{cssm → dist/cssm}/index.js +2 -2
- package/{cssm → dist/cssm}/index.module.css +0 -0
- package/{esm → dist/esm}/component.d.ts +0 -0
- package/{esm → dist/esm}/component.js +3 -3
- package/{modern → dist/esm}/index.css +5 -5
- package/{esm → dist/esm}/index.d.ts +0 -0
- package/{esm → dist/esm}/index.js +2 -2
- package/{esm → dist}/index.css +5 -5
- package/{index.d.ts → dist/index.d.ts} +0 -0
- package/{index.js → dist/index.js} +0 -0
- package/{modern → dist/modern}/component.d.ts +0 -0
- package/{modern → dist/modern}/component.js +3 -3
- package/{index.css → dist/modern/index.css} +5 -5
- package/{modern → dist/modern}/index.d.ts +0 -0
- package/{modern → dist/modern}/index.js +2 -2
- package/{send-stats.js → dist/send-stats.js} +0 -0
- package/package.json +11 -8
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,367 @@
|
|
|
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.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.4.1...@alfalab/core-components-password-input@2.4.2) (2022-08-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* returned dist directory ([#199](https://github.com/core-ds/core-components/issues/199)) ([fabc15e](https://github.com/core-ds/core-components/commit/fabc15effa1457ca65ec7238206f1b1fc2a2a613))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [2.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-password-input@2.4.0...@alfalab/core-components-password-input@2.4.1) (2022-08-11)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [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)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* react 18 support ([#159](https://github.com/core-ds/core-components/issues/159)) ([2e6693c](https://github.com/core-ds/core-components/commit/2e6693c62f534e333aadb7d3fff4ffd78ac84c63))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [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)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## [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)
|
|
45
|
+
|
|
46
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
## [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)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Bug Fixes
|
|
56
|
+
|
|
57
|
+
* bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## [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)
|
|
64
|
+
|
|
65
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
# [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)
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### Features
|
|
75
|
+
|
|
76
|
+
* circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
## [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)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
### Bug Fixes
|
|
86
|
+
|
|
87
|
+
* **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))
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
## [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)
|
|
94
|
+
|
|
95
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## [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)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Bug Fixes
|
|
105
|
+
|
|
106
|
+
* **icon-button:** fix loading ([#105](https://github.com/core-ds/core-components/issues/105)) ([0b133f0](https://github.com/core-ds/core-components/commit/0b133f042e86702ec2861915f2cdbcdbad9ca905))
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
## [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)
|
|
113
|
+
|
|
114
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
# [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)
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Bug Fixes
|
|
124
|
+
|
|
125
|
+
* update glyph deps ([#1019](https://github.com/core-ds/core-components/issues/1019)) ([3e910d0](https://github.com/core-ds/core-components/commit/3e910d0801c4c46bcd399163200c1f7bfaba375e))
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
### Features
|
|
129
|
+
|
|
130
|
+
* Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## [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)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Bug Fixes
|
|
140
|
+
|
|
141
|
+
* imports for glyph icons ([#994](https://github.com/core-ds/core-components/issues/994)) ([8e807f2](https://github.com/core-ds/core-components/commit/8e807f26abf0f942fe8eadbd201caecb297b35dc))
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
## [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)
|
|
148
|
+
|
|
149
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
## [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)
|
|
156
|
+
|
|
157
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
## [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)
|
|
164
|
+
|
|
165
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
## [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)
|
|
172
|
+
|
|
173
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
## [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)
|
|
180
|
+
|
|
181
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
## [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)
|
|
188
|
+
|
|
189
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
## [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)
|
|
196
|
+
|
|
197
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
## [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)
|
|
204
|
+
|
|
205
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
## [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)
|
|
212
|
+
|
|
213
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
## [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)
|
|
220
|
+
|
|
221
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
## [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)
|
|
228
|
+
|
|
229
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
## [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)
|
|
236
|
+
|
|
237
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
## [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)
|
|
244
|
+
|
|
245
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
## [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)
|
|
252
|
+
|
|
253
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
## [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)
|
|
260
|
+
|
|
261
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
# [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)
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
### Features
|
|
271
|
+
|
|
272
|
+
* **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))
|
|
273
|
+
* 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))
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
## [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)
|
|
280
|
+
|
|
281
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
## [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)
|
|
288
|
+
|
|
289
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
## [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)
|
|
296
|
+
|
|
297
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
## [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)
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
### Bug Fixes
|
|
307
|
+
|
|
308
|
+
* **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)
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
## [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)
|
|
315
|
+
|
|
316
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
## [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)
|
|
323
|
+
|
|
324
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
## [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)
|
|
331
|
+
|
|
332
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
## [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)
|
|
339
|
+
|
|
340
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
## [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)
|
|
347
|
+
|
|
348
|
+
**Note:** Version bump only for package @alfalab/core-components-password-input
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
# [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)
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
### Features
|
|
358
|
+
|
|
359
|
+
* upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
|
|
360
|
+
|
|
361
|
+
# 1.1.0 (2021-06-29)
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
### Features
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
* **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))
|
|
File without changes
|
|
@@ -53,7 +53,7 @@ function __rest(s, e) {
|
|
|
53
53
|
return t;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
var styles = {"eye":"password-
|
|
56
|
+
var styles = {"eye":"password-input__eye_p8ujy","xl":"password-input__xl_p8ujy","input":"password-input__input_p8ujy"};
|
|
57
57
|
require('./index.css')
|
|
58
58
|
|
|
59
59
|
var PasswordInput = React.forwardRef(function (_a, ref) {
|
|
File without changes
|
|
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
6
|
var cn = require('classnames');
|
|
7
|
-
var coreComponentsInput = require('@alfalab/core-components-input/cssm');
|
|
8
|
-
var coreComponentsIconButton = require('@alfalab/core-components-icon-button/cssm');
|
|
7
|
+
var coreComponentsInput = require('@alfalab/core-components-input/dist/cssm');
|
|
8
|
+
var coreComponentsIconButton = require('@alfalab/core-components-icon-button/dist/cssm');
|
|
9
9
|
var EyeMIcon = require('@alfalab/icons-glyph/EyeMIcon');
|
|
10
10
|
var EyeOffMIcon = require('@alfalab/icons-glyph/EyeOffMIcon');
|
|
11
11
|
var styles = require('./index.module.css');
|
|
File without changes
|
|
@@ -5,8 +5,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var component = require('./component.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
|
-
require('@alfalab/core-components-input/cssm');
|
|
9
|
-
require('@alfalab/core-components-icon-button/cssm');
|
|
8
|
+
require('@alfalab/core-components-input/dist/cssm');
|
|
9
|
+
require('@alfalab/core-components-icon-button/dist/cssm');
|
|
10
10
|
require('@alfalab/icons-glyph/EyeMIcon');
|
|
11
11
|
require('@alfalab/icons-glyph/EyeOffMIcon');
|
|
12
12
|
require('./index.module.css');
|
|
File without changes
|
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { forwardRef, useState, useCallback } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
|
-
import { Input } from '@alfalab/core-components-input/esm';
|
|
4
|
-
import { IconButton } from '@alfalab/core-components-icon-button/esm';
|
|
3
|
+
import { Input } from '@alfalab/core-components-input/dist/esm';
|
|
4
|
+
import { IconButton } from '@alfalab/core-components-icon-button/dist/esm';
|
|
5
5
|
import { EyeMIcon } from '@alfalab/icons-glyph/EyeMIcon';
|
|
6
6
|
import { EyeOffMIcon } from '@alfalab/icons-glyph/EyeOffMIcon';
|
|
7
7
|
|
|
@@ -44,7 +44,7 @@ function __rest(s, e) {
|
|
|
44
44
|
return t;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
var styles = {"eye":"password-
|
|
47
|
+
var styles = {"eye":"password-input__eye_p8ujy","xl":"password-input__xl_p8ujy","input":"password-input__input_p8ujy"};
|
|
48
48
|
require('./index.css')
|
|
49
49
|
|
|
50
50
|
var PasswordInput = forwardRef(function (_a, ref) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: bw5s4 */
|
|
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-
|
|
15
|
+
.password-input__eye_p8ujy:last-child {
|
|
16
16
|
margin-right: var(--gap-s-neg);
|
|
17
17
|
}
|
|
18
|
-
.password-
|
|
18
|
+
.password-input__xl_p8ujy .password-input__eye_p8ujy:last-child {
|
|
19
19
|
margin-right: var(--gap-m-neg);
|
|
20
20
|
}
|
|
21
|
-
.password-
|
|
21
|
+
.password-input__xl_p8ujy .password-input__eye_p8ujy {
|
|
22
22
|
margin-left: var(--gap-2xs);
|
|
23
23
|
}
|
|
24
|
-
.password-
|
|
24
|
+
.password-input__input_p8ujy::-ms-reveal {
|
|
25
25
|
display: none;
|
|
26
26
|
}
|
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { PasswordInput } from './component.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
|
-
import '@alfalab/core-components-input/esm';
|
|
5
|
-
import '@alfalab/core-components-icon-button/esm';
|
|
4
|
+
import '@alfalab/core-components-input/dist/esm';
|
|
5
|
+
import '@alfalab/core-components-icon-button/dist/esm';
|
|
6
6
|
import '@alfalab/icons-glyph/EyeMIcon';
|
|
7
7
|
import '@alfalab/icons-glyph/EyeOffMIcon';
|
package/{esm → dist}/index.css
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: bw5s4 */
|
|
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-
|
|
15
|
+
.password-input__eye_p8ujy:last-child {
|
|
16
16
|
margin-right: var(--gap-s-neg);
|
|
17
17
|
}
|
|
18
|
-
.password-
|
|
18
|
+
.password-input__xl_p8ujy .password-input__eye_p8ujy:last-child {
|
|
19
19
|
margin-right: var(--gap-m-neg);
|
|
20
20
|
}
|
|
21
|
-
.password-
|
|
21
|
+
.password-input__xl_p8ujy .password-input__eye_p8ujy {
|
|
22
22
|
margin-left: var(--gap-2xs);
|
|
23
23
|
}
|
|
24
|
-
.password-
|
|
24
|
+
.password-input__input_p8ujy::-ms-reveal {
|
|
25
25
|
display: none;
|
|
26
26
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React, { forwardRef, useState, useCallback } from 'react';
|
|
2
2
|
import cn from 'classnames';
|
|
3
|
-
import { Input } from '@alfalab/core-components-input/modern';
|
|
4
|
-
import { IconButton } from '@alfalab/core-components-icon-button/modern';
|
|
3
|
+
import { Input } from '@alfalab/core-components-input/dist/modern';
|
|
4
|
+
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-
|
|
8
|
+
var styles = {"eye":"password-input__eye_p8ujy","xl":"password-input__xl_p8ujy","input":"password-input__input_p8ujy"};
|
|
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:
|
|
1
|
+
/* hash: bw5s4 */
|
|
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-
|
|
15
|
+
.password-input__eye_p8ujy:last-child {
|
|
16
16
|
margin-right: var(--gap-s-neg);
|
|
17
17
|
}
|
|
18
|
-
.password-
|
|
18
|
+
.password-input__xl_p8ujy .password-input__eye_p8ujy:last-child {
|
|
19
19
|
margin-right: var(--gap-m-neg);
|
|
20
20
|
}
|
|
21
|
-
.password-
|
|
21
|
+
.password-input__xl_p8ujy .password-input__eye_p8ujy {
|
|
22
22
|
margin-left: var(--gap-2xs);
|
|
23
23
|
}
|
|
24
|
-
.password-
|
|
24
|
+
.password-input__input_p8ujy::-ms-reveal {
|
|
25
25
|
display: none;
|
|
26
26
|
}
|
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'classnames';
|
|
3
|
-
import '@alfalab/core-components-input/modern';
|
|
4
|
-
import '@alfalab/core-components-icon-button/modern';
|
|
3
|
+
import '@alfalab/core-components-input/dist/modern';
|
|
4
|
+
import '@alfalab/core-components-icon-button/dist/modern';
|
|
5
5
|
import '@alfalab/icons-glyph/EyeMIcon';
|
|
6
6
|
import '@alfalab/icons-glyph/EyeOffMIcon';
|
|
7
7
|
export { PasswordInput } from './component.js';
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,23 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-password-input",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
4
4
|
"description": "Input password",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"main": "index.js",
|
|
8
|
-
"module": "./esm/index.js",
|
|
7
|
+
"main": "dist/index.js",
|
|
8
|
+
"module": "./dist/esm/index.js",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
9
12
|
"publishConfig": {
|
|
10
|
-
"access": "public"
|
|
11
|
-
"directory": "dist"
|
|
13
|
+
"access": "public"
|
|
12
14
|
},
|
|
13
15
|
"peerDependencies": {
|
|
14
16
|
"react": "^16.9.0 || ^17.0.1 || ^18.0.0",
|
|
15
17
|
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
16
18
|
},
|
|
17
19
|
"dependencies": {
|
|
18
|
-
"@alfalab/core-components-icon-button": "^4.3.
|
|
19
|
-
"@alfalab/core-components-input": "^9.1.
|
|
20
|
+
"@alfalab/core-components-icon-button": "^4.3.2",
|
|
21
|
+
"@alfalab/core-components-input": "^9.1.2",
|
|
20
22
|
"@alfalab/icons-glyph": "^2.16.0",
|
|
21
23
|
"classnames": "^2.3.1"
|
|
22
|
-
}
|
|
24
|
+
},
|
|
25
|
+
"gitHead": "4d6c8965d07839e339b370bb7c92bd7f9e24b1f3"
|
|
23
26
|
}
|