@epam/uui 5.9.3 → 5.9.5

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.
@@ -1,180 +1,180 @@
1
- @use '../../assets/styles/effects' as *;
2
-
3
- @mixin overflow-ellipsis() {
4
- overflow: hidden;
5
- text-overflow: ellipsis;
6
- }
7
-
8
- .uui-typography {
9
- font-family: var(--uui-font);
10
- color: var(--uui-text-primary);
11
-
12
- .hero-header, h1, h2, h3, h4, h5, h6 {
13
- margin: 0;
14
- }
15
-
16
- .hero-header {
17
- font-family: var(--uui-font);
18
- font-weight: 500;
19
- margin: 30px 0;
20
- font-size: 66px;
21
- line-height: 72px;
22
- }
23
-
24
- .promo-header, h1, h2, h3 {
25
- font-family: var(--uui-font);
26
- font-weight: 700;
27
- }
28
-
29
- h4, h5, h6 {
30
- font-family: var(--uui-font);
31
- font-weight: 600;
32
- }
33
-
34
- h1, h2, h3, h4, h5, h6 {
35
- margin-bottom: 0.5em;
36
- margin-top: 1.2em;
37
- line-height: 1.35em;
38
- }
39
-
40
- h1 {
41
- font-size: 42px;
42
- }
43
-
44
- h2 {
45
- font-size: 30px;
46
- letter-spacing: 0.1px;
47
-
48
- .promo-header {
49
- letter-spacing: 2px;
50
- }
51
- }
52
-
53
- h3 {
54
- font-size: 24px;
55
- }
56
-
57
- h4 {
58
- font-size: 18px;
59
- letter-spacing: 0.1px;
60
- }
61
-
62
- h5 {
63
- font-size: 16px;
64
- }
65
-
66
- h6 {
67
- font-size: 14px;
68
- }
69
-
70
- b, strong {
71
- font-family: var(--uui-font);
72
- font-weight: 600;
73
- }
74
-
75
- i, em {
76
- font-family: var(--uui-font);
77
- font-weight: 400;
78
- font-style: italic;
79
- }
80
-
81
- a {
82
- display: inline-flex;
83
- align-items: center;
84
- color: var(--uui-link);
85
- text-decoration: underline;
86
-
87
- &:focus-visible {
88
- @include focus-visible-effect(2px, 2px);
89
- }
90
-
91
- &:visited {
92
- color: var(--uui-link-visited);
93
-
94
- &:hover {
95
- color: var(--uui-link-visited-hover);
96
- }
97
- }
98
-
99
- &:hover {
100
- color: var(--uui-link-hover);
101
- }
102
- }
103
-
104
- code {
105
- padding: 0.125em 0.25em;
106
- color: var(--uui-text-primary);
107
- background-color: var(--uui-neutral-30);
108
- font-family: var(--uui-font-mono, monospace);
109
- font-weight: 400;
110
- white-space: pre-wrap;
111
- word-wrap: normal;
112
- }
113
-
114
- ol, ul {
115
- padding: 0;
116
- }
117
-
118
- li {
119
- margin-left: 1.25em;
120
- line-height: 1.5;
121
- }
122
-
123
- pre {
124
- padding: 1.25em;
125
- font-family: monospace;
126
- white-space: pre-wrap;
127
- word-wrap: normal;
128
- }
129
-
130
- img {
131
- max-width: 100%;
132
- }
133
-
134
- figure {
135
- margin: 0;
136
-
137
- figcaption {
138
- font-size: 0.9em;
139
- opacity: 0.9;
140
- text-align: center;
141
- }
142
- }
143
-
144
- p {
145
- margin: 0.5em 0;
146
- line-height: 1.5;
147
- }
148
-
149
- .uui-critical {
150
- color: var(--uui-text-critical);
151
- }
152
-
153
- .uui-info {
154
- color: var(--uui-text-info);
155
- }
156
-
157
- .uui-success {
158
- color: var(--uui-text-success);
159
- }
160
-
161
- .uui-warning {
162
- color: var(--uui-text-warning);
163
- }
164
-
165
- .uui-highlight {
166
- background-color: var(--uui-warning-10);
167
- }
168
- }
169
-
170
- .uui-typography-size-12 {
171
- font-size: 12px;
172
- }
173
-
174
- .uui-typography-size-14 {
175
- font-size: 14px;
176
- }
177
-
178
- .uui-typography-size-16 {
179
- font-size: 16px;
180
- }
1
+ @use '../../assets/styles/effects' as *;
2
+
3
+ @mixin overflow-ellipsis() {
4
+ overflow: hidden;
5
+ text-overflow: ellipsis;
6
+ }
7
+
8
+ .uui-typography {
9
+ font-family: var(--uui-font);
10
+ color: var(--uui-text-primary);
11
+
12
+ .hero-header, h1, h2, h3, h4, h5, h6 {
13
+ margin: 0;
14
+ }
15
+
16
+ .hero-header {
17
+ font-family: var(--uui-font);
18
+ font-weight: 500;
19
+ margin: 30px 0;
20
+ font-size: 66px;
21
+ line-height: 72px;
22
+ }
23
+
24
+ .promo-header, h1, h2, h3 {
25
+ font-family: var(--uui-font);
26
+ font-weight: 700;
27
+ }
28
+
29
+ h4, h5, h6 {
30
+ font-family: var(--uui-font);
31
+ font-weight: 600;
32
+ }
33
+
34
+ h1, h2, h3, h4, h5, h6 {
35
+ margin-bottom: 0.5em;
36
+ margin-top: 1.2em;
37
+ line-height: 1.35em;
38
+ }
39
+
40
+ h1 {
41
+ font-size: 42px;
42
+ }
43
+
44
+ h2 {
45
+ font-size: 30px;
46
+ letter-spacing: 0.1px;
47
+
48
+ .promo-header {
49
+ letter-spacing: 2px;
50
+ }
51
+ }
52
+
53
+ h3 {
54
+ font-size: 24px;
55
+ }
56
+
57
+ h4 {
58
+ font-size: 18px;
59
+ letter-spacing: 0.1px;
60
+ }
61
+
62
+ h5 {
63
+ font-size: 16px;
64
+ }
65
+
66
+ h6 {
67
+ font-size: 14px;
68
+ }
69
+
70
+ b, strong {
71
+ font-family: var(--uui-font);
72
+ font-weight: 600;
73
+ }
74
+
75
+ i, em {
76
+ font-family: var(--uui-font);
77
+ font-weight: 400;
78
+ font-style: italic;
79
+ }
80
+
81
+ a {
82
+ display: inline-flex;
83
+ align-items: center;
84
+ color: var(--uui-link);
85
+ text-decoration: underline;
86
+
87
+ &:focus-visible {
88
+ @include focus-visible-effect(2px, 2px);
89
+ }
90
+
91
+ &:visited {
92
+ color: var(--uui-link-visited);
93
+
94
+ &:hover {
95
+ color: var(--uui-link-visited-hover);
96
+ }
97
+ }
98
+
99
+ &:hover {
100
+ color: var(--uui-link-hover);
101
+ }
102
+ }
103
+
104
+ code {
105
+ padding: 0.125em 0.25em;
106
+ color: var(--uui-text-primary);
107
+ background-color: var(--uui-neutral-30);
108
+ font-family: var(--uui-font-mono, monospace);
109
+ font-weight: 400;
110
+ white-space: pre-wrap;
111
+ word-wrap: normal;
112
+ }
113
+
114
+ ol, ul {
115
+ padding: 0;
116
+ }
117
+
118
+ li {
119
+ margin-left: 1.25em;
120
+ line-height: 1.5;
121
+ }
122
+
123
+ pre {
124
+ padding: 1.25em;
125
+ font-family: monospace;
126
+ white-space: pre-wrap;
127
+ word-wrap: normal;
128
+ }
129
+
130
+ img {
131
+ max-width: 100%;
132
+ }
133
+
134
+ figure {
135
+ margin: 0;
136
+
137
+ figcaption {
138
+ font-size: 0.9em;
139
+ opacity: 0.9;
140
+ text-align: center;
141
+ }
142
+ }
143
+
144
+ p {
145
+ margin: 0.5em 0;
146
+ line-height: 1.5;
147
+ }
148
+
149
+ .uui-critical {
150
+ color: var(--uui-text-critical);
151
+ }
152
+
153
+ .uui-info {
154
+ color: var(--uui-text-info);
155
+ }
156
+
157
+ .uui-success {
158
+ color: var(--uui-text-success);
159
+ }
160
+
161
+ .uui-warning {
162
+ color: var(--uui-text-warning);
163
+ }
164
+
165
+ .uui-highlight {
166
+ background-color: var(--uui-warning-10);
167
+ }
168
+ }
169
+
170
+ .uui-typography-size-12 {
171
+ font-size: 12px;
172
+ }
173
+
174
+ .uui-typography-size-14 {
175
+ font-size: 14px;
176
+ }
177
+
178
+ .uui-typography-size-16 {
179
+ font-size: 16px;
180
+ }