@taiga-ui/core 4.93.0 → 4.94.0

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 (40) hide show
  1. package/components/button/button.directive.d.ts +1 -1
  2. package/directives/dropdown/dropdown-context.directive.d.ts +1 -0
  3. package/directives/hint/hint-hover.directive.d.ts +1 -0
  4. package/directives/hint/hint.component.d.ts +1 -1
  5. package/esm2022/components/button/button.directive.mjs +2 -2
  6. package/esm2022/components/data-list/data-list.component.mjs +3 -3
  7. package/esm2022/components/icon/icon.component.mjs +2 -2
  8. package/esm2022/components/label/label.directive.mjs +3 -3
  9. package/esm2022/components/link/link.directive.mjs +3 -3
  10. package/esm2022/components/notification/notification.directive.mjs +3 -3
  11. package/esm2022/components/root/root.component.mjs +2 -2
  12. package/esm2022/components/textfield/textfield-multi/textfield-multi.component.mjs +3 -3
  13. package/esm2022/components/textfield/textfield.component.mjs +3 -3
  14. package/esm2022/directives/appearance/appearance.directive.mjs +3 -3
  15. package/esm2022/directives/dropdown/dropdown-context.directive.mjs +7 -4
  16. package/esm2022/directives/dropdown/dropdown.component.mjs +2 -2
  17. package/esm2022/directives/group/group.directive.mjs +3 -3
  18. package/esm2022/directives/hint/hint-hover.directive.mjs +10 -3
  19. package/esm2022/directives/hint/hint.component.mjs +4 -4
  20. package/esm2022/directives/icons/icons.directive.mjs +3 -3
  21. package/esm2022/directives/title/title.directive.mjs +3 -3
  22. package/fesm2022/taiga-ui-core-components-button.mjs +2 -2
  23. package/fesm2022/taiga-ui-core-components-data-list.mjs +3 -3
  24. package/fesm2022/taiga-ui-core-components-icon.mjs +2 -2
  25. package/fesm2022/taiga-ui-core-components-label.mjs +3 -3
  26. package/fesm2022/taiga-ui-core-components-link.mjs +3 -3
  27. package/fesm2022/taiga-ui-core-components-notification.mjs +3 -3
  28. package/fesm2022/taiga-ui-core-components-root.mjs +2 -2
  29. package/fesm2022/taiga-ui-core-components-textfield.mjs +6 -6
  30. package/fesm2022/taiga-ui-core-directives-appearance.mjs +3 -3
  31. package/fesm2022/taiga-ui-core-directives-dropdown.mjs +7 -4
  32. package/fesm2022/taiga-ui-core-directives-dropdown.mjs.map +1 -1
  33. package/fesm2022/taiga-ui-core-directives-group.mjs +3 -3
  34. package/fesm2022/taiga-ui-core-directives-hint.mjs +12 -5
  35. package/fesm2022/taiga-ui-core-directives-hint.mjs.map +1 -1
  36. package/fesm2022/taiga-ui-core-directives-icons.mjs +3 -3
  37. package/fesm2022/taiga-ui-core-directives-title.mjs +3 -3
  38. package/package.json +15 -15
  39. package/styles/components/textfield.less +1 -1
  40. package/styles/variables/version.less +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/core",
3
- "version": "4.93.0",
3
+ "version": "4.94.0",
4
4
  "description": "Core library for creating Angular components and applications using Taiga UI",
5
5
  "keywords": [
6
6
  "angular",
@@ -175,18 +175,18 @@
175
175
  "esm": "./esm2022/components/spin-button/taiga-ui-core-components-spin-button.mjs",
176
176
  "default": "./fesm2022/taiga-ui-core-components-spin-button.mjs"
177
177
  },
178
- "./directives/appearance": {
179
- "types": "./directives/appearance/index.d.ts",
180
- "esm2022": "./esm2022/directives/appearance/taiga-ui-core-directives-appearance.mjs",
181
- "esm": "./esm2022/directives/appearance/taiga-ui-core-directives-appearance.mjs",
182
- "default": "./fesm2022/taiga-ui-core-directives-appearance.mjs"
183
- },
184
178
  "./components/textfield": {
185
179
  "types": "./components/textfield/index.d.ts",
186
180
  "esm2022": "./esm2022/components/textfield/taiga-ui-core-components-textfield.mjs",
187
181
  "esm": "./esm2022/components/textfield/taiga-ui-core-components-textfield.mjs",
188
182
  "default": "./fesm2022/taiga-ui-core-components-textfield.mjs"
189
183
  },
184
+ "./directives/appearance": {
185
+ "types": "./directives/appearance/index.d.ts",
186
+ "esm2022": "./esm2022/directives/appearance/taiga-ui-core-directives-appearance.mjs",
187
+ "esm": "./esm2022/directives/appearance/taiga-ui-core-directives-appearance.mjs",
188
+ "default": "./fesm2022/taiga-ui-core-directives-appearance.mjs"
189
+ },
190
190
  "./directives/date-format": {
191
191
  "types": "./directives/date-format/index.d.ts",
192
192
  "esm2022": "./esm2022/directives/date-format/taiga-ui-core-directives-date-format.mjs",
@@ -229,6 +229,12 @@
229
229
  "esm": "./esm2022/directives/number-format/taiga-ui-core-directives-number-format.mjs",
230
230
  "default": "./fesm2022/taiga-ui-core-directives-number-format.mjs"
231
231
  },
232
+ "./directives/popup": {
233
+ "types": "./directives/popup/index.d.ts",
234
+ "esm2022": "./esm2022/directives/popup/taiga-ui-core-directives-popup.mjs",
235
+ "esm": "./esm2022/directives/popup/taiga-ui-core-directives-popup.mjs",
236
+ "default": "./fesm2022/taiga-ui-core-directives-popup.mjs"
237
+ },
232
238
  "./directives/surface": {
233
239
  "types": "./directives/surface/index.d.ts",
234
240
  "esm2022": "./esm2022/directives/surface/taiga-ui-core-directives-surface.mjs",
@@ -295,12 +301,6 @@
295
301
  "esm": "./esm2022/pipes/order-week-days/taiga-ui-core-pipes-order-week-days.mjs",
296
302
  "default": "./fesm2022/taiga-ui-core-pipes-order-week-days.mjs"
297
303
  },
298
- "./directives/popup": {
299
- "types": "./directives/popup/index.d.ts",
300
- "esm2022": "./esm2022/directives/popup/taiga-ui-core-directives-popup.mjs",
301
- "esm": "./esm2022/directives/popup/taiga-ui-core-directives-popup.mjs",
302
- "default": "./fesm2022/taiga-ui-core-directives-popup.mjs"
303
- },
304
304
  "./utils/dom": {
305
305
  "types": "./utils/dom/index.d.ts",
306
306
  "esm2022": "./esm2022/utils/dom/taiga-ui-core-utils-dom.mjs",
@@ -329,9 +329,9 @@
329
329
  "@angular/router": ">=16.0.0",
330
330
  "@ng-web-apis/common": "^4.14.0",
331
331
  "@ng-web-apis/mutation-observer": "^4.14.0",
332
- "@taiga-ui/cdk": "4.93.0",
332
+ "@taiga-ui/cdk": "4.94.0",
333
333
  "@taiga-ui/event-plugins": "^4.7.0",
334
- "@taiga-ui/i18n": "4.93.0",
334
+ "@taiga-ui/i18n": "4.94.0",
335
335
  "@taiga-ui/polymorpheus": "^4.10.0",
336
336
  "rxjs": ">=7.0.0"
337
337
  },
@@ -392,7 +392,7 @@
392
392
  optgroup,
393
393
  option {
394
394
  // Windows OS only
395
- background-color: var(--tui-background-elevation-3);
395
+ background-color: var(--tui-background-elevation-1);
396
396
  }
397
397
 
398
398
  optgroup,
@@ -1 +1 @@
1
- @tui-version: '4.93.0';
1
+ @tui-version: '4.94.0';