@taiga-ui/kit 5.0.0-canary.b5906eb → 5.0.0-canary.fc35565

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 +123 -123
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "5.0.0-canary.b5906eb",
3
+ "version": "5.0.0-canary.fc35565",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -24,6 +24,10 @@
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"
30
+ },
27
31
  "./directives": {
28
32
  "types": "./directives/index.d.ts",
29
33
  "default": "./fesm2022/taiga-ui-kit-directives.mjs"
@@ -32,10 +36,6 @@
32
36
  "types": "./pipes/index.d.ts",
33
37
  "default": "./fesm2022/taiga-ui-kit-pipes.mjs"
34
38
  },
35
- "./components": {
36
- "types": "./components/index.d.ts",
37
- "default": "./fesm2022/taiga-ui-kit-components.mjs"
38
- },
39
39
  "./tokens": {
40
40
  "types": "./tokens/index.d.ts",
41
41
  "default": "./fesm2022/taiga-ui-kit-tokens.mjs"
@@ -44,110 +44,6 @@
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
- },
151
47
  "./components/accordion": {
152
48
  "types": "./components/accordion/index.d.ts",
153
49
  "default": "./fesm2022/taiga-ui-kit-components-accordion.mjs"
@@ -164,10 +60,6 @@
164
60
  "types": "./components/badge/index.d.ts",
165
61
  "default": "./fesm2022/taiga-ui-kit-components-badge.mjs"
166
62
  },
167
- "./components/badge-notification": {
168
- "types": "./components/badge-notification/index.d.ts",
169
- "default": "./fesm2022/taiga-ui-kit-components-badge-notification.mjs"
170
- },
171
63
  "./components/badged-content": {
172
64
  "types": "./components/badged-content/index.d.ts",
173
65
  "default": "./fesm2022/taiga-ui-kit-components-badged-content.mjs"
@@ -176,6 +68,10 @@
176
68
  "types": "./components/block/index.d.ts",
177
69
  "default": "./fesm2022/taiga-ui-kit-components-block.mjs"
178
70
  },
71
+ "./components/badge-notification": {
72
+ "types": "./components/badge-notification/index.d.ts",
73
+ "default": "./fesm2022/taiga-ui-kit-components-badge-notification.mjs"
74
+ },
179
75
  "./components/breadcrumbs": {
180
76
  "types": "./components/breadcrumbs/index.d.ts",
181
77
  "default": "./fesm2022/taiga-ui-kit-components-breadcrumbs.mjs"
@@ -356,17 +252,17 @@
356
252
  "types": "./components/progress/index.d.ts",
357
253
  "default": "./fesm2022/taiga-ui-kit-components-progress.mjs"
358
254
  },
359
- "./components/radio": {
360
- "types": "./components/radio/index.d.ts",
361
- "default": "./fesm2022/taiga-ui-kit-components-radio.mjs"
255
+ "./components/pulse": {
256
+ "types": "./components/pulse/index.d.ts",
257
+ "default": "./fesm2022/taiga-ui-kit-components-pulse.mjs"
362
258
  },
363
259
  "./components/push": {
364
260
  "types": "./components/push/index.d.ts",
365
261
  "default": "./fesm2022/taiga-ui-kit-components-push.mjs"
366
262
  },
367
- "./components/pulse": {
368
- "types": "./components/pulse/index.d.ts",
369
- "default": "./fesm2022/taiga-ui-kit-components-pulse.mjs"
263
+ "./components/radio": {
264
+ "types": "./components/radio/index.d.ts",
265
+ "default": "./fesm2022/taiga-ui-kit-components-radio.mjs"
370
266
  },
371
267
  "./components/radio-list": {
372
268
  "types": "./components/radio-list/index.d.ts",
@@ -388,14 +284,14 @@
388
284
  "types": "./components/segmented/index.d.ts",
389
285
  "default": "./fesm2022/taiga-ui-kit-components-segmented.mjs"
390
286
  },
391
- "./components/slider": {
392
- "types": "./components/slider/index.d.ts",
393
- "default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
394
- },
395
287
  "./components/select": {
396
288
  "types": "./components/select/index.d.ts",
397
289
  "default": "./fesm2022/taiga-ui-kit-components-select.mjs"
398
290
  },
291
+ "./components/slider": {
292
+ "types": "./components/slider/index.d.ts",
293
+ "default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
294
+ },
399
295
  "./components/status": {
400
296
  "types": "./components/status/index.d.ts",
401
297
  "default": "./fesm2022/taiga-ui-kit-components-status.mjs"
@@ -427,6 +323,110 @@
427
323
  "./components/tree": {
428
324
  "types": "./components/tree/index.d.ts",
429
325
  "default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
326
+ },
327
+ "./directives/appearance-proxy": {
328
+ "types": "./directives/appearance-proxy/index.d.ts",
329
+ "default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
330
+ },
331
+ "./directives/button-group": {
332
+ "types": "./directives/button-group/index.d.ts",
333
+ "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
334
+ },
335
+ "./directives/button-select": {
336
+ "types": "./directives/button-select/index.d.ts",
337
+ "default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
338
+ },
339
+ "./directives/chevron": {
340
+ "types": "./directives/chevron/index.d.ts",
341
+ "default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
342
+ },
343
+ "./directives/connected": {
344
+ "types": "./directives/connected/index.d.ts",
345
+ "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
346
+ },
347
+ "./directives/fade": {
348
+ "types": "./directives/fade/index.d.ts",
349
+ "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
350
+ },
351
+ "./directives/fluid-typography": {
352
+ "types": "./directives/fluid-typography/index.d.ts",
353
+ "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
354
+ },
355
+ "./directives/data-list-dropdown-manager": {
356
+ "types": "./directives/data-list-dropdown-manager/index.d.ts",
357
+ "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
358
+ },
359
+ "./directives/highlight": {
360
+ "types": "./directives/highlight/index.d.ts",
361
+ "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
362
+ },
363
+ "./directives/password": {
364
+ "types": "./directives/password/index.d.ts",
365
+ "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
366
+ },
367
+ "./directives/present": {
368
+ "types": "./directives/present/index.d.ts",
369
+ "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
370
+ },
371
+ "./directives/sensitive": {
372
+ "types": "./directives/sensitive/index.d.ts",
373
+ "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
374
+ },
375
+ "./directives/shimmer": {
376
+ "types": "./directives/shimmer/index.d.ts",
377
+ "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
378
+ },
379
+ "./directives/skeleton": {
380
+ "types": "./directives/skeleton/index.d.ts",
381
+ "default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
382
+ },
383
+ "./directives/tooltip": {
384
+ "types": "./directives/tooltip/index.d.ts",
385
+ "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
386
+ },
387
+ "./directives/unfinished-validator": {
388
+ "types": "./directives/unfinished-validator/index.d.ts",
389
+ "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
390
+ },
391
+ "./directives/unmask-handler": {
392
+ "types": "./directives/unmask-handler/index.d.ts",
393
+ "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
394
+ },
395
+ "./pipes/auto-color": {
396
+ "types": "./pipes/auto-color/index.d.ts",
397
+ "default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
398
+ },
399
+ "./pipes/emails": {
400
+ "types": "./pipes/emails/index.d.ts",
401
+ "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
402
+ },
403
+ "./pipes/filter-by-input": {
404
+ "types": "./pipes/filter-by-input/index.d.ts",
405
+ "default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
406
+ },
407
+ "./pipes/flag": {
408
+ "types": "./pipes/flag/index.d.ts",
409
+ "default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
410
+ },
411
+ "./pipes/hide-selected": {
412
+ "types": "./pipes/hide-selected/index.d.ts",
413
+ "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
414
+ },
415
+ "./pipes/initials": {
416
+ "types": "./pipes/initials/index.d.ts",
417
+ "default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
418
+ },
419
+ "./pipes/sort-countries": {
420
+ "types": "./pipes/sort-countries/index.d.ts",
421
+ "default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
422
+ },
423
+ "./pipes/stringify": {
424
+ "types": "./pipes/stringify/index.d.ts",
425
+ "default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
426
+ },
427
+ "./pipes/stringify-content": {
428
+ "types": "./pipes/stringify-content/index.d.ts",
429
+ "default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
430
430
  }
431
431
  },
432
432
  "peerDependencies": {