@prom-ui/core 0.0.13 → 0.0.16
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/Body/index.js +1 -1
- package/Body/package.json +2 -2
- package/Body/style.css +741 -1
- package/Box/index.js +1 -1
- package/Box/package.json +2 -2
- package/Box/style.css +9676 -1
- package/Button/index.js +1 -1
- package/Button/package.json +2 -2
- package/Button/style.css +3393 -1
- package/ButtonPageUp/index.js +0 -2
- package/ButtonPageUp/package.json +3 -3
- package/Checkbox/index.js +1 -1
- package/Checkbox/package.json +3 -3
- package/Checkbox/style.css +133 -1
- package/Flex/index.js +1 -1
- package/Flex/package.json +2 -2
- package/Flex/style.css +786 -1
- package/Grid/index.js +1 -1
- package/Grid/package.json +2 -2
- package/Grid/style.css +7350 -1
- package/Icon/index.js +1 -1
- package/Icon/package.json +2 -2
- package/Icon/style.css +46 -1
- package/Image/index.js +1 -1
- package/Image/package.json +2 -2
- package/Image/style.css +664 -1
- package/ImageEmoji/package.json +2 -2
- package/Input/index.js +1 -1
- package/Input/package.json +2 -2
- package/Input/style.css +345 -1
- package/KeyPress/package.json +1 -1
- package/Line/index.js +1 -1
- package/Line/package.json +2 -2
- package/Line/style.css +138 -1
- package/Link/index.js +1 -1
- package/Link/package.json +2 -2
- package/Link/style.css +259 -1
- package/List/index.js +1 -1
- package/List/package.json +2 -2
- package/List/style.css +312 -1
- package/OutsideClick/package.json +1 -1
- package/Picture/index.js +1 -1
- package/Picture/package.json +2 -2
- package/Picture/style.css +1426 -1
- package/Portal/package.json +1 -1
- package/Rating/index.js +1 -1
- package/Rating/package.json +2 -2
- package/Rating/style.css +26 -1
- package/Scroll/index.js +1 -1
- package/Scroll/package.json +2 -2
- package/Scroll/style.css +169 -1
- package/ScrollControls/ScrollControlsButton.d.ts +12 -0
- package/ScrollControls/index.d.ts +8 -0
- package/ScrollControls/index.js +250 -0
- package/ScrollControls/package.json +11 -0
- package/ScrollControls/style.css +67 -0
- package/Skeleton/index.js +1 -1
- package/Skeleton/package.json +2 -2
- package/Skeleton/style.css +145 -1
- package/Spinner/index.js +1 -1
- package/Spinner/package.json +2 -2
- package/Spinner/style.css +80 -1
- package/Text/index.js +1 -1
- package/Text/package.json +2 -2
- package/Text/style.css +840 -1
- package/TextEmoji/package.json +2 -2
- package/Tumbler/index.js +1 -1
- package/Tumbler/package.json +3 -3
- package/Tumbler/style.css +118 -1
- package/base/colors.css +80 -0
- package/base/media.css +5 -0
- package/base/reset.css +120 -0
- package/base/round.css +12 -0
- package/base/spacing.css +12 -0
- package/base/typography.css +12 -0
- package/package.json +21 -21
package/Link/style.css
CHANGED
|
@@ -1 +1,259 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable comment-empty-line-before */
|
|
2
|
+
:root {
|
|
3
|
+
/* base */
|
|
4
|
+
/* prop 'link-size' */
|
|
5
|
+
/* prop 'link-lheight' */
|
|
6
|
+
}
|
|
7
|
+
.Link__ek-link___0cNvO {
|
|
8
|
+
display: inline;
|
|
9
|
+
color: inherit;
|
|
10
|
+
line-height: var(--pds-line-height);
|
|
11
|
+
text-decoration: none;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Display:
|
|
15
|
+
*
|
|
16
|
+
* - link_display_inline
|
|
17
|
+
* - link_display_none
|
|
18
|
+
*
|
|
19
|
+
* */
|
|
20
|
+
.Link__ek-link_display_inline___Yv9uA {
|
|
21
|
+
display: inline;
|
|
22
|
+
}
|
|
23
|
+
.Link__ek-link_display_none___lbhy1 {
|
|
24
|
+
display: none;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Font size:
|
|
28
|
+
*
|
|
29
|
+
* - link_size_*
|
|
30
|
+
*
|
|
31
|
+
* */
|
|
32
|
+
.Link__ek-link_size_none___fFXpr {
|
|
33
|
+
font-size: 0;
|
|
34
|
+
}
|
|
35
|
+
.Link__ek-link_size_inherit___rxZH6 {
|
|
36
|
+
font-size: inherit;
|
|
37
|
+
}
|
|
38
|
+
.Link__ek-link_size_small___H-veo {
|
|
39
|
+
font-size: var(--pds-font-size-small);
|
|
40
|
+
}
|
|
41
|
+
.Link__ek-link_size_default___bD4lv {
|
|
42
|
+
font-size: var(--pds-font-size-default);
|
|
43
|
+
}
|
|
44
|
+
.Link__ek-link_size_big___pIvBN {
|
|
45
|
+
font-size: var(--pds-font-size-big);
|
|
46
|
+
}
|
|
47
|
+
.Link__ek-link_size_h1___s-Uyh {
|
|
48
|
+
font-size: var(--pds-font-size-h1);
|
|
49
|
+
}
|
|
50
|
+
.Link__ek-link_size_h2___RBf75 {
|
|
51
|
+
font-size: var(--pds-font-size-h2);
|
|
52
|
+
}
|
|
53
|
+
.Link__ek-link_size_h3___i0xgJ {
|
|
54
|
+
font-size: var(--pds-font-size-h3);
|
|
55
|
+
}
|
|
56
|
+
.Link__ek-link_size_h4___QxZ58 {
|
|
57
|
+
font-size: var(--pds-font-size-h4);
|
|
58
|
+
}
|
|
59
|
+
.Link__ek-link_size_h5___iBrkm {
|
|
60
|
+
font-size: var(--pds-font-size-h5);
|
|
61
|
+
}
|
|
62
|
+
.Link__ek-link_size_h6___3qitx {
|
|
63
|
+
font-size: var(--pds-font-size-h6);
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Font weight:
|
|
67
|
+
*
|
|
68
|
+
* - link_weight_*
|
|
69
|
+
*
|
|
70
|
+
* */
|
|
71
|
+
.Link__ek-link_weight_default___0TxxC {
|
|
72
|
+
font-weight: 400;
|
|
73
|
+
}
|
|
74
|
+
.Link__ek-link_weight_thin___KnfOB {
|
|
75
|
+
font-weight: 100;
|
|
76
|
+
}
|
|
77
|
+
.Link__ek-link_weight_light___RHUWR {
|
|
78
|
+
font-weight: 300;
|
|
79
|
+
}
|
|
80
|
+
.Link__ek-link_weight_medium___AcTzg {
|
|
81
|
+
font-weight: 500;
|
|
82
|
+
}
|
|
83
|
+
.Link__ek-link_weight_bold___jTHPH {
|
|
84
|
+
font-weight: 700;
|
|
85
|
+
}
|
|
86
|
+
.Link__ek-link_weight_black___Dq6AB {
|
|
87
|
+
font-weight: 900;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Valign:
|
|
91
|
+
*
|
|
92
|
+
* - link_valign_*
|
|
93
|
+
*
|
|
94
|
+
* */
|
|
95
|
+
.Link__ek-link_valign_baseline___UtqVX {
|
|
96
|
+
vertical-align: baseline;
|
|
97
|
+
}
|
|
98
|
+
.Link__ek-link_valign_bottom___-umHz {
|
|
99
|
+
vertical-align: bottom;
|
|
100
|
+
}
|
|
101
|
+
.Link__ek-link_valign_middle___6c-lC {
|
|
102
|
+
vertical-align: middle;
|
|
103
|
+
}
|
|
104
|
+
.Link__ek-link_valign_sub___0rOow {
|
|
105
|
+
vertical-align: sub;
|
|
106
|
+
}
|
|
107
|
+
.Link__ek-link_valign_super___KzR4d {
|
|
108
|
+
vertical-align: super;
|
|
109
|
+
}
|
|
110
|
+
.Link__ek-link_valign_text-bottom___-WzxY {
|
|
111
|
+
vertical-align: text-bottom;
|
|
112
|
+
}
|
|
113
|
+
.Link__ek-link_valign_text-top___9YGJk {
|
|
114
|
+
vertical-align: text-top;
|
|
115
|
+
}
|
|
116
|
+
.Link__ek-link_valign_top___XCtBJ {
|
|
117
|
+
vertical-align: top;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* Line height:
|
|
121
|
+
*
|
|
122
|
+
* - link_lheight_*
|
|
123
|
+
*
|
|
124
|
+
* */
|
|
125
|
+
.Link__ek-link_lheight_default___oF4Zy {
|
|
126
|
+
line-height: var(--pds-line-height);
|
|
127
|
+
}
|
|
128
|
+
.Link__ek-link_lheight_medium___5msGM {
|
|
129
|
+
line-height: 1.25em;
|
|
130
|
+
}
|
|
131
|
+
.Link__ek-link_lheight_large___4c7g8 {
|
|
132
|
+
line-height: 1.5em;
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* Style:
|
|
136
|
+
*
|
|
137
|
+
* - link_style_*
|
|
138
|
+
*
|
|
139
|
+
* */
|
|
140
|
+
.Link__ek-link_style_solid___jmosF {
|
|
141
|
+
border-bottom: 1px solid;
|
|
142
|
+
}
|
|
143
|
+
.Link__ek-link_style_dotted___WYdiX {
|
|
144
|
+
border-bottom: 1px dotted;
|
|
145
|
+
}
|
|
146
|
+
.Link__ek-link_style_dashed___dCGsx {
|
|
147
|
+
border-bottom: 1px dashed;
|
|
148
|
+
}
|
|
149
|
+
.Link__ek-link_style_multi-line___mxBXr {
|
|
150
|
+
position: relative;
|
|
151
|
+
display: inline-block;
|
|
152
|
+
}
|
|
153
|
+
.Link__ek-link_style_multi-line___mxBXr:after {
|
|
154
|
+
content: '';
|
|
155
|
+
position: absolute;
|
|
156
|
+
left: 0;
|
|
157
|
+
top: 0;
|
|
158
|
+
right: 0;
|
|
159
|
+
bottom: 0;
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* Wrap:
|
|
163
|
+
*
|
|
164
|
+
* - link_wrap_*
|
|
165
|
+
*
|
|
166
|
+
* */
|
|
167
|
+
.Link__ek-link_wrap_normal___8go-z {
|
|
168
|
+
white-space: normal;
|
|
169
|
+
}
|
|
170
|
+
.Link__ek-link_wrap_nowrap___0YfIB {
|
|
171
|
+
white-space: nowrap;
|
|
172
|
+
}
|
|
173
|
+
.Link__ek-link_wrap_pre___KpZte {
|
|
174
|
+
white-space: pre;
|
|
175
|
+
}
|
|
176
|
+
.Link__ek-link_wrap_pre-wrap___-jO9e {
|
|
177
|
+
white-space: pre-wrap;
|
|
178
|
+
}
|
|
179
|
+
.Link__ek-link_wrap_pre-line___jvKTN {
|
|
180
|
+
white-space: pre-line;
|
|
181
|
+
}
|
|
182
|
+
.Link__ek-link_wrap_break___CLW3n {
|
|
183
|
+
word-wrap: break-word;
|
|
184
|
+
word-break: break-word;
|
|
185
|
+
-webkit-hyphens: auto;
|
|
186
|
+
-ms-hyphens: auto;
|
|
187
|
+
hyphens: auto;
|
|
188
|
+
}
|
|
189
|
+
.Link__ek-link_wrap_ellipsis___OX5sJ {
|
|
190
|
+
display: inline-block;
|
|
191
|
+
max-width: 100%;
|
|
192
|
+
overflow: hidden;
|
|
193
|
+
text-overflow: ellipsis;
|
|
194
|
+
white-space: nowrap;
|
|
195
|
+
}
|
|
196
|
+
/* @import "evokit-link/style@small.css"; */
|
|
197
|
+
/* @import "evokit-link/style@medium.css"; */
|
|
198
|
+
/* @import "evokit-link/style@large.css"; */
|
|
199
|
+
/* @import "evokit-link/style@wide.css"; */
|
|
200
|
+
/* @import "evokit-link/style@huge.css"; */
|
|
201
|
+
/* stylelint-disable */
|
|
202
|
+
.Link__ek-link_color_black-600___0UUDy{color:var(--black-600)}
|
|
203
|
+
/* stylelint-disable */
|
|
204
|
+
.Link__ek-link_color_blue-500___eBhBq{color:var(--blue-500)}
|
|
205
|
+
/* stylelint-disable */
|
|
206
|
+
.Link__ek-link_color_red-500___Ciq7I{color:var(--red-500)}
|
|
207
|
+
/* stylelint-disable */
|
|
208
|
+
.Link__ek-link_color_white___6ITBO{color:var(--white)}
|
|
209
|
+
/* stylelint-disable */
|
|
210
|
+
.Link__ek-link_color_violet-500___YEovm{color:var(--violet-500)}
|
|
211
|
+
:root {
|
|
212
|
+
/* base */
|
|
213
|
+
|
|
214
|
+
/* prop 'link-size' */
|
|
215
|
+
|
|
216
|
+
/* prop 'link-lheight' */
|
|
217
|
+
}
|
|
218
|
+
/* FIX for new version */
|
|
219
|
+
.Link__ek-text_blackhole_ellipsis-inline-block___Q-NjC {
|
|
220
|
+
display: inline-block !important; /* stylelint-disable-line declaration-no-important */
|
|
221
|
+
max-width: 100%;
|
|
222
|
+
}
|
|
223
|
+
.Link__ek-link_blackhole_full-hover___jwtUM::after {
|
|
224
|
+
content: "";
|
|
225
|
+
position: absolute;
|
|
226
|
+
top: 0;
|
|
227
|
+
left: 0;
|
|
228
|
+
width: 100%;
|
|
229
|
+
height: 100%;
|
|
230
|
+
z-index: 10;
|
|
231
|
+
}
|
|
232
|
+
@media only screen and (min-width: 480px) {.Link__ek-link_color_black-600--small___C-6i1{color:var(--black-600)}.Link__ek-link_color_blue-500--small___HBouq{color:var(--blue-500)}.Link__ek-link_color_red-500--small___DqlUK{color:var(--red-500)}.Link__ek-link_color_white--small___Qeh3A{color:var(--white)}.Link__ek-link_color_violet-500--small___QbxKL{color:var(--violet-500)}
|
|
233
|
+
}
|
|
234
|
+
@media only screen and (min-width: 768px) {.Link__ek-link_color_black-600--medium___dGP4h{color:var(--black-600)}.Link__ek-link_color_blue-500--medium___xXlKg{color:var(--blue-500)}.Link__ek-link_color_red-500--medium___ul79J{color:var(--red-500)}.Link__ek-link_color_white--medium___xHzYO{color:var(--white)}.Link__ek-link_color_violet-500--medium___-wqMf{color:var(--violet-500)}
|
|
235
|
+
}
|
|
236
|
+
@media only screen and (min-width: 960px) {.Link__ek-link_color_black-600--large___defCC{color:var(--black-600)}.Link__ek-link_color_blue-500--large___LmnuG{color:var(--blue-500)}.Link__ek-link_color_red-500--large___a1rBa{color:var(--red-500)}.Link__ek-link_color_white--large___lseSb{color:var(--white)}.Link__ek-link_color_violet-500--large___0WPEv{color:var(--violet-500)}
|
|
237
|
+
}
|
|
238
|
+
@media only screen and (min-width: 1200px) {.Link__ek-link_color_black-600--wide___dQvJQ{color:var(--black-600)}.Link__ek-link_color_blue-500--wide___cQmJu{color:var(--blue-500)}.Link__ek-link_color_red-500--wide___vqJ63{color:var(--red-500)}.Link__ek-link_color_white--wide___-R2Ym{color:var(--white)}.Link__ek-link_color_violet-500--wide___00TIl{color:var(--violet-500)}
|
|
239
|
+
}
|
|
240
|
+
@media only screen and (min-width: 1400px) {.Link__ek-link_color_black-600--huge___zMlmV{color:var(--black-600)}.Link__ek-link_color_blue-500--huge___4FaWA{color:var(--blue-500)}.Link__ek-link_color_red-500--huge___R6kUB{color:var(--red-500)}.Link__ek-link_color_white--huge___IGdeW{color:var(--white)}.Link__ek-link_color_violet-500--huge___m97LC{color:var(--violet-500)}
|
|
241
|
+
}
|
|
242
|
+
@media (hover), (min-width:0\0), (min--moz-device-pixel-ratio:0) {
|
|
243
|
+
.Link__ek-link___0cNvO:hover {
|
|
244
|
+
cursor: pointer;
|
|
245
|
+
text-decoration: underline;
|
|
246
|
+
}
|
|
247
|
+
.Link__ek-link_style_solid___jmosF:hover {
|
|
248
|
+
text-decoration: none;
|
|
249
|
+
border-bottom-color: transparent;
|
|
250
|
+
}
|
|
251
|
+
.Link__ek-link_style_dotted___WYdiX:hover {
|
|
252
|
+
text-decoration: none;
|
|
253
|
+
border-bottom-color: transparent;
|
|
254
|
+
}
|
|
255
|
+
.Link__ek-link_style_dashed___dCGsx:hover {
|
|
256
|
+
text-decoration: none;
|
|
257
|
+
border-bottom-color: transparent;
|
|
258
|
+
}
|
|
259
|
+
}
|
package/List/index.js
CHANGED
package/List/package.json
CHANGED
package/List/style.css
CHANGED
|
@@ -1 +1,312 @@
|
|
|
1
|
-
.List__ek-list___nujFR{display:block;list-style:none;padding:0;margin:0}.List__ek-list__item___YSmsd{display:block}.List__ek-list_display_block___niTVW{display:block}.List__ek-list_display_none___68SA4{display:none}.List__ek-list__item_display_block___du4oA{display:block}.List__ek-list__item_display_none___gUtKc{display:none}.List__ek-list_indent_none___0tjbN{margin-top:0;margin-bottom:0}.List__ek-list_indent_none___0tjbN>.List__ek-list__item___YSmsd{padding-top:0;padding-bottom:0}.List__ek-list_indent_xxs___jIPCN{margin-top:calc(var(--pds-spacing-xxs)/2*-1);margin-bottom:calc(var(--pds-spacing-xxs)/2*-1)}.List__ek-list_indent_xxs___jIPCN>.List__ek-list__item___YSmsd{padding-top:calc(var(--pds-spacing-xxs)/2);padding-bottom:calc(var(--pds-spacing-xxs)/2)}.List__ek-list_indent_xs___SE5ox{margin-top:calc(var(--pds-spacing-xs)/2*-1);margin-bottom:calc(var(--pds-spacing-xs)/2*-1)}.List__ek-list_indent_xs___SE5ox>.List__ek-list__item___YSmsd{padding-top:calc(var(--pds-spacing-xs)/2);padding-bottom:calc(var(--pds-spacing-xs)/2)}.List__ek-list_indent_s___nYCd8{margin-top:calc(var(--pds-spacing-s)/2*-1);margin-bottom:calc(var(--pds-spacing-s)/2*-1)}.List__ek-list_indent_s___nYCd8>.List__ek-list__item___YSmsd{padding-top:calc(var(--pds-spacing-s)/2);padding-bottom:calc(var(--pds-spacing-s)/2)}.List__ek-list_indent_m___WIvKn{margin-top:calc(var(--pds-spacing-m)/2*-1);margin-bottom:calc(var(--pds-spacing-m)/2*-1)}.List__ek-list_indent_m___WIvKn>.List__ek-list__item___YSmsd{padding-top:calc(var(--pds-spacing-m)/2);padding-bottom:calc(var(--pds-spacing-m)/2)}.List__ek-list_indent_l___QF69U{margin-top:calc(var(--pds-spacing-l)/2*-1);margin-bottom:calc(var(--pds-spacing-l)/2*-1)}.List__ek-list_indent_l___QF69U>.List__ek-list__item___YSmsd{padding-top:calc(var(--pds-spacing-l)/2);padding-bottom:calc(var(--pds-spacing-l)/2)}.List__ek-list_indent_xl___RWP4s{margin-top:calc(var(--pds-spacing-xl)/2*-1);margin-bottom:calc(var(--pds-spacing-xl)/2*-1)}.List__ek-list_indent_xl___RWP4s>.List__ek-list__item___YSmsd{padding-top:calc(var(--pds-spacing-xl)/2);padding-bottom:calc(var(--pds-spacing-xl)/2)}.List__ek-list_indent_xxl___WhLvS{margin-top:calc(var(--pds-spacing-xxl)/2*-1);margin-bottom:calc(var(--pds-spacing-xxl)/2*-1)}.List__ek-list_indent_xxl___WhLvS>.List__ek-list__item___YSmsd{padding-top:calc(var(--pds-spacing-xxl)/2);padding-bottom:calc(var(--pds-spacing-xxl)/2)}.List__ek-list_indent_3xl___CAogk{margin-top:calc(var(--pds-spacing-3xl)/2*-1);margin-bottom:calc(var(--pds-spacing-3xl)/2*-1)}.List__ek-list_indent_3xl___CAogk>.List__ek-list__item___YSmsd{padding-top:calc(var(--pds-spacing-3xl)/2);padding-bottom:calc(var(--pds-spacing-3xl)/2)}.List__ek-list_indent_4xl___7913U{margin-top:calc(var(--pds-spacing-4xl)/2*-1);margin-bottom:calc(var(--pds-spacing-4xl)/2*-1)}.List__ek-list_indent_4xl___7913U>.List__ek-list__item___YSmsd{padding-top:calc(var(--pds-spacing-4xl)/2);padding-bottom:calc(var(--pds-spacing-4xl)/2)}.List__ek-list_indent_5xl___xu-6P{margin-top:calc(var(--pds-spacing-5xl)/2*-1);margin-bottom:calc(var(--pds-spacing-5xl)/2*-1)}.List__ek-list_indent_5xl___xu-6P>.List__ek-list__item___YSmsd{padding-top:calc(var(--pds-spacing-5xl)/2);padding-bottom:calc(var(--pds-spacing-5xl)/2)}.List__ek-list_divider-indent_none___EG7IJ{margin-top:0;margin-bottom:0}.List__ek-list_divider-indent_none___EG7IJ>.List__ek-list__item___YSmsd{padding-top:0;padding-bottom:0}.List__ek-list_divider-indent_xxs___7FNDm{margin-top:calc(var(--pds-spacing-xxs)*-1);margin-bottom:calc(var(--pds-spacing-xxs)*-1)}.List__ek-list_divider-indent_xxs___7FNDm>.List__ek-list__item___YSmsd{padding-top:var(--pds-spacing-xxs);padding-bottom:var(--pds-spacing-xxs)}.List__ek-list_divider-indent_xs___zhNqm{margin-top:calc(var(--pds-spacing-xs)*-1);margin-bottom:calc(var(--pds-spacing-xs)*-1)}.List__ek-list_divider-indent_xs___zhNqm>.List__ek-list__item___YSmsd{padding-top:var(--pds-spacing-xs);padding-bottom:var(--pds-spacing-xs)}.List__ek-list_divider-indent_s___hFSJ0{margin-top:calc(var(--pds-spacing-s)*-1);margin-bottom:calc(var(--pds-spacing-s)*-1)}.List__ek-list_divider-indent_s___hFSJ0>.List__ek-list__item___YSmsd{padding-top:var(--pds-spacing-s);padding-bottom:var(--pds-spacing-s)}.List__ek-list_divider-indent_m___nbwkk{margin-top:calc(var(--pds-spacing-m)*-1);margin-bottom:calc(var(--pds-spacing-m)*-1)}.List__ek-list_divider-indent_m___nbwkk>.List__ek-list__item___YSmsd{padding-top:var(--pds-spacing-m);padding-bottom:var(--pds-spacing-m)}.List__ek-list_divider-indent_l___-OFx8{margin-top:calc(var(--pds-spacing-l)*-1);margin-bottom:calc(var(--pds-spacing-l)*-1)}.List__ek-list_divider-indent_l___-OFx8>.List__ek-list__item___YSmsd{padding-top:var(--pds-spacing-l);padding-bottom:var(--pds-spacing-l)}.List__ek-list_divider-indent_xl___ZIg3o{margin-top:calc(var(--pds-spacing-xl)*-1);margin-bottom:calc(var(--pds-spacing-xl)*-1)}.List__ek-list_divider-indent_xl___ZIg3o>.List__ek-list__item___YSmsd{padding-top:var(--pds-spacing-xl);padding-bottom:var(--pds-spacing-xl)}.List__ek-list_divider-indent_xxl___Im5Fy{margin-top:calc(var(--pds-spacing-xxl)*-1);margin-bottom:calc(var(--pds-spacing-xxl)*-1)}.List__ek-list_divider-indent_xxl___Im5Fy>.List__ek-list__item___YSmsd{padding-top:var(--pds-spacing-xxl);padding-bottom:var(--pds-spacing-xxl)}.List__ek-list_divider-indent_3xl___HQ4Q3{margin-top:calc(var(--pds-spacing-3xl)*-1);margin-bottom:calc(var(--pds-spacing-3xl)*-1)}.List__ek-list_divider-indent_3xl___HQ4Q3>.List__ek-list__item___YSmsd{padding-top:var(--pds-spacing-3xl);padding-bottom:var(--pds-spacing-3xl)}.List__ek-list_divider-indent_4xl___0ChcJ{margin-top:calc(var(--pds-spacing-4xl)*-1);margin-bottom:calc(var(--pds-spacing-4xl)*-1)}.List__ek-list_divider-indent_4xl___0ChcJ>.List__ek-list__item___YSmsd{padding-top:var(--pds-spacing-4xl);padding-bottom:var(--pds-spacing-4xl)}.List__ek-list_divider-indent_5xl___4Mav9{margin-top:calc(var(--pds-spacing-5xl)*-1);margin-bottom:calc(var(--pds-spacing-5xl)*-1)}.List__ek-list_divider-indent_5xl___4Mav9>.List__ek-list__item___YSmsd{padding-top:var(--pds-spacing-5xl);padding-bottom:var(--pds-spacing-5xl)}.List__ek-list_style_dash___mj2N7>.List__ek-list__item___YSmsd{padding-left:20px;position:relative}.List__ek-list_style_dash___mj2N7>.List__ek-list__item___YSmsd:before{position:absolute;margin-left:-20px;width:20px;text-align:center;content:"—"}.List__ek-list_style_decimal___RN7xL{counter-reset:item-index}.List__ek-list_style_decimal___RN7xL>.List__ek-list__item___YSmsd{padding-left:20px;position:relative}.List__ek-list_style_decimal___RN7xL>.List__ek-list__item___YSmsd:before{position:absolute;margin-left:-20px;width:20px;text-align:center;content:counter(item-index)".";counter-increment:item-index}.List__ek-list_style_disc___mfMrM>.List__ek-list__item___YSmsd{padding-left:20px;position:relative}.List__ek-list_style_disc___mfMrM>.List__ek-list__item___YSmsd:before{position:absolute;margin-left:-20px;width:20px;text-align:center;content:"•";font-weight:700}.List__ek-list_color_black-200___oeoh0>.List__ek-list__item___YSmsd:before{color:var(--black-200)}.List__ek-list_divider_black-200___CTzrb>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-200)}.List__ek-list_color_black-400___fe9te>.List__ek-list__item___YSmsd:before{color:var(--black-400)}.List__ek-list_divider_black-400___u489k>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-400)}.List__ek-list_color_violet-500___N4hYz>.List__ek-list__item___YSmsd:before{color:var(--violet-500)}.List__ek-list_divider_violet-500___CHUG->.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--violet-500)}.List__ek-list_blackhole_circle___5g1DG>.List__ek-list__item___YSmsd{position:relative;padding-left:24px}.List__ek-list_blackhole_circle___5g1DG>.List__ek-list__item___YSmsd::before{content:"";position:absolute;width:calc(1.4em/3);height:calc(1.4em/3);border-radius:50%;background:currentColor;margin:calc(1.4em/3)0 0-18px}@media only screen and (min-width:480px){.List__ek-list_color_black-200--small___nd0vu>.List__ek-list__item___YSmsd:before{color:var(--black-200)}.List__ek-list_divider_black-200--small___P9AN3>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-200)}.List__ek-list_color_black-400--small___9RtAO>.List__ek-list__item___YSmsd:before{color:var(--black-400)}.List__ek-list_divider_black-400--small___Lm1sX>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-400)}.List__ek-list_color_violet-500--small___cZTar>.List__ek-list__item___YSmsd:before{color:var(--violet-500)}.List__ek-list_divider_violet-500--small___jWfI7>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--violet-500)}}@media only screen and (min-width:768px){.List__ek-list_color_black-200--medium___wrI23>.List__ek-list__item___YSmsd:before{color:var(--black-200)}.List__ek-list_divider_black-200--medium___OB9Iu>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-200)}.List__ek-list_color_black-400--medium___xurpg>.List__ek-list__item___YSmsd:before{color:var(--black-400)}.List__ek-list_divider_black-400--medium___LG95U>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-400)}.List__ek-list_color_violet-500--medium___Jsd2Z>.List__ek-list__item___YSmsd:before{color:var(--violet-500)}.List__ek-list_divider_violet-500--medium___XEveS>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--violet-500)}}@media only screen and (min-width:960px){.List__ek-list_color_black-200--large___NVPgz>.List__ek-list__item___YSmsd:before{color:var(--black-200)}.List__ek-list_divider_black-200--large___UXXXS>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-200)}.List__ek-list_color_black-400--large___r1Wai>.List__ek-list__item___YSmsd:before{color:var(--black-400)}.List__ek-list_divider_black-400--large___2GMHH>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-400)}.List__ek-list_color_violet-500--large___2h3TU>.List__ek-list__item___YSmsd:before{color:var(--violet-500)}.List__ek-list_divider_violet-500--large___6KXqB>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--violet-500)}}@media only screen and (min-width:1200px){.List__ek-list_color_black-200--wide___HLrt7>.List__ek-list__item___YSmsd:before{color:var(--black-200)}.List__ek-list_divider_black-200--wide___13miX>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-200)}.List__ek-list_color_black-400--wide___fA5uQ>.List__ek-list__item___YSmsd:before{color:var(--black-400)}.List__ek-list_divider_black-400--wide___h8HgL>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-400)}.List__ek-list_color_violet-500--wide___ufJFR>.List__ek-list__item___YSmsd:before{color:var(--violet-500)}.List__ek-list_divider_violet-500--wide___1IfVj>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--violet-500)}}@media only screen and (min-width:1400px){.List__ek-list_color_black-200--huge___UYYLr>.List__ek-list__item___YSmsd:before{color:var(--black-200)}.List__ek-list_divider_black-200--huge___5ltnv>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-200)}.List__ek-list_color_black-400--huge___AOi5A>.List__ek-list__item___YSmsd:before{color:var(--black-400)}.List__ek-list_divider_black-400--huge___t5yDF>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-400)}.List__ek-list_color_violet-500--huge___pSJ7A>.List__ek-list__item___YSmsd:before{color:var(--violet-500)}.List__ek-list_divider_violet-500--huge___ofyVP>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--violet-500)}}
|
|
1
|
+
/* stylelint-disable comment-empty-line-before */
|
|
2
|
+
:root {
|
|
3
|
+
/* prop 'list-indent' */
|
|
4
|
+
}
|
|
5
|
+
.List__ek-list___nujFR {
|
|
6
|
+
display: block;
|
|
7
|
+
list-style: none;
|
|
8
|
+
padding: 0;
|
|
9
|
+
margin: 0;
|
|
10
|
+
}
|
|
11
|
+
.List__ek-list__item___YSmsd {
|
|
12
|
+
display: block;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Display:
|
|
16
|
+
*
|
|
17
|
+
* - list_display_block
|
|
18
|
+
* - list_display_none
|
|
19
|
+
*
|
|
20
|
+
* */
|
|
21
|
+
.List__ek-list_display_block___niTVW {
|
|
22
|
+
display: block;
|
|
23
|
+
}
|
|
24
|
+
.List__ek-list_display_none___68SA4 {
|
|
25
|
+
display: none;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Item display:
|
|
29
|
+
*
|
|
30
|
+
* - list__item_display_block
|
|
31
|
+
* - list__item_display_none
|
|
32
|
+
*
|
|
33
|
+
* */
|
|
34
|
+
.List__ek-list__item_display_block___du4oA {
|
|
35
|
+
display: block;
|
|
36
|
+
}
|
|
37
|
+
.List__ek-list__item_display_none___gUtKc {
|
|
38
|
+
display: none;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Indent:
|
|
42
|
+
*
|
|
43
|
+
* - list_indent_*
|
|
44
|
+
*
|
|
45
|
+
* */
|
|
46
|
+
.List__ek-list_indent_none___0tjbN {
|
|
47
|
+
margin-top: 0;
|
|
48
|
+
margin-bottom: 0;
|
|
49
|
+
}
|
|
50
|
+
.List__ek-list_indent_none___0tjbN > .List__ek-list__item___YSmsd {
|
|
51
|
+
padding-top: 0;
|
|
52
|
+
padding-bottom: 0;
|
|
53
|
+
}
|
|
54
|
+
.List__ek-list_indent_xxs___jIPCN {
|
|
55
|
+
margin-top: calc(var(--pds-spacing-xxs) / 2 * -1);
|
|
56
|
+
margin-bottom: calc(var(--pds-spacing-xxs) / 2 * -1);
|
|
57
|
+
}
|
|
58
|
+
.List__ek-list_indent_xxs___jIPCN > .List__ek-list__item___YSmsd {
|
|
59
|
+
padding-top: calc(var(--pds-spacing-xxs) / 2);
|
|
60
|
+
padding-bottom: calc(var(--pds-spacing-xxs) / 2);
|
|
61
|
+
}
|
|
62
|
+
.List__ek-list_indent_xs___SE5ox {
|
|
63
|
+
margin-top: calc(var(--pds-spacing-xs) / 2 * -1);
|
|
64
|
+
margin-bottom: calc(var(--pds-spacing-xs) / 2 * -1);
|
|
65
|
+
}
|
|
66
|
+
.List__ek-list_indent_xs___SE5ox > .List__ek-list__item___YSmsd {
|
|
67
|
+
padding-top: calc(var(--pds-spacing-xs) / 2);
|
|
68
|
+
padding-bottom: calc(var(--pds-spacing-xs) / 2);
|
|
69
|
+
}
|
|
70
|
+
.List__ek-list_indent_s___nYCd8 {
|
|
71
|
+
margin-top: calc(var(--pds-spacing-s) / 2 * -1);
|
|
72
|
+
margin-bottom: calc(var(--pds-spacing-s) / 2 * -1);
|
|
73
|
+
}
|
|
74
|
+
.List__ek-list_indent_s___nYCd8 > .List__ek-list__item___YSmsd {
|
|
75
|
+
padding-top: calc(var(--pds-spacing-s) / 2);
|
|
76
|
+
padding-bottom: calc(var(--pds-spacing-s) / 2);
|
|
77
|
+
}
|
|
78
|
+
.List__ek-list_indent_m___WIvKn {
|
|
79
|
+
margin-top: calc(var(--pds-spacing-m) / 2 * -1);
|
|
80
|
+
margin-bottom: calc(var(--pds-spacing-m) / 2 * -1);
|
|
81
|
+
}
|
|
82
|
+
.List__ek-list_indent_m___WIvKn > .List__ek-list__item___YSmsd {
|
|
83
|
+
padding-top: calc(var(--pds-spacing-m) / 2);
|
|
84
|
+
padding-bottom: calc(var(--pds-spacing-m) / 2);
|
|
85
|
+
}
|
|
86
|
+
.List__ek-list_indent_l___QF69U {
|
|
87
|
+
margin-top: calc(var(--pds-spacing-l) / 2 * -1);
|
|
88
|
+
margin-bottom: calc(var(--pds-spacing-l) / 2 * -1);
|
|
89
|
+
}
|
|
90
|
+
.List__ek-list_indent_l___QF69U > .List__ek-list__item___YSmsd {
|
|
91
|
+
padding-top: calc(var(--pds-spacing-l) / 2);
|
|
92
|
+
padding-bottom: calc(var(--pds-spacing-l) / 2);
|
|
93
|
+
}
|
|
94
|
+
.List__ek-list_indent_xl___RWP4s {
|
|
95
|
+
margin-top: calc(var(--pds-spacing-xl) / 2 * -1);
|
|
96
|
+
margin-bottom: calc(var(--pds-spacing-xl) / 2 * -1);
|
|
97
|
+
}
|
|
98
|
+
.List__ek-list_indent_xl___RWP4s > .List__ek-list__item___YSmsd {
|
|
99
|
+
padding-top: calc(var(--pds-spacing-xl) / 2);
|
|
100
|
+
padding-bottom: calc(var(--pds-spacing-xl) / 2);
|
|
101
|
+
}
|
|
102
|
+
.List__ek-list_indent_xxl___WhLvS {
|
|
103
|
+
margin-top: calc(var(--pds-spacing-xxl) / 2 * -1);
|
|
104
|
+
margin-bottom: calc(var(--pds-spacing-xxl) / 2 * -1);
|
|
105
|
+
}
|
|
106
|
+
.List__ek-list_indent_xxl___WhLvS > .List__ek-list__item___YSmsd {
|
|
107
|
+
padding-top: calc(var(--pds-spacing-xxl) / 2);
|
|
108
|
+
padding-bottom: calc(var(--pds-spacing-xxl) / 2);
|
|
109
|
+
}
|
|
110
|
+
.List__ek-list_indent_3xl___CAogk {
|
|
111
|
+
margin-top: calc(var(--pds-spacing-3xl) / 2 * -1);
|
|
112
|
+
margin-bottom: calc(var(--pds-spacing-3xl) / 2 * -1);
|
|
113
|
+
}
|
|
114
|
+
.List__ek-list_indent_3xl___CAogk > .List__ek-list__item___YSmsd {
|
|
115
|
+
padding-top: calc(var(--pds-spacing-3xl) / 2);
|
|
116
|
+
padding-bottom: calc(var(--pds-spacing-3xl) / 2);
|
|
117
|
+
}
|
|
118
|
+
.List__ek-list_indent_4xl___7913U {
|
|
119
|
+
margin-top: calc(var(--pds-spacing-4xl) / 2 * -1);
|
|
120
|
+
margin-bottom: calc(var(--pds-spacing-4xl) / 2 * -1);
|
|
121
|
+
}
|
|
122
|
+
.List__ek-list_indent_4xl___7913U > .List__ek-list__item___YSmsd {
|
|
123
|
+
padding-top: calc(var(--pds-spacing-4xl) / 2);
|
|
124
|
+
padding-bottom: calc(var(--pds-spacing-4xl) / 2);
|
|
125
|
+
}
|
|
126
|
+
.List__ek-list_indent_5xl___xu-6P {
|
|
127
|
+
margin-top: calc(var(--pds-spacing-5xl) / 2 * -1);
|
|
128
|
+
margin-bottom: calc(var(--pds-spacing-5xl) / 2 * -1);
|
|
129
|
+
}
|
|
130
|
+
.List__ek-list_indent_5xl___xu-6P > .List__ek-list__item___YSmsd {
|
|
131
|
+
padding-top: calc(var(--pds-spacing-5xl) / 2);
|
|
132
|
+
padding-bottom: calc(var(--pds-spacing-5xl) / 2);
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* Divider indent:
|
|
136
|
+
*
|
|
137
|
+
* - list_divider-indent_*
|
|
138
|
+
*
|
|
139
|
+
* */
|
|
140
|
+
.List__ek-list_divider-indent_none___EG7IJ {
|
|
141
|
+
margin-top: 0;
|
|
142
|
+
margin-bottom: 0;
|
|
143
|
+
}
|
|
144
|
+
.List__ek-list_divider-indent_none___EG7IJ > .List__ek-list__item___YSmsd {
|
|
145
|
+
padding-top: 0;
|
|
146
|
+
padding-bottom: 0;
|
|
147
|
+
}
|
|
148
|
+
.List__ek-list_divider-indent_xxs___7FNDm {
|
|
149
|
+
margin-top: calc(var(--pds-spacing-xxs) * -1);
|
|
150
|
+
margin-bottom: calc(var(--pds-spacing-xxs) * -1);
|
|
151
|
+
}
|
|
152
|
+
.List__ek-list_divider-indent_xxs___7FNDm > .List__ek-list__item___YSmsd {
|
|
153
|
+
padding-top: var(--pds-spacing-xxs);
|
|
154
|
+
padding-bottom: var(--pds-spacing-xxs);
|
|
155
|
+
}
|
|
156
|
+
.List__ek-list_divider-indent_xs___zhNqm {
|
|
157
|
+
margin-top: calc(var(--pds-spacing-xs) * -1);
|
|
158
|
+
margin-bottom: calc(var(--pds-spacing-xs) * -1);
|
|
159
|
+
}
|
|
160
|
+
.List__ek-list_divider-indent_xs___zhNqm > .List__ek-list__item___YSmsd {
|
|
161
|
+
padding-top: var(--pds-spacing-xs);
|
|
162
|
+
padding-bottom: var(--pds-spacing-xs);
|
|
163
|
+
}
|
|
164
|
+
.List__ek-list_divider-indent_s___hFSJ0 {
|
|
165
|
+
margin-top: calc(var(--pds-spacing-s) * -1);
|
|
166
|
+
margin-bottom: calc(var(--pds-spacing-s) * -1);
|
|
167
|
+
}
|
|
168
|
+
.List__ek-list_divider-indent_s___hFSJ0 > .List__ek-list__item___YSmsd {
|
|
169
|
+
padding-top: var(--pds-spacing-s);
|
|
170
|
+
padding-bottom: var(--pds-spacing-s);
|
|
171
|
+
}
|
|
172
|
+
.List__ek-list_divider-indent_m___nbwkk {
|
|
173
|
+
margin-top: calc(var(--pds-spacing-m) * -1);
|
|
174
|
+
margin-bottom: calc(var(--pds-spacing-m) * -1);
|
|
175
|
+
}
|
|
176
|
+
.List__ek-list_divider-indent_m___nbwkk > .List__ek-list__item___YSmsd {
|
|
177
|
+
padding-top: var(--pds-spacing-m);
|
|
178
|
+
padding-bottom: var(--pds-spacing-m);
|
|
179
|
+
}
|
|
180
|
+
.List__ek-list_divider-indent_l___-OFx8 {
|
|
181
|
+
margin-top: calc(var(--pds-spacing-l) * -1);
|
|
182
|
+
margin-bottom: calc(var(--pds-spacing-l) * -1);
|
|
183
|
+
}
|
|
184
|
+
.List__ek-list_divider-indent_l___-OFx8 > .List__ek-list__item___YSmsd {
|
|
185
|
+
padding-top: var(--pds-spacing-l);
|
|
186
|
+
padding-bottom: var(--pds-spacing-l);
|
|
187
|
+
}
|
|
188
|
+
.List__ek-list_divider-indent_xl___ZIg3o {
|
|
189
|
+
margin-top: calc(var(--pds-spacing-xl) * -1);
|
|
190
|
+
margin-bottom: calc(var(--pds-spacing-xl) * -1);
|
|
191
|
+
}
|
|
192
|
+
.List__ek-list_divider-indent_xl___ZIg3o > .List__ek-list__item___YSmsd {
|
|
193
|
+
padding-top: var(--pds-spacing-xl);
|
|
194
|
+
padding-bottom: var(--pds-spacing-xl);
|
|
195
|
+
}
|
|
196
|
+
.List__ek-list_divider-indent_xxl___Im5Fy {
|
|
197
|
+
margin-top: calc(var(--pds-spacing-xxl) * -1);
|
|
198
|
+
margin-bottom: calc(var(--pds-spacing-xxl) * -1);
|
|
199
|
+
}
|
|
200
|
+
.List__ek-list_divider-indent_xxl___Im5Fy > .List__ek-list__item___YSmsd {
|
|
201
|
+
padding-top: var(--pds-spacing-xxl);
|
|
202
|
+
padding-bottom: var(--pds-spacing-xxl);
|
|
203
|
+
}
|
|
204
|
+
.List__ek-list_divider-indent_3xl___HQ4Q3 {
|
|
205
|
+
margin-top: calc(var(--pds-spacing-3xl) * -1);
|
|
206
|
+
margin-bottom: calc(var(--pds-spacing-3xl) * -1);
|
|
207
|
+
}
|
|
208
|
+
.List__ek-list_divider-indent_3xl___HQ4Q3 > .List__ek-list__item___YSmsd {
|
|
209
|
+
padding-top: var(--pds-spacing-3xl);
|
|
210
|
+
padding-bottom: var(--pds-spacing-3xl);
|
|
211
|
+
}
|
|
212
|
+
.List__ek-list_divider-indent_4xl___0ChcJ {
|
|
213
|
+
margin-top: calc(var(--pds-spacing-4xl) * -1);
|
|
214
|
+
margin-bottom: calc(var(--pds-spacing-4xl) * -1);
|
|
215
|
+
}
|
|
216
|
+
.List__ek-list_divider-indent_4xl___0ChcJ > .List__ek-list__item___YSmsd {
|
|
217
|
+
padding-top: var(--pds-spacing-4xl);
|
|
218
|
+
padding-bottom: var(--pds-spacing-4xl);
|
|
219
|
+
}
|
|
220
|
+
.List__ek-list_divider-indent_5xl___4Mav9 {
|
|
221
|
+
margin-top: calc(var(--pds-spacing-5xl) * -1);
|
|
222
|
+
margin-bottom: calc(var(--pds-spacing-5xl) * -1);
|
|
223
|
+
}
|
|
224
|
+
.List__ek-list_divider-indent_5xl___4Mav9 > .List__ek-list__item___YSmsd {
|
|
225
|
+
padding-top: var(--pds-spacing-5xl);
|
|
226
|
+
padding-bottom: var(--pds-spacing-5xl);
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
* Style:
|
|
230
|
+
*
|
|
231
|
+
* - list_style_*
|
|
232
|
+
*
|
|
233
|
+
* */
|
|
234
|
+
.List__ek-list_style_dash___mj2N7 > .List__ek-list__item___YSmsd {
|
|
235
|
+
padding-left: 20px;
|
|
236
|
+
position: relative;
|
|
237
|
+
}
|
|
238
|
+
.List__ek-list_style_dash___mj2N7 > .List__ek-list__item___YSmsd:before {
|
|
239
|
+
position: absolute;
|
|
240
|
+
margin-left: -20px;
|
|
241
|
+
width: 20px;
|
|
242
|
+
text-align: center;
|
|
243
|
+
content: '\2014';
|
|
244
|
+
}
|
|
245
|
+
.List__ek-list_style_decimal___RN7xL {
|
|
246
|
+
counter-reset: item-index;
|
|
247
|
+
}
|
|
248
|
+
.List__ek-list_style_decimal___RN7xL > .List__ek-list__item___YSmsd {
|
|
249
|
+
padding-left: 20px;
|
|
250
|
+
position: relative;
|
|
251
|
+
}
|
|
252
|
+
.List__ek-list_style_decimal___RN7xL > .List__ek-list__item___YSmsd:before {
|
|
253
|
+
position: absolute;
|
|
254
|
+
margin-left: -20px;
|
|
255
|
+
width: 20px;
|
|
256
|
+
text-align: center;
|
|
257
|
+
content: counter(item-index) '.';
|
|
258
|
+
counter-increment: item-index;
|
|
259
|
+
}
|
|
260
|
+
.List__ek-list_style_disc___mfMrM > .List__ek-list__item___YSmsd {
|
|
261
|
+
padding-left: 20px;
|
|
262
|
+
position: relative;
|
|
263
|
+
}
|
|
264
|
+
.List__ek-list_style_disc___mfMrM > .List__ek-list__item___YSmsd:before {
|
|
265
|
+
position: absolute;
|
|
266
|
+
margin-left: -20px;
|
|
267
|
+
width: 20px;
|
|
268
|
+
text-align: center;
|
|
269
|
+
content: '\2022';
|
|
270
|
+
font-weight: bold;
|
|
271
|
+
}
|
|
272
|
+
/* @import "evokit-list/style@small.css"; */
|
|
273
|
+
/* @import "evokit-list/style@medium.css"; */
|
|
274
|
+
/* @import "evokit-list/style@large.css"; */
|
|
275
|
+
/* @import "evokit-list/style@wide.css"; */
|
|
276
|
+
/* @import "evokit-list/style@huge.css"; */
|
|
277
|
+
/* stylelint-disable */
|
|
278
|
+
.List__ek-list_color_black-200___oeoh0>.List__ek-list__item___YSmsd:before{color:var(--black-200)}
|
|
279
|
+
.List__ek-list_divider_black-200___CTzrb>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-200)}
|
|
280
|
+
/* stylelint-disable */
|
|
281
|
+
.List__ek-list_color_black-400___fe9te>.List__ek-list__item___YSmsd:before{color:var(--black-400)}
|
|
282
|
+
.List__ek-list_divider_black-400___u489k>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-400)}
|
|
283
|
+
/* stylelint-disable */
|
|
284
|
+
.List__ek-list_color_violet-500___N4hYz>.List__ek-list__item___YSmsd:before{color:var(--violet-500)}
|
|
285
|
+
.List__ek-list_divider_violet-500___CHUG->.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--violet-500)}
|
|
286
|
+
:root {
|
|
287
|
+
/* prop 'list-indent' */
|
|
288
|
+
}
|
|
289
|
+
/* hack for indentical ui for content/portable/UI/List */
|
|
290
|
+
.List__ek-list_blackhole_circle___5g1DG > .List__ek-list__item___YSmsd {
|
|
291
|
+
position: relative;
|
|
292
|
+
padding-left: 24px
|
|
293
|
+
}
|
|
294
|
+
.List__ek-list_blackhole_circle___5g1DG > .List__ek-list__item___YSmsd::before {
|
|
295
|
+
content: "";
|
|
296
|
+
position: absolute;
|
|
297
|
+
width: calc(1.4em / 3);
|
|
298
|
+
height: calc(1.4em / 3);
|
|
299
|
+
border-radius: 50%;
|
|
300
|
+
background: currentColor;
|
|
301
|
+
margin: calc(1.4em / 3) 0 0 -18px;
|
|
302
|
+
}
|
|
303
|
+
@media only screen and (min-width: 480px) {.List__ek-list_color_black-200--small___nd0vu>.List__ek-list__item___YSmsd:before{color:var(--black-200)}.List__ek-list_divider_black-200--small___P9AN3>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-200)}.List__ek-list_color_black-400--small___9RtAO>.List__ek-list__item___YSmsd:before{color:var(--black-400)}.List__ek-list_divider_black-400--small___Lm1sX>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-400)}.List__ek-list_color_violet-500--small___cZTar>.List__ek-list__item___YSmsd:before{color:var(--violet-500)}.List__ek-list_divider_violet-500--small___jWfI7>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--violet-500)}
|
|
304
|
+
}
|
|
305
|
+
@media only screen and (min-width: 768px) {.List__ek-list_color_black-200--medium___wrI23>.List__ek-list__item___YSmsd:before{color:var(--black-200)}.List__ek-list_divider_black-200--medium___OB9Iu>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-200)}.List__ek-list_color_black-400--medium___xurpg>.List__ek-list__item___YSmsd:before{color:var(--black-400)}.List__ek-list_divider_black-400--medium___LG95U>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-400)}.List__ek-list_color_violet-500--medium___Jsd2Z>.List__ek-list__item___YSmsd:before{color:var(--violet-500)}.List__ek-list_divider_violet-500--medium___XEveS>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--violet-500)}
|
|
306
|
+
}
|
|
307
|
+
@media only screen and (min-width: 960px) {.List__ek-list_color_black-200--large___NVPgz>.List__ek-list__item___YSmsd:before{color:var(--black-200)}.List__ek-list_divider_black-200--large___UXXXS>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-200)}.List__ek-list_color_black-400--large___r1Wai>.List__ek-list__item___YSmsd:before{color:var(--black-400)}.List__ek-list_divider_black-400--large___2GMHH>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-400)}.List__ek-list_color_violet-500--large___2h3TU>.List__ek-list__item___YSmsd:before{color:var(--violet-500)}.List__ek-list_divider_violet-500--large___6KXqB>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--violet-500)}
|
|
308
|
+
}
|
|
309
|
+
@media only screen and (min-width: 1200px) {.List__ek-list_color_black-200--wide___HLrt7>.List__ek-list__item___YSmsd:before{color:var(--black-200)}.List__ek-list_divider_black-200--wide___13miX>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-200)}.List__ek-list_color_black-400--wide___fA5uQ>.List__ek-list__item___YSmsd:before{color:var(--black-400)}.List__ek-list_divider_black-400--wide___h8HgL>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-400)}.List__ek-list_color_violet-500--wide___ufJFR>.List__ek-list__item___YSmsd:before{color:var(--violet-500)}.List__ek-list_divider_violet-500--wide___1IfVj>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--violet-500)}
|
|
310
|
+
}
|
|
311
|
+
@media only screen and (min-width: 1400px) {.List__ek-list_color_black-200--huge___UYYLr>.List__ek-list__item___YSmsd:before{color:var(--black-200)}.List__ek-list_divider_black-200--huge___5ltnv>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-200)}.List__ek-list_color_black-400--huge___AOi5A>.List__ek-list__item___YSmsd:before{color:var(--black-400)}.List__ek-list_divider_black-400--huge___t5yDF>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--black-400)}.List__ek-list_color_violet-500--huge___pSJ7A>.List__ek-list__item___YSmsd:before{color:var(--violet-500)}.List__ek-list_divider_violet-500--huge___ofyVP>.List__ek-list__item___YSmsd+.List__ek-list__item___YSmsd{border-top:1px solid var(--violet-500)}
|
|
312
|
+
}
|
package/Picture/index.js
CHANGED