@taiga-ui/core 3.76.0 → 3.77.1

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 (43) hide show
  1. package/bundles/taiga-ui-core-animations.umd.js +1 -1
  2. package/bundles/taiga-ui-core-animations.umd.js.map +1 -1
  3. package/bundles/taiga-ui-core-components-error.umd.js +10 -9
  4. package/bundles/taiga-ui-core-components-error.umd.js.map +1 -1
  5. package/bundles/taiga-ui-core-components-group.umd.js +1 -1
  6. package/bundles/taiga-ui-core-components-group.umd.js.map +1 -1
  7. package/bundles/taiga-ui-core-components-label.umd.js +1 -1
  8. package/bundles/taiga-ui-core-components-label.umd.js.map +1 -1
  9. package/bundles/taiga-ui-core-components-primitive-textfield.umd.js +2 -2
  10. package/bundles/taiga-ui-core-components-primitive-textfield.umd.js.map +1 -1
  11. package/bundles/taiga-ui-core-components-root.umd.js +1 -1
  12. package/bundles/taiga-ui-core-directives-hint.umd.js +12 -2
  13. package/bundles/taiga-ui-core-directives-hint.umd.js.map +1 -1
  14. package/components/error/error.module.d.ts +2 -1
  15. package/constants/cache-basting-payload.d.ts +1 -1
  16. package/directives/hint/hint-hover.directive.d.ts +3 -2
  17. package/esm2015/animations/animations.js +2 -2
  18. package/esm2015/components/error/error.component.js +8 -7
  19. package/esm2015/components/error/error.module.js +5 -4
  20. package/esm2015/components/group/group-styles.component.js +1 -1
  21. package/esm2015/components/label/label.component.js +1 -1
  22. package/esm2015/components/primitive-textfield/primitive-textfield.component.js +1 -1
  23. package/esm2015/components/primitive-textfield/textfield/textfield.component.js +1 -1
  24. package/esm2015/components/root/root.component.js +1 -1
  25. package/esm2015/directives/hint/hint-hover.directive.js +14 -4
  26. package/fesm2015/taiga-ui-core-animations.js +1 -1
  27. package/fesm2015/taiga-ui-core-animations.js.map +1 -1
  28. package/fesm2015/taiga-ui-core-components-error.js +11 -10
  29. package/fesm2015/taiga-ui-core-components-error.js.map +1 -1
  30. package/fesm2015/taiga-ui-core-components-group.js +1 -1
  31. package/fesm2015/taiga-ui-core-components-group.js.map +1 -1
  32. package/fesm2015/taiga-ui-core-components-label.js +1 -1
  33. package/fesm2015/taiga-ui-core-components-label.js.map +1 -1
  34. package/fesm2015/taiga-ui-core-components-primitive-textfield.js +2 -2
  35. package/fesm2015/taiga-ui-core-components-primitive-textfield.js.map +1 -1
  36. package/fesm2015/taiga-ui-core-components-root.js +1 -1
  37. package/fesm2015/taiga-ui-core-directives-hint.js +12 -2
  38. package/fesm2015/taiga-ui-core-directives-hint.js.map +1 -1
  39. package/package.json +4 -4
  40. package/styles/mixins/mixins.less +8 -0
  41. package/styles/mixins/mixins.scss +8 -0
  42. package/styles/mixins/textfield.less +4 -0
  43. package/styles/mixins/textfield.scss +4 -0
@@ -1,3 +1,5 @@
1
+ @import 'browsers.scss';
2
+
1
3
  @mixin interactive {
2
4
  // TODO switch to :is after Safari 14 and FF 78 support
3
5
  &:-webkit-any(a, button, select, textarea, input) {
@@ -132,6 +134,12 @@
132
134
  appearance: none;
133
135
  word-break: keep-all;
134
136
  -webkit-text-fill-color: currentColor; // for Safari
137
+
138
+ @include ios-only {
139
+ &:active {
140
+ font-size: 1rem;
141
+ }
142
+ }
135
143
  }
136
144
 
137
145
  @mixin visually-hidden() {
@@ -60,6 +60,10 @@
60
60
  text-transform: inherit;
61
61
  resize: none;
62
62
 
63
+ &[inputMode='none'] {
64
+ caret-color: transparent;
65
+ }
66
+
63
67
  /* stylelint-disable */
64
68
  /* Safari autofill icons */
65
69
  //noinspection CssInvalidPseudoSelector
@@ -61,6 +61,10 @@ $line-height-l: 1.25rem;
61
61
  text-transform: inherit;
62
62
  resize: none;
63
63
 
64
+ &[inputMode='none'] {
65
+ caret-color: transparent;
66
+ }
67
+
64
68
  /* stylelint-disable */
65
69
  /* Safari autofill icons */
66
70
  //noinspection CssInvalidPseudoSelector