@prom-ui/core 0.0.23 → 0.0.31

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 (222) hide show
  1. package/Body/cjs/index.development.js +14 -0
  2. package/Body/cjs/index.production.js +1 -0
  3. package/Body/cjs/style.development.css +1 -0
  4. package/Body/cjs/style.production.css +1 -0
  5. package/Body/index.js +5 -12
  6. package/Body/package.json +1 -1
  7. package/Box/cjs/index.development.js +20 -0
  8. package/Box/cjs/index.production.js +1 -0
  9. package/Box/cjs/style.development.css +1 -0
  10. package/Box/cjs/style.production.css +1 -0
  11. package/Box/index.js +5 -18
  12. package/Box/package.json +1 -1
  13. package/Button/cjs/index.development.js +95 -0
  14. package/Button/cjs/index.production.js +1 -0
  15. package/Button/cjs/style.development.css +1 -0
  16. package/Button/cjs/style.production.css +1 -0
  17. package/Button/index.d.ts +5 -4
  18. package/Button/index.js +4 -81
  19. package/Button/package.json +1 -1
  20. package/ButtonPageUp/cjs/index.development.js +170 -0
  21. package/ButtonPageUp/cjs/index.production.js +1 -0
  22. package/ButtonPageUp/index.d.ts +12 -5
  23. package/ButtonPageUp/index.js +4 -169
  24. package/ButtonPageUp/package.json +1 -2
  25. package/Checkbox/cjs/index.development.js +111 -0
  26. package/Checkbox/cjs/index.production.js +1 -0
  27. package/Checkbox/cjs/style.development.css +1 -0
  28. package/Checkbox/cjs/style.production.css +1 -0
  29. package/Checkbox/index.d.ts +4 -4
  30. package/Checkbox/index.js +4 -96
  31. package/Checkbox/package.json +1 -1
  32. package/Flex/cjs/index.development.js +25 -0
  33. package/Flex/cjs/index.production.js +1 -0
  34. package/Flex/cjs/style.development.css +1 -0
  35. package/Flex/cjs/style.production.css +1 -0
  36. package/Flex/index.js +5 -23
  37. package/Flex/package.json +1 -1
  38. package/Grid/cjs/index.development.js +25 -0
  39. package/Grid/cjs/index.production.js +1 -0
  40. package/Grid/cjs/style.development.css +1 -0
  41. package/Grid/cjs/style.production.css +1 -0
  42. package/Grid/index.js +5 -23
  43. package/Grid/package.json +1 -1
  44. package/Icon/cjs/index.development.js +41 -0
  45. package/Icon/cjs/index.production.js +1 -0
  46. package/Icon/cjs/style.development.css +1 -0
  47. package/Icon/cjs/style.production.css +1 -0
  48. package/Icon/index.d.ts +7 -12
  49. package/Icon/index.js +4 -76
  50. package/Icon/package.json +1 -1
  51. package/Image/cjs/index.development.js +20 -0
  52. package/Image/cjs/index.production.js +1 -0
  53. package/Image/cjs/style.development.css +1 -0
  54. package/Image/cjs/style.production.css +1 -0
  55. package/Image/index.js +5 -18
  56. package/Image/package.json +1 -1
  57. package/ImageEmoji/cjs/index.development.js +90 -0
  58. package/ImageEmoji/cjs/index.production.js +1 -0
  59. package/ImageEmoji/index.d.ts +6 -4
  60. package/ImageEmoji/index.js +4 -86
  61. package/ImageEmoji/package.json +1 -1
  62. package/Input/cjs/index.development.js +39 -0
  63. package/Input/cjs/index.production.js +1 -0
  64. package/Input/cjs/style.development.css +1 -0
  65. package/Input/cjs/style.production.css +1 -0
  66. package/Input/index.d.ts +23 -23
  67. package/Input/index.js +4 -81
  68. package/Input/package.json +1 -1
  69. package/KeyPress/cjs/index.development.js +56 -0
  70. package/KeyPress/cjs/index.production.js +1 -0
  71. package/KeyPress/index.d.ts +8 -7
  72. package/KeyPress/index.js +5 -53
  73. package/KeyPress/package.json +2 -5
  74. package/Line/cjs/index.development.js +20 -0
  75. package/Line/cjs/index.production.js +1 -0
  76. package/Line/cjs/style.development.css +1 -0
  77. package/Line/cjs/style.production.css +1 -0
  78. package/Line/index.js +5 -18
  79. package/Line/package.json +1 -1
  80. package/Link/cjs/index.development.js +22 -0
  81. package/Link/cjs/index.production.js +1 -0
  82. package/Link/cjs/style.development.css +1 -0
  83. package/Link/cjs/style.production.css +1 -0
  84. package/Link/index.js +5 -20
  85. package/Link/package.json +1 -1
  86. package/List/cjs/index.development.js +25 -0
  87. package/List/cjs/index.production.js +1 -0
  88. package/List/cjs/style.development.css +1 -0
  89. package/List/cjs/style.production.css +1 -0
  90. package/List/index.js +5 -23
  91. package/List/package.json +1 -1
  92. package/Media/breakpoints.d.ts +17 -0
  93. package/Media/cjs/index.development.js +98 -0
  94. package/Media/cjs/index.production.js +1 -0
  95. package/Media/context.d.ts +8 -0
  96. package/Media/index.d.ts +12 -0
  97. package/Media/index.js +7 -0
  98. package/Media/package.json +12 -0
  99. package/Media/useMedia.d.ts +7 -0
  100. package/OutsideClick/cjs/index.development.js +84 -0
  101. package/OutsideClick/cjs/index.production.js +1 -0
  102. package/OutsideClick/index.d.ts +6 -3
  103. package/OutsideClick/index.js +4 -74
  104. package/OutsideClick/package.json +2 -5
  105. package/Picture/cjs/index.development.js +25 -0
  106. package/Picture/cjs/index.production.js +1 -0
  107. package/Picture/cjs/style.development.css +1 -0
  108. package/Picture/cjs/style.production.css +1 -0
  109. package/Picture/index.js +5 -23
  110. package/Picture/package.json +1 -1
  111. package/PortableOverlay/cjs/index.development.js +111 -0
  112. package/PortableOverlay/cjs/index.production.js +1 -0
  113. package/PortableOverlay/cjs/style.development.css +1 -0
  114. package/PortableOverlay/cjs/style.production.css +1 -0
  115. package/PortableOverlay/index.d.ts +6 -4
  116. package/PortableOverlay/index.js +5 -112
  117. package/PortableOverlay/package.json +1 -2
  118. package/Portal/cjs/index.development.js +57 -0
  119. package/Portal/cjs/index.production.js +1 -0
  120. package/Portal/index.d.ts +6 -4
  121. package/Portal/index.js +5 -52
  122. package/Portal/package.json +2 -5
  123. package/Rating/cjs/index.development.js +105 -0
  124. package/Rating/cjs/index.production.js +1 -0
  125. package/Rating/cjs/style.development.css +1 -0
  126. package/Rating/cjs/style.production.css +1 -0
  127. package/Rating/index.d.ts +6 -5
  128. package/Rating/index.js +4 -98
  129. package/Rating/package.json +1 -1
  130. package/SafeQuery/cjs/index.development.js +181 -0
  131. package/SafeQuery/cjs/index.production.js +1 -0
  132. package/SafeQuery/cjs/style.development.css +1 -0
  133. package/SafeQuery/cjs/style.production.css +1 -0
  134. package/SafeQuery/components/Error.d.ts +2 -2
  135. package/SafeQuery/index.d.ts +7 -4
  136. package/SafeQuery/index.js +4 -173
  137. package/SafeQuery/package.json +1 -1
  138. package/Scroll/cjs/index.development.js +40 -0
  139. package/Scroll/cjs/index.production.js +1 -0
  140. package/Scroll/cjs/style.development.css +1 -0
  141. package/Scroll/cjs/style.production.css +1 -0
  142. package/Scroll/index.d.ts +18 -16
  143. package/Scroll/index.js +4 -76
  144. package/Scroll/package.json +1 -1
  145. package/ScrollControls/cjs/index.development.js +243 -0
  146. package/ScrollControls/cjs/index.production.js +1 -0
  147. package/ScrollControls/cjs/style.development.css +1 -0
  148. package/ScrollControls/cjs/style.production.css +1 -0
  149. package/ScrollControls/index.d.ts +16 -6
  150. package/ScrollControls/index.js +4 -244
  151. package/ScrollControls/package.json +1 -2
  152. package/SideOverlay/cjs/index.development.js +210 -0
  153. package/SideOverlay/cjs/index.production.js +1 -0
  154. package/SideOverlay/cjs/style.development.css +1 -0
  155. package/SideOverlay/cjs/style.production.css +1 -0
  156. package/SideOverlay/index.d.ts +29 -14
  157. package/SideOverlay/index.js +4 -251
  158. package/SideOverlay/package.json +1 -1
  159. package/SimpleSlider/cjs/index.development.js +433 -0
  160. package/SimpleSlider/cjs/index.production.js +1 -0
  161. package/SimpleSlider/cjs/style.development.css +1 -0
  162. package/SimpleSlider/cjs/style.production.css +1 -0
  163. package/SimpleSlider/index.d.ts +17 -3
  164. package/SimpleSlider/index.js +4 -477
  165. package/SimpleSlider/package.json +1 -1
  166. package/Skeleton/cjs/index.development.js +103 -0
  167. package/Skeleton/cjs/index.production.js +1 -0
  168. package/Skeleton/cjs/style.development.css +1 -0
  169. package/Skeleton/cjs/style.production.css +1 -0
  170. package/Skeleton/index.d.ts +9 -5
  171. package/Skeleton/index.js +4 -110
  172. package/Skeleton/package.json +1 -1
  173. package/Spinner/cjs/index.development.js +85 -0
  174. package/Spinner/cjs/index.production.js +1 -0
  175. package/Spinner/cjs/style.development.css +1 -0
  176. package/Spinner/cjs/style.production.css +1 -0
  177. package/Spinner/index.d.ts +7 -6
  178. package/Spinner/index.js +5 -76
  179. package/Spinner/package.json +1 -1
  180. package/Text/cjs/index.development.js +20 -0
  181. package/Text/cjs/index.production.js +1 -0
  182. package/Text/cjs/style.development.css +1 -0
  183. package/Text/cjs/style.production.css +1 -0
  184. package/Text/index.js +5 -18
  185. package/Text/package.json +1 -1
  186. package/TextEmoji/cjs/index.development.js +94 -0
  187. package/TextEmoji/cjs/index.production.js +1 -0
  188. package/TextEmoji/index.d.ts +4 -4
  189. package/TextEmoji/index.js +4 -84
  190. package/TextEmoji/package.json +1 -1
  191. package/Tumbler/cjs/index.development.js +110 -0
  192. package/Tumbler/cjs/index.production.js +1 -0
  193. package/Tumbler/cjs/style.development.css +1 -0
  194. package/Tumbler/cjs/style.production.css +1 -0
  195. package/Tumbler/index.d.ts +4 -4
  196. package/Tumbler/index.js +4 -95
  197. package/Tumbler/package.json +1 -1
  198. package/package.json +8 -10
  199. package/Body/style.css +0 -741
  200. package/Box/style.css +0 -9676
  201. package/Button/style.css +0 -3393
  202. package/Checkbox/style.css +0 -133
  203. package/Flex/style.css +0 -786
  204. package/Grid/style.css +0 -7350
  205. package/Icon/style.css +0 -46
  206. package/Image/style.css +0 -664
  207. package/Input/style.css +0 -345
  208. package/Line/style.css +0 -138
  209. package/Link/style.css +0 -259
  210. package/List/style.css +0 -312
  211. package/Picture/style.css +0 -1426
  212. package/PortableOverlay/style.css +0 -44
  213. package/Rating/style.css +0 -26
  214. package/SafeQuery/style.css +0 -4
  215. package/Scroll/style.css +0 -169
  216. package/ScrollControls/style.css +0 -67
  217. package/SideOverlay/style.css +0 -208
  218. package/SimpleSlider/style.css +0 -134
  219. package/Skeleton/style.css +0 -145
  220. package/Spinner/style.css +0 -80
  221. package/Text/style.css +0 -840
  222. package/Tumbler/style.css +0 -118
package/Text/style.css DELETED
@@ -1,840 +0,0 @@
1
- /* stylelint-disable comment-empty-line-before */
2
- :root {
3
- /* base */
4
- /* prop 'text-size' */
5
- /* prop 'text-lheight' */
6
- }
7
- .Text__ek-text___3Trjq {
8
- display: inline;
9
- line-height: var(--pds-line-height);
10
- }
11
- /**
12
- * Display:
13
- *
14
- * - text_display_inline
15
- * - text_display_none
16
- *
17
- * */
18
- .Text__ek-text_display_inline___hPK83 {
19
- display: inline;
20
- }
21
- .Text__ek-text_display_none___EpkgL {
22
- display: none;
23
- }
24
- /**
25
- * Font size:
26
- *
27
- * - text_size_*
28
- *
29
- * */
30
- .Text__ek-text_size_none___3fCio {
31
- font-size: 0;
32
- }
33
- .Text__ek-text_size_inherit___GeUFz {
34
- font-size: inherit;
35
- }
36
- .Text__ek-text_size_small___IfSYo {
37
- font-size: var(--pds-font-size-small);
38
- }
39
- .Text__ek-text_size_default___snf-- {
40
- font-size: var(--pds-font-size-default);
41
- }
42
- .Text__ek-text_size_big___R2ynx {
43
- font-size: var(--pds-font-size-big);
44
- }
45
- .Text__ek-text_size_h1___RLQ4A {
46
- font-size: var(--pds-font-size-h1);
47
- }
48
- .Text__ek-text_size_h2___OAv5u {
49
- font-size: var(--pds-font-size-h2);
50
- }
51
- .Text__ek-text_size_h3___jF03G {
52
- font-size: var(--pds-font-size-h3);
53
- }
54
- .Text__ek-text_size_h4___vj3pM {
55
- font-size: var(--pds-font-size-h4);
56
- }
57
- .Text__ek-text_size_h5___aeJVe {
58
- font-size: var(--pds-font-size-h5);
59
- }
60
- .Text__ek-text_size_h6___P9by2 {
61
- font-size: var(--pds-font-size-h6);
62
- }
63
- /**
64
- * Font weight:
65
- *
66
- * - text_weight_*
67
- *
68
- * */
69
- .Text__ek-text_weight_default___wrQRQ {
70
- font-weight: 400;
71
- }
72
- .Text__ek-text_weight_thin___pmZOp {
73
- font-weight: 100;
74
- }
75
- .Text__ek-text_weight_light___vEbTA {
76
- font-weight: 300;
77
- }
78
- .Text__ek-text_weight_medium___gfDGa {
79
- font-weight: 500;
80
- }
81
- .Text__ek-text_weight_bold___F7Tdh {
82
- font-weight: 700;
83
- }
84
- .Text__ek-text_weight_black___Llirb {
85
- font-weight: 900;
86
- }
87
- /**
88
- * Align:
89
- *
90
- * - text_align_*
91
- *
92
- * */
93
- .Text__ek-text_align_left___gwkkx {
94
- display: block;
95
- text-align: left;
96
- }
97
- .Text__ek-text_align_center___od97W {
98
- display: block;
99
- text-align: center;
100
- }
101
- .Text__ek-text_align_right___PatyF {
102
- display: block;
103
- text-align: right;
104
- }
105
- .Text__ek-text_align_justify___WNRHD {
106
- display: block;
107
- text-align: justify;
108
- }
109
- /**
110
- * Valign:
111
- *
112
- * - text_valign_*
113
- *
114
- * */
115
- .Text__ek-text_valign_baseline___BFQkO {
116
- vertical-align: baseline;
117
- }
118
- .Text__ek-text_valign_bottom___uoQE- {
119
- vertical-align: bottom;
120
- }
121
- .Text__ek-text_valign_middle___wL4cB {
122
- vertical-align: middle;
123
- }
124
- .Text__ek-text_valign_sub___oQuQV {
125
- vertical-align: sub;
126
- }
127
- .Text__ek-text_valign_super___GM270 {
128
- vertical-align: super;
129
- }
130
- .Text__ek-text_valign_text-bottom___i3gPf {
131
- vertical-align: text-bottom;
132
- }
133
- .Text__ek-text_valign_text-top___Y-R3w {
134
- vertical-align: text-top;
135
- }
136
- .Text__ek-text_valign_top___NSQH0 {
137
- vertical-align: top;
138
- }
139
- /**
140
- * Transform:
141
- *
142
- * - text_transform_*
143
- *
144
- * */
145
- .Text__ek-text_transform_none___ioMWl {
146
- text-transform: none;
147
- }
148
- .Text__ek-text_transform_capitalize___-nH9C {
149
- text-transform: capitalize;
150
- }
151
- .Text__ek-text_transform_lowercase___pYEmk {
152
- text-transform: lowercase;
153
- }
154
- .Text__ek-text_transform_uppercase___Ptm6g {
155
- text-transform: uppercase;
156
- }
157
- /**
158
- * Style:
159
- *
160
- * - text_style_*
161
- *
162
- * */
163
- .Text__ek-text_style_italic___Y01G5 {
164
- font-style: italic;
165
- }
166
- .Text__ek-text_style_strike___powM8 {
167
- text-decoration: line-through;
168
- }
169
- .Text__ek-text_style_underline___ECUz1 {
170
- text-decoration: underline;
171
- }
172
- .Text__ek-text_style_overline___E4jPq {
173
- text-decoration: overline;
174
- }
175
- /**
176
- * Line height:
177
- *
178
- * - text_lheight_*
179
- *
180
- * */
181
- .Text__ek-text_lheight_default___ic9SB {
182
- line-height: var(--pds-line-height);
183
- }
184
- .Text__ek-text_lheight_medium___QrtcH {
185
- line-height: 1.25em;
186
- }
187
- .Text__ek-text_lheight_large___G5HaP {
188
- line-height: 1.5em;
189
- }
190
- /**
191
- * Wrap:
192
- *
193
- * - text_wrap_*
194
- *
195
- * */
196
- .Text__ek-text_wrap_normal___vN11O {
197
- white-space: normal;
198
- }
199
- .Text__ek-text_wrap_nowrap___hJTsv {
200
- white-space: nowrap;
201
- }
202
- .Text__ek-text_wrap_pre___qtOKJ {
203
- white-space: pre;
204
- }
205
- .Text__ek-text_wrap_pre-wrap___55qRX {
206
- white-space: pre-wrap;
207
- }
208
- .Text__ek-text_wrap_pre-line___z-RVa {
209
- white-space: pre-line;
210
- }
211
- .Text__ek-text_wrap_break___htldP {
212
- word-wrap: break-word;
213
- word-break: break-word;
214
- -webkit-hyphens: auto;
215
- -ms-hyphens: auto;
216
- hyphens: auto;
217
- }
218
- .Text__ek-text_wrap_ellipsis___aXB7S {
219
- display: block;
220
- overflow: hidden;
221
- text-overflow: ellipsis;
222
- white-space: nowrap;
223
- }
224
- .Text__ek-text_wrap_two-line___7NHpZ {
225
- display: block;
226
- overflow: hidden;
227
- max-height: calc(var(--pds-line-height) * 2);
228
- }
229
- .Text__ek-text_wrap_two-line___7NHpZ.Text__ek-text_lheight_medium___QrtcH {
230
- max-height: calc(1.25em * 2);
231
- }
232
- .Text__ek-text_wrap_two-line___7NHpZ.Text__ek-text_lheight_large___G5HaP {
233
- max-height: calc(1.5em * 2);
234
- }
235
- .Text__ek-text_wrap_three-line___SCVcX {
236
- display: block;
237
- overflow: hidden;
238
- max-height: calc(var(--pds-line-height) * 3);
239
- }
240
- .Text__ek-text_wrap_three-line___SCVcX.Text__ek-text_lheight_medium___QrtcH {
241
- max-height: calc(1.25em * 3);
242
- }
243
- .Text__ek-text_wrap_three-line___SCVcX.Text__ek-text_lheight_large___G5HaP {
244
- max-height: calc(1.5em * 3);
245
- }
246
- /* @import "evokit-text/style@wide.css"; */
247
- /* @import "evokit-text/style@huge.css"; */
248
- /* stylelint-disable */
249
- .Text__ek-text_color_black-600___iX-v2{color:var(--black-600)}
250
- /* stylelint-disable */
251
- .Text__ek-text_color_black-700___ffgjE{color:var(--black-700)}
252
- /* stylelint-disable */
253
- .Text__ek-text_color_black-800___wMAjv{color:var(--black-800)}
254
- /* stylelint-disable */
255
- .Text__ek-text_color_black-900___ye2-Z{color:var(--black-900)}
256
- /* stylelint-disable */
257
- .Text__ek-text_color_blue-500___Pmash{color:var(--blue-500)}
258
- /* stylelint-disable */
259
- .Text__ek-text_color_green-500___9JoFY{color:var(--green-500)}
260
- /* stylelint-disable */
261
- .Text__ek-text_color_green-800___Aahxa{color:var(--green-800)}
262
- /* stylelint-disable */
263
- .Text__ek-text_color_orange-500___D39Cr{color:var(--orange-500)}
264
- /* stylelint-disable */
265
- .Text__ek-text_color_red-500___uyrQ6{color:var(--red-500)}
266
- /* stylelint-disable */
267
- .Text__ek-text_color_red-900___yKkMR{color:var(--red-900)}
268
- /* stylelint-disable */
269
- .Text__ek-text_color_violet-500___xrKUz{color:var(--violet-500)}
270
- /* stylelint-disable */
271
- .Text__ek-text_color_white___ooRRq{color:var(--white)}
272
- :root {
273
- /* base */
274
-
275
- /* prop 'text-size' */
276
-
277
- /* prop 'text-lheight' */
278
- }
279
- @media only screen and (min-width: 480px) {
280
- .Text__ek-text_display_inline--small___tf5qK {
281
- display: inline;
282
- }
283
- .Text__ek-text_display_none--small___QClAg {
284
- display: none;
285
- }
286
- .Text__ek-text_size_none--small___iNBWs {
287
- font-size: 0;
288
- }
289
- .Text__ek-text_size_inherit--small___SleAe {
290
- font-size: inherit;
291
- }
292
- .Text__ek-text_size_small--small___JLdX7 {
293
- font-size: var(--pds-font-size-small);
294
- }
295
- .Text__ek-text_size_default--small___lpjy2 {
296
- font-size: var(--pds-font-size-default);
297
- }
298
- .Text__ek-text_size_big--small___tyFZq {
299
- font-size: var(--pds-font-size-big);
300
- }
301
- .Text__ek-text_size_h1--small___bTc9i {
302
- font-size: var(--pds-font-size-h1);
303
- }
304
- .Text__ek-text_size_h2--small___fVsfH {
305
- font-size: var(--pds-font-size-h2);
306
- }
307
- .Text__ek-text_size_h3--small___9bupj {
308
- font-size: var(--pds-font-size-h3);
309
- }
310
- .Text__ek-text_size_h4--small___RLAjj {
311
- font-size: var(--pds-font-size-h4);
312
- }
313
- .Text__ek-text_size_h5--small___MSeBt {
314
- font-size: var(--pds-font-size-h5);
315
- }
316
- .Text__ek-text_size_h6--small___DGRDV {
317
- font-size: var(--pds-font-size-h6);
318
- }
319
- .Text__ek-text_weight_default--small___7u9ww {
320
- font-weight: 400;
321
- }
322
- .Text__ek-text_weight_thin--small___f3E1Z {
323
- font-weight: 100;
324
- }
325
- .Text__ek-text_weight_light--small___UgVat {
326
- font-weight: 300;
327
- }
328
- .Text__ek-text_weight_medium--small___GhR2r {
329
- font-weight: 500;
330
- }
331
- .Text__ek-text_weight_bold--small___fdZOu {
332
- font-weight: 700;
333
- }
334
- .Text__ek-text_weight_black--small___Txf2- {
335
- font-weight: 900;
336
- }
337
- .Text__ek-text_align_left--small___MOcbA {
338
- display: block;
339
- text-align: left;
340
- }
341
- .Text__ek-text_align_center--small___NDoRI {
342
- display: block;
343
- text-align: center;
344
- }
345
- .Text__ek-text_align_right--small___ertsn {
346
- display: block;
347
- text-align: right;
348
- }
349
- .Text__ek-text_align_justify--small___VXEjp {
350
- display: block;
351
- text-align: justify;
352
- }
353
- .Text__ek-text_valign_baseline--small___NFaJ5 {
354
- vertical-align: baseline;
355
- }
356
- .Text__ek-text_valign_bottom--small___n-ZM1 {
357
- vertical-align: bottom;
358
- }
359
- .Text__ek-text_valign_middle--small___1o-f9 {
360
- vertical-align: middle;
361
- }
362
- .Text__ek-text_valign_sub--small___7vrZ5 {
363
- vertical-align: sub;
364
- }
365
- .Text__ek-text_valign_super--small___98wkH {
366
- vertical-align: super;
367
- }
368
- .Text__ek-text_valign_text-bottom--small___x6B2v {
369
- vertical-align: text-bottom;
370
- }
371
- .Text__ek-text_valign_text-top--small___LfpH0 {
372
- vertical-align: text-top;
373
- }
374
- .Text__ek-text_valign_top--small___kBQTl {
375
- vertical-align: top;
376
- }
377
- .Text__ek-text_transform_none--small___lNIlb {
378
- text-transform: none;
379
- }
380
- .Text__ek-text_transform_capitalize--small___wM1eM {
381
- text-transform: capitalize;
382
- }
383
- .Text__ek-text_transform_lowercase--small___bjZhn {
384
- text-transform: lowercase;
385
- }
386
- .Text__ek-text_transform_uppercase--small___QcGz5 {
387
- text-transform: uppercase;
388
- }
389
- .Text__ek-text_style_italic--small___RLkz- {
390
- font-style: italic;
391
- }
392
- .Text__ek-text_style_strike--small___--sCr {
393
- text-decoration: line-through;
394
- }
395
- .Text__ek-text_style_underline--small___LXQS8 {
396
- text-decoration: underline;
397
- }
398
- .Text__ek-text_style_overline--small___GNoIB {
399
- text-decoration: overline;
400
- }
401
- .Text__ek-text_lheight_default--small___1W3d2 {
402
- line-height: var(--pds-line-height);
403
- }
404
- .Text__ek-text_lheight_medium--small___cZ7Yw {
405
- line-height: 1.25em;
406
- }
407
- .Text__ek-text_lheight_large--small___Q69Gt {
408
- line-height: 1.5em;
409
- }
410
- .Text__ek-text_wrap_normal--small___OCeTY {
411
- white-space: normal;
412
- }
413
- .Text__ek-text_wrap_nowrap--small___feATc {
414
- white-space: nowrap;
415
- }
416
- .Text__ek-text_wrap_pre--small___VAue2 {
417
- white-space: pre;
418
- }
419
- .Text__ek-text_wrap_pre-wrap--small___CrynB {
420
- white-space: pre-wrap;
421
- }
422
- .Text__ek-text_wrap_pre-line--small___2Zets {
423
- white-space: pre-line;
424
- }
425
- .Text__ek-text_wrap_break--small___C6739 {
426
- word-wrap: break-word;
427
- word-break: break-word;
428
- -webkit-hyphens: auto;
429
- -ms-hyphens: auto;
430
- hyphens: auto;
431
- }
432
- .Text__ek-text_wrap_ellipsis--small___V-dhX {
433
- display: block;
434
- overflow: hidden;
435
- text-overflow: ellipsis;
436
- white-space: nowrap;
437
- }
438
- .Text__ek-text_wrap_two-line--small___fqP29 {
439
- display: block;
440
- overflow: hidden;
441
- max-height: calc(var(--pds-line-height) * 2);
442
- }
443
-
444
- .Text__ek-text_wrap_two-line--small___fqP29.Text__ek-text_lheight_medium___QrtcH {
445
- max-height: calc(1.25em * 2);
446
- }
447
-
448
- .Text__ek-text_wrap_two-line--small___fqP29.Text__ek-text_lheight_large___G5HaP {
449
- max-height: calc(1.5em * 2);
450
- }
451
- .Text__ek-text_wrap_three-line--small___Yh-Xv {
452
- display: block;
453
- overflow: hidden;
454
- max-height: calc(var(--pds-line-height) * 3);
455
- }
456
-
457
- .Text__ek-text_wrap_three-line--small___Yh-Xv.Text__ek-text_lheight_medium___QrtcH {
458
- max-height: calc(1.25em * 3);
459
- }
460
-
461
- .Text__ek-text_wrap_three-line--small___Yh-Xv.Text__ek-text_lheight_large___G5HaP {
462
- max-height: calc(1.5em * 3);
463
- }.Text__ek-text_color_black-600--small___4qrki{color:var(--black-600)}.Text__ek-text_color_black-700--small___VeJpW{color:var(--black-700)}.Text__ek-text_color_black-800--small___0tsz8{color:var(--black-800)}.Text__ek-text_color_black-900--small___Tjehi{color:var(--black-900)}.Text__ek-text_color_blue-500--small___myNLi{color:var(--blue-500)}.Text__ek-text_color_green-500--small___A3k3K{color:var(--green-500)}.Text__ek-text_color_green-800--small___x1p-D{color:var(--green-800)}.Text__ek-text_color_orange-500--small___FCzuX{color:var(--orange-500)}.Text__ek-text_color_red-500--small___hN5go{color:var(--red-500)}.Text__ek-text_color_red-900--small___2MQqu{color:var(--red-900)}.Text__ek-text_color_violet-500--small___GkpkA{color:var(--violet-500)}.Text__ek-text_color_white--small___aq8Bj{color:var(--white)}
464
- }
465
- @media only screen and (min-width: 768px) {
466
- .Text__ek-text_display_inline--medium___q29UB {
467
- display: inline;
468
- }
469
- .Text__ek-text_display_none--medium___pS5WL {
470
- display: none;
471
- }
472
- .Text__ek-text_size_none--medium___zmMXI {
473
- font-size: 0;
474
- }
475
- .Text__ek-text_size_inherit--medium___NyD6y {
476
- font-size: inherit;
477
- }
478
- .Text__ek-text_size_small--medium___85MSY {
479
- font-size: var(--pds-font-size-small);
480
- }
481
- .Text__ek-text_size_default--medium___NMxaK {
482
- font-size: var(--pds-font-size-default);
483
- }
484
- .Text__ek-text_size_big--medium___Ua-Zk {
485
- font-size: var(--pds-font-size-big);
486
- }
487
- .Text__ek-text_size_h1--medium___thuyZ {
488
- font-size: var(--pds-font-size-h1);
489
- }
490
- .Text__ek-text_size_h2--medium___ESQoF {
491
- font-size: var(--pds-font-size-h2);
492
- }
493
- .Text__ek-text_size_h3--medium___KZmg9 {
494
- font-size: var(--pds-font-size-h3);
495
- }
496
- .Text__ek-text_size_h4--medium___ECj9y {
497
- font-size: var(--pds-font-size-h4);
498
- }
499
- .Text__ek-text_size_h5--medium___2Egnj {
500
- font-size: var(--pds-font-size-h5);
501
- }
502
- .Text__ek-text_size_h6--medium___EiSb9 {
503
- font-size: var(--pds-font-size-h6);
504
- }
505
- .Text__ek-text_weight_default--medium___tB-Ch {
506
- font-weight: 400;
507
- }
508
- .Text__ek-text_weight_thin--medium___s8W0s {
509
- font-weight: 100;
510
- }
511
- .Text__ek-text_weight_light--medium___ltoWf {
512
- font-weight: 300;
513
- }
514
- .Text__ek-text_weight_medium--medium___6tPBW {
515
- font-weight: 500;
516
- }
517
- .Text__ek-text_weight_bold--medium___rpqZ0 {
518
- font-weight: 700;
519
- }
520
- .Text__ek-text_weight_black--medium___GSyAT {
521
- font-weight: 900;
522
- }
523
- .Text__ek-text_align_left--medium___P1t-C {
524
- display: block;
525
- text-align: left;
526
- }
527
- .Text__ek-text_align_center--medium___EyFNY {
528
- display: block;
529
- text-align: center;
530
- }
531
- .Text__ek-text_align_right--medium___pv76v {
532
- display: block;
533
- text-align: right;
534
- }
535
- .Text__ek-text_align_justify--medium___BPD5C {
536
- display: block;
537
- text-align: justify;
538
- }
539
- .Text__ek-text_valign_baseline--medium___uudr0 {
540
- vertical-align: baseline;
541
- }
542
- .Text__ek-text_valign_bottom--medium___PllPd {
543
- vertical-align: bottom;
544
- }
545
- .Text__ek-text_valign_middle--medium___Ik6u5 {
546
- vertical-align: middle;
547
- }
548
- .Text__ek-text_valign_sub--medium___utVwf {
549
- vertical-align: sub;
550
- }
551
- .Text__ek-text_valign_super--medium___BbzMP {
552
- vertical-align: super;
553
- }
554
- .Text__ek-text_valign_text-bottom--medium___h-L8G {
555
- vertical-align: text-bottom;
556
- }
557
- .Text__ek-text_valign_text-top--medium___2Sxc3 {
558
- vertical-align: text-top;
559
- }
560
- .Text__ek-text_valign_top--medium___oC57Z {
561
- vertical-align: top;
562
- }
563
- .Text__ek-text_transform_none--medium___VjPVc {
564
- text-transform: none;
565
- }
566
- .Text__ek-text_transform_capitalize--medium___D2Sqd {
567
- text-transform: capitalize;
568
- }
569
- .Text__ek-text_transform_lowercase--medium___hjkKi {
570
- text-transform: lowercase;
571
- }
572
- .Text__ek-text_transform_uppercase--medium___AEFL3 {
573
- text-transform: uppercase;
574
- }
575
- .Text__ek-text_style_italic--medium___yckf- {
576
- font-style: italic;
577
- }
578
- .Text__ek-text_style_strike--medium___Fc1Ji {
579
- text-decoration: line-through;
580
- }
581
- .Text__ek-text_style_underline--medium___d-Mrs {
582
- text-decoration: underline;
583
- }
584
- .Text__ek-text_style_overline--medium___cBafd {
585
- text-decoration: overline;
586
- }
587
- .Text__ek-text_lheight_default--medium___UHfd4 {
588
- line-height: var(--pds-line-height);
589
- }
590
- .Text__ek-text_lheight_medium--medium___K2JnS {
591
- line-height: 1.25em;
592
- }
593
- .Text__ek-text_lheight_large--medium___7jFRq {
594
- line-height: 1.5em;
595
- }
596
- .Text__ek-text_wrap_normal--medium___tiKih {
597
- white-space: normal;
598
- }
599
- .Text__ek-text_wrap_nowrap--medium___K2M6e {
600
- white-space: nowrap;
601
- }
602
- .Text__ek-text_wrap_pre--medium___TpcHG {
603
- white-space: pre;
604
- }
605
- .Text__ek-text_wrap_pre-wrap--medium___Z6C0k {
606
- white-space: pre-wrap;
607
- }
608
- .Text__ek-text_wrap_pre-line--medium___Ajn6a {
609
- white-space: pre-line;
610
- }
611
- .Text__ek-text_wrap_break--medium___QtGGg {
612
- word-wrap: break-word;
613
- word-break: break-word;
614
- -webkit-hyphens: auto;
615
- -ms-hyphens: auto;
616
- hyphens: auto;
617
- }
618
- .Text__ek-text_wrap_ellipsis--medium___NyLo3 {
619
- display: block;
620
- overflow: hidden;
621
- text-overflow: ellipsis;
622
- white-space: nowrap;
623
- }
624
- .Text__ek-text_wrap_two-line--medium___R6ga0 {
625
- display: block;
626
- overflow: hidden;
627
- max-height: calc(var(--pds-line-height) * 2);
628
- }
629
-
630
- .Text__ek-text_wrap_two-line--medium___R6ga0.Text__ek-text_lheight_medium___QrtcH {
631
- max-height: calc(1.25em * 2);
632
- }
633
-
634
- .Text__ek-text_wrap_two-line--medium___R6ga0.Text__ek-text_lheight_large___G5HaP {
635
- max-height: calc(1.5em * 2);
636
- }
637
- .Text__ek-text_wrap_three-line--medium___E2iMw {
638
- display: block;
639
- overflow: hidden;
640
- max-height: calc(var(--pds-line-height) * 3);
641
- }
642
-
643
- .Text__ek-text_wrap_three-line--medium___E2iMw.Text__ek-text_lheight_medium___QrtcH {
644
- max-height: calc(1.25em * 3);
645
- }
646
-
647
- .Text__ek-text_wrap_three-line--medium___E2iMw.Text__ek-text_lheight_large___G5HaP {
648
- max-height: calc(1.5em * 3);
649
- }.Text__ek-text_color_black-600--medium___XfNNR{color:var(--black-600)}.Text__ek-text_color_black-700--medium___tmDDJ{color:var(--black-700)}.Text__ek-text_color_black-800--medium___dKLRj{color:var(--black-800)}.Text__ek-text_color_black-900--medium___D7nHh{color:var(--black-900)}.Text__ek-text_color_blue-500--medium___807O7{color:var(--blue-500)}.Text__ek-text_color_green-500--medium___EDZ-F{color:var(--green-500)}.Text__ek-text_color_green-800--medium___EeAPc{color:var(--green-800)}.Text__ek-text_color_orange-500--medium___9gjQH{color:var(--orange-500)}.Text__ek-text_color_red-500--medium___HROpc{color:var(--red-500)}.Text__ek-text_color_red-900--medium___k9d1g{color:var(--red-900)}.Text__ek-text_color_violet-500--medium___FYY0k{color:var(--violet-500)}.Text__ek-text_color_white--medium___K2HII{color:var(--white)}
650
- }
651
- @media only screen and (min-width: 960px) {
652
- .Text__ek-text_display_inline--large___Qr7da {
653
- display: inline;
654
- }
655
- .Text__ek-text_display_none--large___8q9MY {
656
- display: none;
657
- }
658
- .Text__ek-text_size_none--large___lhd15 {
659
- font-size: 0;
660
- }
661
- .Text__ek-text_size_inherit--large___JRmGP {
662
- font-size: inherit;
663
- }
664
- .Text__ek-text_size_small--large___gGYoF {
665
- font-size: var(--pds-font-size-small);
666
- }
667
- .Text__ek-text_size_default--large___f8ZGq {
668
- font-size: var(--pds-font-size-default);
669
- }
670
- .Text__ek-text_size_big--large___kXeDX {
671
- font-size: var(--pds-font-size-big);
672
- }
673
- .Text__ek-text_size_h1--large___FnCNG {
674
- font-size: var(--pds-font-size-h1);
675
- }
676
- .Text__ek-text_size_h2--large___ud3vr {
677
- font-size: var(--pds-font-size-h2);
678
- }
679
- .Text__ek-text_size_h3--large___cQwu6 {
680
- font-size: var(--pds-font-size-h3);
681
- }
682
- .Text__ek-text_size_h4--large___AeJ7R {
683
- font-size: var(--pds-font-size-h4);
684
- }
685
- .Text__ek-text_size_h5--large___5AP56 {
686
- font-size: var(--pds-font-size-h5);
687
- }
688
- .Text__ek-text_size_h6--large___nXKYk {
689
- font-size: var(--pds-font-size-h6);
690
- }
691
- .Text__ek-text_weight_default--large___-KZf3 {
692
- font-weight: 400;
693
- }
694
- .Text__ek-text_weight_thin--large___OtiPU {
695
- font-weight: 100;
696
- }
697
- .Text__ek-text_weight_light--large___Q876R {
698
- font-weight: 300;
699
- }
700
- .Text__ek-text_weight_medium--large___ERwtC {
701
- font-weight: 500;
702
- }
703
- .Text__ek-text_weight_bold--large___-vQew {
704
- font-weight: 700;
705
- }
706
- .Text__ek-text_weight_black--large___JfoJ2 {
707
- font-weight: 900;
708
- }
709
- .Text__ek-text_align_left--large___eDuu- {
710
- display: block;
711
- text-align: left;
712
- }
713
- .Text__ek-text_align_center--large___0oej2 {
714
- display: block;
715
- text-align: center;
716
- }
717
- .Text__ek-text_align_right--large___IruXn {
718
- display: block;
719
- text-align: right;
720
- }
721
- .Text__ek-text_align_justify--large___eLevv {
722
- display: block;
723
- text-align: justify;
724
- }
725
- .Text__ek-text_valign_baseline--large___MwBxj {
726
- vertical-align: baseline;
727
- }
728
- .Text__ek-text_valign_bottom--large___u2HmC {
729
- vertical-align: bottom;
730
- }
731
- .Text__ek-text_valign_middle--large___9wTU0 {
732
- vertical-align: middle;
733
- }
734
- .Text__ek-text_valign_sub--large___Vrz29 {
735
- vertical-align: sub;
736
- }
737
- .Text__ek-text_valign_super--large___Kr93W {
738
- vertical-align: super;
739
- }
740
- .Text__ek-text_valign_text-bottom--large___6eXdU {
741
- vertical-align: text-bottom;
742
- }
743
- .Text__ek-text_valign_text-top--large___B3Fwm {
744
- vertical-align: text-top;
745
- }
746
- .Text__ek-text_valign_top--large___cA4GU {
747
- vertical-align: top;
748
- }
749
- .Text__ek-text_transform_none--large___cXpb9 {
750
- text-transform: none;
751
- }
752
- .Text__ek-text_transform_capitalize--large___pHMUF {
753
- text-transform: capitalize;
754
- }
755
- .Text__ek-text_transform_lowercase--large___DVgu- {
756
- text-transform: lowercase;
757
- }
758
- .Text__ek-text_transform_uppercase--large___35kha {
759
- text-transform: uppercase;
760
- }
761
- .Text__ek-text_style_italic--large___fYSwX {
762
- font-style: italic;
763
- }
764
- .Text__ek-text_style_strike--large___q0PMX {
765
- text-decoration: line-through;
766
- }
767
- .Text__ek-text_style_underline--large___sguGX {
768
- text-decoration: underline;
769
- }
770
- .Text__ek-text_style_overline--large___V9ewl {
771
- text-decoration: overline;
772
- }
773
- .Text__ek-text_lheight_default--large___QI3Ow {
774
- line-height: var(--pds-line-height);
775
- }
776
- .Text__ek-text_lheight_medium--large___dkKyS {
777
- line-height: 1.25em;
778
- }
779
- .Text__ek-text_lheight_large--large___LWOqd {
780
- line-height: 1.5em;
781
- }
782
- .Text__ek-text_wrap_normal--large___1Sfs7 {
783
- white-space: normal;
784
- }
785
- .Text__ek-text_wrap_nowrap--large___Ybix2 {
786
- white-space: nowrap;
787
- }
788
- .Text__ek-text_wrap_pre--large___w4GA2 {
789
- white-space: pre;
790
- }
791
- .Text__ek-text_wrap_pre-wrap--large___XNCfE {
792
- white-space: pre-wrap;
793
- }
794
- .Text__ek-text_wrap_pre-line--large___IIQMy {
795
- white-space: pre-line;
796
- }
797
- .Text__ek-text_wrap_break--large___TMJei {
798
- word-wrap: break-word;
799
- word-break: break-word;
800
- -webkit-hyphens: auto;
801
- -ms-hyphens: auto;
802
- hyphens: auto;
803
- }
804
- .Text__ek-text_wrap_ellipsis--large___eJt94 {
805
- display: block;
806
- overflow: hidden;
807
- text-overflow: ellipsis;
808
- white-space: nowrap;
809
- }
810
- .Text__ek-text_wrap_two-line--large___wf8-X {
811
- display: block;
812
- overflow: hidden;
813
- max-height: calc(var(--pds-line-height) * 2);
814
- }
815
-
816
- .Text__ek-text_wrap_two-line--large___wf8-X.Text__ek-text_lheight_medium___QrtcH {
817
- max-height: calc(1.25em * 2);
818
- }
819
-
820
- .Text__ek-text_wrap_two-line--large___wf8-X.Text__ek-text_lheight_large___G5HaP {
821
- max-height: calc(1.5em * 2);
822
- }
823
- .Text__ek-text_wrap_three-line--large___QM6Ob {
824
- display: block;
825
- overflow: hidden;
826
- max-height: calc(var(--pds-line-height) * 3);
827
- }
828
-
829
- .Text__ek-text_wrap_three-line--large___QM6Ob.Text__ek-text_lheight_medium___QrtcH {
830
- max-height: calc(1.25em * 3);
831
- }
832
-
833
- .Text__ek-text_wrap_three-line--large___QM6Ob.Text__ek-text_lheight_large___G5HaP {
834
- max-height: calc(1.5em * 3);
835
- }.Text__ek-text_color_black-600--large___Owu7Q{color:var(--black-600)}.Text__ek-text_color_black-700--large___jRnbc{color:var(--black-700)}.Text__ek-text_color_black-800--large___PThcN{color:var(--black-800)}.Text__ek-text_color_black-900--large___n8LrJ{color:var(--black-900)}.Text__ek-text_color_blue-500--large___h7LoO{color:var(--blue-500)}.Text__ek-text_color_green-500--large___vV-gD{color:var(--green-500)}.Text__ek-text_color_green-800--large___KH2s5{color:var(--green-800)}.Text__ek-text_color_orange-500--large___A3IlK{color:var(--orange-500)}.Text__ek-text_color_red-500--large___DohkS{color:var(--red-500)}.Text__ek-text_color_red-900--large___BYzxn{color:var(--red-900)}.Text__ek-text_color_violet-500--large___BX9sY{color:var(--violet-500)}.Text__ek-text_color_white--large___fPDBy{color:var(--white)}
836
- }
837
- @media only screen and (min-width: 1200px) {.Text__ek-text_color_black-600--wide___EPhZb{color:var(--black-600)}.Text__ek-text_color_black-700--wide___Skgn1{color:var(--black-700)}.Text__ek-text_color_black-800--wide___4KAq8{color:var(--black-800)}.Text__ek-text_color_black-900--wide___O95o7{color:var(--black-900)}.Text__ek-text_color_blue-500--wide___1Qk4y{color:var(--blue-500)}.Text__ek-text_color_green-500--wide___gDhg2{color:var(--green-500)}.Text__ek-text_color_green-800--wide___6FDFy{color:var(--green-800)}.Text__ek-text_color_orange-500--wide___ye0vt{color:var(--orange-500)}.Text__ek-text_color_red-500--wide___vXdZm{color:var(--red-500)}.Text__ek-text_color_red-900--wide___9S6GM{color:var(--red-900)}.Text__ek-text_color_violet-500--wide___vjkvO{color:var(--violet-500)}.Text__ek-text_color_white--wide___KBwe0{color:var(--white)}
838
- }
839
- @media only screen and (min-width: 1400px) {.Text__ek-text_color_black-600--huge___kX-rO{color:var(--black-600)}.Text__ek-text_color_black-700--huge___iT2UW{color:var(--black-700)}.Text__ek-text_color_black-800--huge___sXPSW{color:var(--black-800)}.Text__ek-text_color_black-900--huge___ufWB7{color:var(--black-900)}.Text__ek-text_color_blue-500--huge___VrBDq{color:var(--blue-500)}.Text__ek-text_color_green-500--huge___O5Wpa{color:var(--green-500)}.Text__ek-text_color_green-800--huge___V2JjF{color:var(--green-800)}.Text__ek-text_color_orange-500--huge___eLSt9{color:var(--orange-500)}.Text__ek-text_color_red-500--huge___nEmHY{color:var(--red-500)}.Text__ek-text_color_red-900--huge___rMyDN{color:var(--red-900)}.Text__ek-text_color_violet-500--huge___Ufx-e{color:var(--violet-500)}.Text__ek-text_color_white--huge___pjee0{color:var(--white)}
840
- }