@taiga-ui/core 3.55.0 → 3.56.0-canary.40af9f3

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 (83) hide show
  1. package/bundles/taiga-ui-core-components-alert.umd.js +1 -1
  2. package/bundles/taiga-ui-core-components-alert.umd.js.map +1 -1
  3. package/bundles/taiga-ui-core-components-calendar.umd.js +22 -6
  4. package/bundles/taiga-ui-core-components-calendar.umd.js.map +1 -1
  5. package/bundles/taiga-ui-core-components-dialog.umd.js +1 -1
  6. package/bundles/taiga-ui-core-components-dialog.umd.js.map +1 -1
  7. package/bundles/taiga-ui-core-components-expand.umd.js +1 -1
  8. package/bundles/taiga-ui-core-components-expand.umd.js.map +1 -1
  9. package/bundles/taiga-ui-core-components-hosted-dropdown.umd.js +7 -7
  10. package/bundles/taiga-ui-core-components-hosted-dropdown.umd.js.map +1 -1
  11. package/bundles/taiga-ui-core-components-root.umd.js +1 -1
  12. package/bundles/taiga-ui-core-components-theme-night.umd.js +1 -1
  13. package/bundles/taiga-ui-core-components-theme-night.umd.js.map +1 -1
  14. package/bundles/taiga-ui-core-components-tooltip.umd.js +1 -1
  15. package/bundles/taiga-ui-core-components-tooltip.umd.js.map +1 -1
  16. package/bundles/taiga-ui-core-directives-dropdown.umd.js +18 -12
  17. package/bundles/taiga-ui-core-directives-dropdown.umd.js.map +1 -1
  18. package/bundles/taiga-ui-core-directives-hint.umd.js +77 -12
  19. package/bundles/taiga-ui-core-directives-hint.umd.js.map +1 -1
  20. package/components/calendar/calendar.component.d.ts +6 -4
  21. package/components/hosted-dropdown/hosted-dropdown.component.d.ts +5 -4
  22. package/constants/cache-basting-payload.d.ts +1 -1
  23. package/directives/dropdown/dropdown-open.directive.d.ts +5 -3
  24. package/directives/dropdown/dropdown.directive.d.ts +3 -2
  25. package/directives/hint/hint-driver.directive.d.ts +1 -1
  26. package/directives/hint/hint-hover.directive.d.ts +1 -1
  27. package/directives/hint/hint-position.directive.d.ts +1 -1
  28. package/directives/hint/hint-unstyled.component.d.ts +16 -0
  29. package/directives/hint/hint.component.d.ts +1 -1
  30. package/directives/hint/hint.directive.d.ts +2 -2
  31. package/directives/hint/hint.module.d.ts +4 -3
  32. package/directives/hint/index.d.ts +1 -0
  33. package/esm2015/components/alert/alert.component.js +2 -2
  34. package/esm2015/components/calendar/calendar.component.js +15 -7
  35. package/esm2015/components/dialog/dialog.component.js +2 -2
  36. package/esm2015/components/expand/expand.component.js +2 -2
  37. package/esm2015/components/hosted-dropdown/hosted-dropdown.component.js +8 -8
  38. package/esm2015/components/root/root.component.js +1 -1
  39. package/esm2015/components/theme-night/theme-night.component.js +1 -1
  40. package/esm2015/components/tooltip/tooltip.component.js +1 -1
  41. package/esm2015/directives/dropdown/dropdown-open.directive.js +9 -4
  42. package/esm2015/directives/dropdown/dropdown.component.js +2 -2
  43. package/esm2015/directives/dropdown/dropdown.directive.js +8 -3
  44. package/esm2015/directives/hint/hint-driver.directive.js +3 -3
  45. package/esm2015/directives/hint/hint-hover.directive.js +3 -3
  46. package/esm2015/directives/hint/hint-position.directive.js +3 -3
  47. package/esm2015/directives/hint/hint-unstyled.component.js +66 -0
  48. package/esm2015/directives/hint/hint.component.js +3 -1
  49. package/esm2015/directives/hint/hint.directive.js +3 -3
  50. package/esm2015/directives/hint/hint.module.js +10 -3
  51. package/esm2015/directives/hint/index.js +2 -1
  52. package/esm2015/types/calendar-view.js +2 -0
  53. package/esm2015/types/index.js +2 -1
  54. package/fesm2015/taiga-ui-core-components-alert.js +1 -1
  55. package/fesm2015/taiga-ui-core-components-alert.js.map +1 -1
  56. package/fesm2015/taiga-ui-core-components-calendar.js +14 -6
  57. package/fesm2015/taiga-ui-core-components-calendar.js.map +1 -1
  58. package/fesm2015/taiga-ui-core-components-dialog.js +1 -1
  59. package/fesm2015/taiga-ui-core-components-dialog.js.map +1 -1
  60. package/fesm2015/taiga-ui-core-components-expand.js +1 -1
  61. package/fesm2015/taiga-ui-core-components-expand.js.map +1 -1
  62. package/fesm2015/taiga-ui-core-components-hosted-dropdown.js +7 -7
  63. package/fesm2015/taiga-ui-core-components-hosted-dropdown.js.map +1 -1
  64. package/fesm2015/taiga-ui-core-components-root.js +1 -1
  65. package/fesm2015/taiga-ui-core-components-theme-night.js +1 -1
  66. package/fesm2015/taiga-ui-core-components-theme-night.js.map +1 -1
  67. package/fesm2015/taiga-ui-core-components-tooltip.js +1 -1
  68. package/fesm2015/taiga-ui-core-components-tooltip.js.map +1 -1
  69. package/fesm2015/taiga-ui-core-directives-dropdown.js +16 -6
  70. package/fesm2015/taiga-ui-core-directives-dropdown.js.map +1 -1
  71. package/fesm2015/taiga-ui-core-directives-hint.js +80 -13
  72. package/fesm2015/taiga-ui-core-directives-hint.js.map +1 -1
  73. package/package.json +42 -42
  74. package/styles/mixins/appearance.less +3 -12
  75. package/styles/mixins/appearance.scss +3 -12
  76. package/styles/mixins/mixins.less +48 -11
  77. package/styles/mixins/mixins.scss +40 -0
  78. package/styles/mixins/slider.less +1 -1
  79. package/styles/theme/appearance/icon.less +25 -0
  80. package/styles/theme/appearance/outline.less +6 -1
  81. package/styles/theme/variables.less +17 -0
  82. package/types/calendar-view.d.ts +1 -0
  83. package/types/index.d.ts +1 -0
package/types/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from './brightness';
2
+ export * from './calendar-view';
2
3
  export * from './data-list-role';
3
4
  export * from './decimal';
4
5
  export * from './decimal-symbol';