@taiga-ui/kit 5.0.0-canary.92aade7 → 5.0.0-canary.b5906eb

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.
Files changed (1) hide show
  1. package/package.json +134 -134
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "5.0.0-canary.92aade7",
3
+ "version": "5.0.0-canary.b5906eb",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -24,17 +24,17 @@
24
24
  "types": "./index.d.ts",
25
25
  "default": "./fesm2022/taiga-ui-kit.mjs"
26
26
  },
27
- "./components": {
28
- "types": "./components/index.d.ts",
29
- "default": "./fesm2022/taiga-ui-kit-components.mjs"
27
+ "./directives": {
28
+ "types": "./directives/index.d.ts",
29
+ "default": "./fesm2022/taiga-ui-kit-directives.mjs"
30
30
  },
31
31
  "./pipes": {
32
32
  "types": "./pipes/index.d.ts",
33
33
  "default": "./fesm2022/taiga-ui-kit-pipes.mjs"
34
34
  },
35
- "./directives": {
36
- "types": "./directives/index.d.ts",
37
- "default": "./fesm2022/taiga-ui-kit-directives.mjs"
35
+ "./components": {
36
+ "types": "./components/index.d.ts",
37
+ "default": "./fesm2022/taiga-ui-kit-components.mjs"
38
38
  },
39
39
  "./tokens": {
40
40
  "types": "./tokens/index.d.ts",
@@ -44,18 +44,122 @@
44
44
  "types": "./utils/index.d.ts",
45
45
  "default": "./fesm2022/taiga-ui-kit-utils.mjs"
46
46
  },
47
+ "./directives/appearance-proxy": {
48
+ "types": "./directives/appearance-proxy/index.d.ts",
49
+ "default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
50
+ },
51
+ "./directives/button-select": {
52
+ "types": "./directives/button-select/index.d.ts",
53
+ "default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
54
+ },
55
+ "./directives/button-group": {
56
+ "types": "./directives/button-group/index.d.ts",
57
+ "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
58
+ },
59
+ "./directives/chevron": {
60
+ "types": "./directives/chevron/index.d.ts",
61
+ "default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
62
+ },
63
+ "./directives/data-list-dropdown-manager": {
64
+ "types": "./directives/data-list-dropdown-manager/index.d.ts",
65
+ "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
66
+ },
67
+ "./directives/connected": {
68
+ "types": "./directives/connected/index.d.ts",
69
+ "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
70
+ },
71
+ "./directives/fade": {
72
+ "types": "./directives/fade/index.d.ts",
73
+ "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
74
+ },
75
+ "./directives/fluid-typography": {
76
+ "types": "./directives/fluid-typography/index.d.ts",
77
+ "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
78
+ },
79
+ "./directives/highlight": {
80
+ "types": "./directives/highlight/index.d.ts",
81
+ "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
82
+ },
83
+ "./directives/password": {
84
+ "types": "./directives/password/index.d.ts",
85
+ "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
86
+ },
87
+ "./directives/sensitive": {
88
+ "types": "./directives/sensitive/index.d.ts",
89
+ "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
90
+ },
91
+ "./directives/skeleton": {
92
+ "types": "./directives/skeleton/index.d.ts",
93
+ "default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
94
+ },
95
+ "./directives/shimmer": {
96
+ "types": "./directives/shimmer/index.d.ts",
97
+ "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
98
+ },
99
+ "./directives/tooltip": {
100
+ "types": "./directives/tooltip/index.d.ts",
101
+ "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
102
+ },
103
+ "./directives/unfinished-validator": {
104
+ "types": "./directives/unfinished-validator/index.d.ts",
105
+ "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
106
+ },
107
+ "./directives/unmask-handler": {
108
+ "types": "./directives/unmask-handler/index.d.ts",
109
+ "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
110
+ },
111
+ "./pipes/auto-color": {
112
+ "types": "./pipes/auto-color/index.d.ts",
113
+ "default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
114
+ },
115
+ "./directives/present": {
116
+ "types": "./directives/present/index.d.ts",
117
+ "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
118
+ },
119
+ "./pipes/emails": {
120
+ "types": "./pipes/emails/index.d.ts",
121
+ "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
122
+ },
123
+ "./pipes/filter-by-input": {
124
+ "types": "./pipes/filter-by-input/index.d.ts",
125
+ "default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
126
+ },
127
+ "./pipes/flag": {
128
+ "types": "./pipes/flag/index.d.ts",
129
+ "default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
130
+ },
131
+ "./pipes/hide-selected": {
132
+ "types": "./pipes/hide-selected/index.d.ts",
133
+ "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
134
+ },
135
+ "./pipes/initials": {
136
+ "types": "./pipes/initials/index.d.ts",
137
+ "default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
138
+ },
139
+ "./pipes/sort-countries": {
140
+ "types": "./pipes/sort-countries/index.d.ts",
141
+ "default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
142
+ },
143
+ "./pipes/stringify": {
144
+ "types": "./pipes/stringify/index.d.ts",
145
+ "default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
146
+ },
147
+ "./pipes/stringify-content": {
148
+ "types": "./pipes/stringify-content/index.d.ts",
149
+ "default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
150
+ },
47
151
  "./components/accordion": {
48
152
  "types": "./components/accordion/index.d.ts",
49
153
  "default": "./fesm2022/taiga-ui-kit-components-accordion.mjs"
50
154
  },
51
- "./components/avatar": {
52
- "types": "./components/avatar/index.d.ts",
53
- "default": "./fesm2022/taiga-ui-kit-components-avatar.mjs"
54
- },
55
155
  "./components/action-bar": {
56
156
  "types": "./components/action-bar/index.d.ts",
57
157
  "default": "./fesm2022/taiga-ui-kit-components-action-bar.mjs"
58
158
  },
159
+ "./components/avatar": {
160
+ "types": "./components/avatar/index.d.ts",
161
+ "default": "./fesm2022/taiga-ui-kit-components-avatar.mjs"
162
+ },
59
163
  "./components/badge": {
60
164
  "types": "./components/badge/index.d.ts",
61
165
  "default": "./fesm2022/taiga-ui-kit-components-badge.mjs"
@@ -252,17 +356,17 @@
252
356
  "types": "./components/progress/index.d.ts",
253
357
  "default": "./fesm2022/taiga-ui-kit-components-progress.mjs"
254
358
  },
255
- "./components/pulse": {
256
- "types": "./components/pulse/index.d.ts",
257
- "default": "./fesm2022/taiga-ui-kit-components-pulse.mjs"
359
+ "./components/radio": {
360
+ "types": "./components/radio/index.d.ts",
361
+ "default": "./fesm2022/taiga-ui-kit-components-radio.mjs"
258
362
  },
259
363
  "./components/push": {
260
364
  "types": "./components/push/index.d.ts",
261
365
  "default": "./fesm2022/taiga-ui-kit-components-push.mjs"
262
366
  },
263
- "./components/radio": {
264
- "types": "./components/radio/index.d.ts",
265
- "default": "./fesm2022/taiga-ui-kit-components-radio.mjs"
367
+ "./components/pulse": {
368
+ "types": "./components/pulse/index.d.ts",
369
+ "default": "./fesm2022/taiga-ui-kit-components-pulse.mjs"
266
370
  },
267
371
  "./components/radio-list": {
268
372
  "types": "./components/radio-list/index.d.ts",
@@ -284,14 +388,14 @@
284
388
  "types": "./components/segmented/index.d.ts",
285
389
  "default": "./fesm2022/taiga-ui-kit-components-segmented.mjs"
286
390
  },
287
- "./components/select": {
288
- "types": "./components/select/index.d.ts",
289
- "default": "./fesm2022/taiga-ui-kit-components-select.mjs"
290
- },
291
391
  "./components/slider": {
292
392
  "types": "./components/slider/index.d.ts",
293
393
  "default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
294
394
  },
395
+ "./components/select": {
396
+ "types": "./components/select/index.d.ts",
397
+ "default": "./fesm2022/taiga-ui-kit-components-select.mjs"
398
+ },
295
399
  "./components/status": {
296
400
  "types": "./components/status/index.d.ts",
297
401
  "default": "./fesm2022/taiga-ui-kit-components-status.mjs"
@@ -323,110 +427,6 @@
323
427
  "./components/tree": {
324
428
  "types": "./components/tree/index.d.ts",
325
429
  "default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
326
- },
327
- "./pipes/auto-color": {
328
- "types": "./pipes/auto-color/index.d.ts",
329
- "default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
330
- },
331
- "./pipes/emails": {
332
- "types": "./pipes/emails/index.d.ts",
333
- "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
334
- },
335
- "./pipes/filter-by-input": {
336
- "types": "./pipes/filter-by-input/index.d.ts",
337
- "default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
338
- },
339
- "./pipes/flag": {
340
- "types": "./pipes/flag/index.d.ts",
341
- "default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
342
- },
343
- "./pipes/hide-selected": {
344
- "types": "./pipes/hide-selected/index.d.ts",
345
- "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
346
- },
347
- "./pipes/initials": {
348
- "types": "./pipes/initials/index.d.ts",
349
- "default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
350
- },
351
- "./pipes/sort-countries": {
352
- "types": "./pipes/sort-countries/index.d.ts",
353
- "default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
354
- },
355
- "./pipes/stringify": {
356
- "types": "./pipes/stringify/index.d.ts",
357
- "default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
358
- },
359
- "./pipes/stringify-content": {
360
- "types": "./pipes/stringify-content/index.d.ts",
361
- "default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
362
- },
363
- "./directives/appearance-proxy": {
364
- "types": "./directives/appearance-proxy/index.d.ts",
365
- "default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
366
- },
367
- "./directives/button-group": {
368
- "types": "./directives/button-group/index.d.ts",
369
- "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
370
- },
371
- "./directives/button-select": {
372
- "types": "./directives/button-select/index.d.ts",
373
- "default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
374
- },
375
- "./directives/chevron": {
376
- "types": "./directives/chevron/index.d.ts",
377
- "default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
378
- },
379
- "./directives/connected": {
380
- "types": "./directives/connected/index.d.ts",
381
- "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
382
- },
383
- "./directives/data-list-dropdown-manager": {
384
- "types": "./directives/data-list-dropdown-manager/index.d.ts",
385
- "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
386
- },
387
- "./directives/fade": {
388
- "types": "./directives/fade/index.d.ts",
389
- "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
390
- },
391
- "./directives/fluid-typography": {
392
- "types": "./directives/fluid-typography/index.d.ts",
393
- "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
394
- },
395
- "./directives/highlight": {
396
- "types": "./directives/highlight/index.d.ts",
397
- "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
398
- },
399
- "./directives/password": {
400
- "types": "./directives/password/index.d.ts",
401
- "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
402
- },
403
- "./directives/present": {
404
- "types": "./directives/present/index.d.ts",
405
- "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
406
- },
407
- "./directives/sensitive": {
408
- "types": "./directives/sensitive/index.d.ts",
409
- "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
410
- },
411
- "./directives/shimmer": {
412
- "types": "./directives/shimmer/index.d.ts",
413
- "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
414
- },
415
- "./directives/skeleton": {
416
- "types": "./directives/skeleton/index.d.ts",
417
- "default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
418
- },
419
- "./directives/tooltip": {
420
- "types": "./directives/tooltip/index.d.ts",
421
- "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
422
- },
423
- "./directives/unfinished-validator": {
424
- "types": "./directives/unfinished-validator/index.d.ts",
425
- "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
426
- },
427
- "./directives/unmask-handler": {
428
- "types": "./directives/unmask-handler/index.d.ts",
429
- "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
430
430
  }
431
431
  },
432
432
  "peerDependencies": {
@@ -434,15 +434,15 @@
434
434
  "@angular/core": ">=19.0.0",
435
435
  "@angular/forms": ">=19.0.0",
436
436
  "@angular/router": ">=19.0.0",
437
- "@maskito/angular": "^5.0.0",
438
- "@maskito/core": "^5.0.0",
439
- "@maskito/kit": "^5.0.0",
440
- "@maskito/phone": "^5.0.0",
441
- "@ng-web-apis/common": "^5.0.1",
442
- "@ng-web-apis/intersection-observer": "^5.0.1",
443
- "@ng-web-apis/mutation-observer": "^5.0.1",
444
- "@ng-web-apis/platform": "^5.0.1",
445
- "@ng-web-apis/resize-observer": "^5.0.1",
437
+ "@maskito/angular": "^5.0.1",
438
+ "@maskito/core": "^5.0.1",
439
+ "@maskito/kit": "^5.0.1",
440
+ "@maskito/phone": "^5.0.1",
441
+ "@ng-web-apis/common": "^5.0.2",
442
+ "@ng-web-apis/intersection-observer": "^5.0.2",
443
+ "@ng-web-apis/mutation-observer": "^5.0.2",
444
+ "@ng-web-apis/platform": "^5.0.2",
445
+ "@ng-web-apis/resize-observer": "^5.0.2",
446
446
  "@taiga-ui/cdk": "^5.0.0-rc.0",
447
447
  "@taiga-ui/core": "^5.0.0-rc.0",
448
448
  "@taiga-ui/design-tokens": "~0.274.0",