@taiga-ui/core 5.0.0-canary.c4f5d4b → 5.0.0-canary.cf66fed

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 (38) hide show
  1. package/fesm2022/taiga-ui-core-components-calendar.mjs +5 -15
  2. package/fesm2022/taiga-ui-core-components-calendar.mjs.map +1 -1
  3. package/fesm2022/taiga-ui-core-components-cell.mjs +2 -2
  4. package/fesm2022/taiga-ui-core-components-cell.mjs.map +1 -1
  5. package/fesm2022/taiga-ui-core-components-data-list.mjs +2 -2
  6. package/fesm2022/taiga-ui-core-components-data-list.mjs.map +1 -1
  7. package/fesm2022/taiga-ui-core-components-error.mjs +1 -3
  8. package/fesm2022/taiga-ui-core-components-error.mjs.map +1 -1
  9. package/fesm2022/taiga-ui-core-components-icon.mjs +2 -6
  10. package/fesm2022/taiga-ui-core-components-icon.mjs.map +1 -1
  11. package/fesm2022/taiga-ui-core-components-notification.mjs +3 -5
  12. package/fesm2022/taiga-ui-core-components-notification.mjs.map +1 -1
  13. package/fesm2022/taiga-ui-core-components-root.mjs +1 -1
  14. package/fesm2022/taiga-ui-core-components-scrollbar.mjs +3 -9
  15. package/fesm2022/taiga-ui-core-components-scrollbar.mjs.map +1 -1
  16. package/fesm2022/taiga-ui-core-components-textfield.mjs +1 -3
  17. package/fesm2022/taiga-ui-core-components-textfield.mjs.map +1 -1
  18. package/fesm2022/taiga-ui-core-directives-appearance.mjs +2 -6
  19. package/fesm2022/taiga-ui-core-directives-appearance.mjs.map +1 -1
  20. package/fesm2022/taiga-ui-core-directives-items-handlers.mjs +3 -9
  21. package/fesm2022/taiga-ui-core-directives-items-handlers.mjs.map +1 -1
  22. package/fesm2022/taiga-ui-core-portals-dialog.mjs +1 -3
  23. package/fesm2022/taiga-ui-core-portals-dialog.mjs.map +1 -1
  24. package/fesm2022/taiga-ui-core-portals-dropdown.mjs +6 -18
  25. package/fesm2022/taiga-ui-core-portals-dropdown.mjs.map +1 -1
  26. package/fesm2022/taiga-ui-core-portals-hint.mjs +4 -12
  27. package/fesm2022/taiga-ui-core-portals-hint.mjs.map +1 -1
  28. package/fesm2022/taiga-ui-core-portals-popup.mjs +2 -6
  29. package/fesm2022/taiga-ui-core-portals-popup.mjs.map +1 -1
  30. package/fesm2022/taiga-ui-core-services.mjs +1 -3
  31. package/fesm2022/taiga-ui-core-services.mjs.map +1 -1
  32. package/fesm2022/taiga-ui-core-tokens.mjs +16 -32
  33. package/fesm2022/taiga-ui-core-tokens.mjs.map +1 -1
  34. package/package.json +33 -33
  35. package/styles/components/notification.less +1 -1
  36. package/tokens/i18n.d.ts +4 -0
  37. package/tokens/index.d.ts +0 -1
  38. package/tokens/theme.d.ts +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/core",
3
- "version": "5.0.0-canary.c4f5d4b",
3
+ "version": "5.0.0-canary.cf66fed",
4
4
  "description": "Core library for creating Angular components and applications using Taiga UI",
5
5
  "keywords": [
6
6
  "angular",
@@ -30,14 +30,14 @@
30
30
  "types": "./classes/index.d.ts",
31
31
  "default": "./fesm2022/taiga-ui-core-classes.mjs"
32
32
  },
33
- "./directives": {
34
- "types": "./directives/index.d.ts",
35
- "default": "./fesm2022/taiga-ui-core-directives.mjs"
36
- },
37
33
  "./components": {
38
34
  "types": "./components/index.d.ts",
39
35
  "default": "./fesm2022/taiga-ui-core-components.mjs"
40
36
  },
37
+ "./directives": {
38
+ "types": "./directives/index.d.ts",
39
+ "default": "./fesm2022/taiga-ui-core-directives.mjs"
40
+ },
41
41
  "./pipes": {
42
42
  "types": "./pipes/index.d.ts",
43
43
  "default": "./fesm2022/taiga-ui-core-pipes.mjs"
@@ -62,30 +62,6 @@
62
62
  "types": "./utils/index.d.ts",
63
63
  "default": "./fesm2022/taiga-ui-core-utils.mjs"
64
64
  },
65
- "./directives/appearance": {
66
- "types": "./directives/appearance/index.d.ts",
67
- "default": "./fesm2022/taiga-ui-core-directives-appearance.mjs"
68
- },
69
- "./directives/button-x": {
70
- "types": "./directives/button-x/index.d.ts",
71
- "default": "./fesm2022/taiga-ui-core-directives-button-x.mjs"
72
- },
73
- "./directives/date-format": {
74
- "types": "./directives/date-format/index.d.ts",
75
- "default": "./fesm2022/taiga-ui-core-directives-date-format.mjs"
76
- },
77
- "./directives/group": {
78
- "types": "./directives/group/index.d.ts",
79
- "default": "./fesm2022/taiga-ui-core-directives-group.mjs"
80
- },
81
- "./directives/icons": {
82
- "types": "./directives/icons/index.d.ts",
83
- "default": "./fesm2022/taiga-ui-core-directives-icons.mjs"
84
- },
85
- "./directives/items-handlers": {
86
- "types": "./directives/items-handlers/index.d.ts",
87
- "default": "./fesm2022/taiga-ui-core-directives-items-handlers.mjs"
88
- },
89
65
  "./components/button": {
90
66
  "types": "./components/button/index.d.ts",
91
67
  "default": "./fesm2022/taiga-ui-core-components-button.mjs"
@@ -98,10 +74,6 @@
98
74
  "types": "./components/cell/index.d.ts",
99
75
  "default": "./fesm2022/taiga-ui-core-components-cell.mjs"
100
76
  },
101
- "./directives/number-format": {
102
- "types": "./directives/number-format/index.d.ts",
103
- "default": "./fesm2022/taiga-ui-core-directives-number-format.mjs"
104
- },
105
77
  "./components/data-list": {
106
78
  "types": "./components/data-list/index.d.ts",
107
79
  "default": "./fesm2022/taiga-ui-core-components-data-list.mjs"
@@ -158,6 +130,34 @@
158
130
  "types": "./components/title/index.d.ts",
159
131
  "default": "./fesm2022/taiga-ui-core-components-title.mjs"
160
132
  },
133
+ "./directives/appearance": {
134
+ "types": "./directives/appearance/index.d.ts",
135
+ "default": "./fesm2022/taiga-ui-core-directives-appearance.mjs"
136
+ },
137
+ "./directives/button-x": {
138
+ "types": "./directives/button-x/index.d.ts",
139
+ "default": "./fesm2022/taiga-ui-core-directives-button-x.mjs"
140
+ },
141
+ "./directives/date-format": {
142
+ "types": "./directives/date-format/index.d.ts",
143
+ "default": "./fesm2022/taiga-ui-core-directives-date-format.mjs"
144
+ },
145
+ "./directives/group": {
146
+ "types": "./directives/group/index.d.ts",
147
+ "default": "./fesm2022/taiga-ui-core-directives-group.mjs"
148
+ },
149
+ "./directives/icons": {
150
+ "types": "./directives/icons/index.d.ts",
151
+ "default": "./fesm2022/taiga-ui-core-directives-icons.mjs"
152
+ },
153
+ "./directives/items-handlers": {
154
+ "types": "./directives/items-handlers/index.d.ts",
155
+ "default": "./fesm2022/taiga-ui-core-directives-items-handlers.mjs"
156
+ },
157
+ "./directives/number-format": {
158
+ "types": "./directives/number-format/index.d.ts",
159
+ "default": "./fesm2022/taiga-ui-core-directives-number-format.mjs"
160
+ },
161
161
  "./pipes/format-number": {
162
162
  "types": "./pipes/format-number/index.d.ts",
163
163
  "default": "./fesm2022/taiga-ui-core-pipes-format-number.mjs"
@@ -25,7 +25,7 @@
25
25
  .button-clear();
26
26
 
27
27
  position: relative;
28
- display: block;
28
+ display: flow-root;
29
29
  max-block-size: 100%;
30
30
  color: var(--tui-text-primary);
31
31
  padding: 1rem;
package/tokens/i18n.d.ts CHANGED
@@ -7,6 +7,10 @@ export declare const TUI_MONTHS: InjectionToken<import("@angular/core").Signal<r
7
7
  * i18n 'close' word
8
8
  */
9
9
  export declare const TUI_CLOSE_WORD: InjectionToken<import("@angular/core").Signal<string>>;
10
+ /**
11
+ * i18n 'back' word
12
+ */
13
+ export declare const TUI_BACK_WORD: InjectionToken<import("@angular/core").Signal<string>>;
10
14
  /**
11
15
  * i18n 'clear' word
12
16
  */
package/tokens/index.d.ts CHANGED
@@ -13,6 +13,5 @@ export * from './media';
13
13
  export * from './number-format';
14
14
  export * from './reduced-motion';
15
15
  export * from './selection-stream';
16
- export * from './theme';
17
16
  export * from './validation-errors';
18
17
  export * from './viewport';
package/tokens/theme.d.ts DELETED
@@ -1,2 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- export declare const TUI_THEME: InjectionToken<string>;