@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.
- package/bundles/taiga-ui-core-components-alert.umd.js +1 -1
- package/bundles/taiga-ui-core-components-alert.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-calendar.umd.js +22 -6
- package/bundles/taiga-ui-core-components-calendar.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-dialog.umd.js +1 -1
- package/bundles/taiga-ui-core-components-dialog.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-expand.umd.js +1 -1
- package/bundles/taiga-ui-core-components-expand.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-hosted-dropdown.umd.js +7 -7
- package/bundles/taiga-ui-core-components-hosted-dropdown.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-root.umd.js +1 -1
- package/bundles/taiga-ui-core-components-theme-night.umd.js +1 -1
- package/bundles/taiga-ui-core-components-theme-night.umd.js.map +1 -1
- package/bundles/taiga-ui-core-components-tooltip.umd.js +1 -1
- package/bundles/taiga-ui-core-components-tooltip.umd.js.map +1 -1
- package/bundles/taiga-ui-core-directives-dropdown.umd.js +18 -12
- package/bundles/taiga-ui-core-directives-dropdown.umd.js.map +1 -1
- package/bundles/taiga-ui-core-directives-hint.umd.js +77 -12
- package/bundles/taiga-ui-core-directives-hint.umd.js.map +1 -1
- package/components/calendar/calendar.component.d.ts +6 -4
- package/components/hosted-dropdown/hosted-dropdown.component.d.ts +5 -4
- package/constants/cache-basting-payload.d.ts +1 -1
- package/directives/dropdown/dropdown-open.directive.d.ts +5 -3
- package/directives/dropdown/dropdown.directive.d.ts +3 -2
- package/directives/hint/hint-driver.directive.d.ts +1 -1
- package/directives/hint/hint-hover.directive.d.ts +1 -1
- package/directives/hint/hint-position.directive.d.ts +1 -1
- package/directives/hint/hint-unstyled.component.d.ts +16 -0
- package/directives/hint/hint.component.d.ts +1 -1
- package/directives/hint/hint.directive.d.ts +2 -2
- package/directives/hint/hint.module.d.ts +4 -3
- package/directives/hint/index.d.ts +1 -0
- package/esm2015/components/alert/alert.component.js +2 -2
- package/esm2015/components/calendar/calendar.component.js +15 -7
- package/esm2015/components/dialog/dialog.component.js +2 -2
- package/esm2015/components/expand/expand.component.js +2 -2
- package/esm2015/components/hosted-dropdown/hosted-dropdown.component.js +8 -8
- package/esm2015/components/root/root.component.js +1 -1
- package/esm2015/components/theme-night/theme-night.component.js +1 -1
- package/esm2015/components/tooltip/tooltip.component.js +1 -1
- package/esm2015/directives/dropdown/dropdown-open.directive.js +9 -4
- package/esm2015/directives/dropdown/dropdown.component.js +2 -2
- package/esm2015/directives/dropdown/dropdown.directive.js +8 -3
- package/esm2015/directives/hint/hint-driver.directive.js +3 -3
- package/esm2015/directives/hint/hint-hover.directive.js +3 -3
- package/esm2015/directives/hint/hint-position.directive.js +3 -3
- package/esm2015/directives/hint/hint-unstyled.component.js +66 -0
- package/esm2015/directives/hint/hint.component.js +3 -1
- package/esm2015/directives/hint/hint.directive.js +3 -3
- package/esm2015/directives/hint/hint.module.js +10 -3
- package/esm2015/directives/hint/index.js +2 -1
- package/esm2015/types/calendar-view.js +2 -0
- package/esm2015/types/index.js +2 -1
- package/fesm2015/taiga-ui-core-components-alert.js +1 -1
- package/fesm2015/taiga-ui-core-components-alert.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-calendar.js +14 -6
- package/fesm2015/taiga-ui-core-components-calendar.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-dialog.js +1 -1
- package/fesm2015/taiga-ui-core-components-dialog.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-expand.js +1 -1
- package/fesm2015/taiga-ui-core-components-expand.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-hosted-dropdown.js +7 -7
- package/fesm2015/taiga-ui-core-components-hosted-dropdown.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-root.js +1 -1
- package/fesm2015/taiga-ui-core-components-theme-night.js +1 -1
- package/fesm2015/taiga-ui-core-components-theme-night.js.map +1 -1
- package/fesm2015/taiga-ui-core-components-tooltip.js +1 -1
- package/fesm2015/taiga-ui-core-components-tooltip.js.map +1 -1
- package/fesm2015/taiga-ui-core-directives-dropdown.js +16 -6
- package/fesm2015/taiga-ui-core-directives-dropdown.js.map +1 -1
- package/fesm2015/taiga-ui-core-directives-hint.js +80 -13
- package/fesm2015/taiga-ui-core-directives-hint.js.map +1 -1
- package/package.json +42 -42
- package/styles/mixins/appearance.less +3 -12
- package/styles/mixins/appearance.scss +3 -12
- package/styles/mixins/mixins.less +48 -11
- package/styles/mixins/mixins.scss +40 -0
- package/styles/mixins/slider.less +1 -1
- package/styles/theme/appearance/icon.less +25 -0
- package/styles/theme/appearance/outline.less +6 -1
- package/styles/theme/variables.less +17 -0
- package/types/calendar-view.d.ts +1 -0
- package/types/index.d.ts +1 -0