@taiga-ui/styles 5.6.0-canary.809359c → 5.6.0-canary.aa2a7bc

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.
@@ -45,6 +45,11 @@
45
45
  --t-height: var(--tui-height-s);
46
46
  --t-radius: var(--tui-radius-m);
47
47
 
48
+ &::before,
49
+ &::after {
50
+ font-size: 1rem;
51
+ }
52
+
48
53
  [tuiSubtitle] {
49
54
  font: var(--tui-typography-ui-2xs);
50
55
  }
@@ -62,6 +67,11 @@
62
67
  --t-height: var(--tui-height-m);
63
68
  --t-radius: var(--tui-radius-m);
64
69
 
70
+ &::before,
71
+ &::after {
72
+ margin: -0.125rem;
73
+ }
74
+
65
75
  input:not([tuiBlock]) {
66
76
  margin: 0.125rem;
67
77
  }
@@ -92,6 +102,10 @@
92
102
  pointer-events: none;
93
103
  border-radius: inherit;
94
104
  padding: 0;
105
+
106
+ &[type='file'] {
107
+ opacity: 0;
108
+ }
95
109
  }
96
110
 
97
111
  [tuiAvatar] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/styles",
3
- "version": "5.6.0-canary.809359c",
3
+ "version": "5.6.0-canary.aa2a7bc",
4
4
  "description": "Framework-agnostic package with styles for Taiga UI",
5
5
  "repository": {
6
6
  "type": "git",