@e1011/es-kit 1.1.26 → 1.1.28

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 (104) hide show
  1. package/dist/hooks/esm/index.css +258 -253
  2. package/dist/hooks/index.css +258 -253
  3. package/dist/lib/cjs/index.css +5 -0
  4. package/dist/lib/cjs/src/core/ui/components/atoms/icons.js.map +1 -1
  5. package/dist/lib/cjs/src/core/ui/components/atoms/text/Headline.js.map +1 -1
  6. package/dist/lib/cjs/src/core/ui/components/atoms/text/Link.js.map +1 -1
  7. package/dist/lib/cjs/src/core/ui/components/atoms/text/Paragraph.js.map +1 -1
  8. package/dist/lib/cjs/src/core/ui/components/atoms/text/Text.js.map +1 -1
  9. package/dist/lib/cjs/src/core/ui/components/atoms/textAndContent/TextAndContent.js +2 -0
  10. package/dist/lib/cjs/src/core/ui/components/atoms/textAndContent/TextAndContent.js.map +1 -0
  11. package/dist/lib/cjs/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js +2 -0
  12. package/dist/lib/cjs/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js.map +1 -0
  13. package/dist/lib/cjs/src/core/ui/components/error/propsValidationError.js +2 -0
  14. package/dist/lib/cjs/src/core/ui/components/error/propsValidationError.js.map +1 -0
  15. package/dist/lib/cjs/src/index.js +1 -1
  16. package/dist/lib/esm/index.css +5 -0
  17. package/dist/lib/esm/src/core/ui/components/atoms/icons.js.map +1 -1
  18. package/dist/lib/esm/src/core/ui/components/atoms/text/Headline.js.map +1 -1
  19. package/dist/lib/esm/src/core/ui/components/atoms/text/Link.js.map +1 -1
  20. package/dist/lib/esm/src/core/ui/components/atoms/text/Paragraph.js.map +1 -1
  21. package/dist/lib/esm/src/core/ui/components/atoms/text/Text.js.map +1 -1
  22. package/dist/lib/esm/src/core/ui/components/atoms/textAndContent/TextAndContent.js +2 -0
  23. package/dist/lib/esm/src/core/ui/components/atoms/textAndContent/TextAndContent.js.map +1 -0
  24. package/dist/lib/esm/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js +2 -0
  25. package/dist/lib/esm/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js.map +1 -0
  26. package/dist/lib/esm/src/core/ui/components/error/propsValidationError.js +2 -0
  27. package/dist/lib/esm/src/core/ui/components/error/propsValidationError.js.map +1 -0
  28. package/dist/lib/esm/src/index.js +1 -1
  29. package/dist/lib/tsconfig.tsbuildinfo +1 -1
  30. package/dist/types/src/core/ui/components/atoms/button/button.stories.d.ts +1 -1
  31. package/dist/types/src/core/ui/components/atoms/button/button.stories.d.ts.map +1 -1
  32. package/dist/types/src/core/ui/components/atoms/icons.d.ts +5 -0
  33. package/dist/types/src/core/ui/components/atoms/icons.d.ts.map +1 -1
  34. package/dist/types/src/core/ui/components/atoms/index.d.ts +1 -0
  35. package/dist/types/src/core/ui/components/atoms/index.d.ts.map +1 -1
  36. package/dist/types/src/core/ui/components/atoms/tag/Tag.d.ts +38 -0
  37. package/dist/types/src/core/ui/components/atoms/tag/Tag.d.ts.map +1 -0
  38. package/dist/types/src/core/ui/components/atoms/tag/Tag.test.d.ts +5 -0
  39. package/dist/types/src/core/ui/components/atoms/tag/Tag.test.d.ts.map +1 -0
  40. package/dist/types/src/core/ui/components/atoms/tag/tag.stories.d.ts +6 -0
  41. package/dist/types/src/core/ui/components/atoms/tag/tag.stories.d.ts.map +1 -0
  42. package/dist/types/src/core/ui/components/atoms/text/Headline.d.ts +1 -1
  43. package/dist/types/src/core/ui/components/atoms/text/Headline.d.ts.map +1 -1
  44. package/dist/types/src/core/ui/components/atoms/text/Link.d.ts +1 -1
  45. package/dist/types/src/core/ui/components/atoms/text/Link.d.ts.map +1 -1
  46. package/dist/types/src/core/ui/components/atoms/text/Paragraph.d.ts +1 -1
  47. package/dist/types/src/core/ui/components/atoms/text/Paragraph.d.ts.map +1 -1
  48. package/dist/types/src/core/ui/components/atoms/text/Text.d.ts +2 -15
  49. package/dist/types/src/core/ui/components/atoms/text/Text.d.ts.map +1 -1
  50. package/dist/types/src/core/ui/components/atoms/text/anchor-link/anchorLink.stories.d.ts +1 -1
  51. package/dist/types/src/core/ui/components/atoms/text/anchor-link/anchorLink.stories.d.ts.map +1 -1
  52. package/dist/types/src/core/ui/components/atoms/text/anchor-link/anchorLink.types.d.ts +1 -1
  53. package/dist/types/src/core/ui/components/atoms/text/anchor-link/anchorLink.types.d.ts.map +1 -1
  54. package/dist/types/src/core/ui/components/atoms/text/text.types.d.ts +16 -0
  55. package/dist/types/src/core/ui/components/atoms/text/text.types.d.ts.map +1 -0
  56. package/dist/types/src/core/ui/components/atoms/textAndContent/TextAndContent.d.ts +17 -0
  57. package/dist/types/src/core/ui/components/atoms/textAndContent/TextAndContent.d.ts.map +1 -0
  58. package/dist/types/src/core/ui/components/atoms/textAndContent/index.d.ts +3 -0
  59. package/dist/types/src/core/ui/components/atoms/textAndContent/index.d.ts.map +1 -0
  60. package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.stories.d.ts +8 -0
  61. package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.stories.d.ts.map +1 -0
  62. package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.test.d.ts +5 -0
  63. package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.test.d.ts.map +1 -0
  64. package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.types.d.ts +24 -0
  65. package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.types.d.ts.map +1 -0
  66. package/dist/types/src/core/ui/components/error/errorBoundary.stories.d.ts +3 -3
  67. package/dist/types/src/core/ui/components/error/errorBoundary.stories.d.ts.map +1 -1
  68. package/dist/types/src/core/ui/components/error/propsValidationError.d.ts +4 -0
  69. package/dist/types/src/core/ui/components/error/propsValidationError.d.ts.map +1 -0
  70. package/dist/types/src/core/ui/components/molecules/popup/popup.stories.d.ts +2 -2
  71. package/dist/types/src/core/ui/components/molecules/popup/popup.stories.d.ts.map +1 -1
  72. package/dist/types/src/core/utils/appState/peregrineMQ/peregrineMQ.stories.d.ts +1 -1
  73. package/dist/types/src/core/utils/appState/peregrineMQ/peregrineMQ.stories.d.ts.map +1 -1
  74. package/dist/types/src/core/utils/appState/store/store.stories.d.ts +1 -1
  75. package/dist/types/src/core/utils/appState/store/store.stories.d.ts.map +1 -1
  76. package/dist/ui/esm/index.css +5 -0
  77. package/dist/ui/esm/src/core/ui/components/atoms/icons.js.map +1 -1
  78. package/dist/ui/esm/src/core/ui/components/atoms/text/Headline.js.map +1 -1
  79. package/dist/ui/esm/src/core/ui/components/atoms/text/Link.js.map +1 -1
  80. package/dist/ui/esm/src/core/ui/components/atoms/text/Paragraph.js.map +1 -1
  81. package/dist/ui/esm/src/core/ui/components/atoms/text/Text.js.map +1 -1
  82. package/dist/ui/esm/src/core/ui/components/atoms/textAndContent/TextAndContent.js +2 -0
  83. package/dist/ui/esm/src/core/ui/components/atoms/textAndContent/TextAndContent.js.map +1 -0
  84. package/dist/ui/esm/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js +2 -0
  85. package/dist/ui/esm/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js.map +1 -0
  86. package/dist/ui/esm/src/core/ui/components/error/propsValidationError.js +2 -0
  87. package/dist/ui/esm/src/core/ui/components/error/propsValidationError.js.map +1 -0
  88. package/dist/ui/esm/src/core/ui/index.js +1 -1
  89. package/dist/ui/index.css +5 -0
  90. package/dist/ui/src/core/ui/components/atoms/icons.js.map +1 -1
  91. package/dist/ui/src/core/ui/components/atoms/text/Headline.js.map +1 -1
  92. package/dist/ui/src/core/ui/components/atoms/text/Link.js.map +1 -1
  93. package/dist/ui/src/core/ui/components/atoms/text/Paragraph.js.map +1 -1
  94. package/dist/ui/src/core/ui/components/atoms/text/Text.js.map +1 -1
  95. package/dist/ui/src/core/ui/components/atoms/textAndContent/TextAndContent.js +2 -0
  96. package/dist/ui/src/core/ui/components/atoms/textAndContent/TextAndContent.js.map +1 -0
  97. package/dist/ui/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js +2 -0
  98. package/dist/ui/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js.map +1 -0
  99. package/dist/ui/src/core/ui/components/error/propsValidationError.js +2 -0
  100. package/dist/ui/src/core/ui/components/error/propsValidationError.js.map +1 -0
  101. package/dist/ui/src/core/ui/index.js +1 -1
  102. package/dist/utils/esm/index.css +258 -253
  103. package/dist/utils/index.css +258 -253
  104. package/package.json +19 -11
@@ -1,3 +1,33 @@
1
+ .icon-module_icon-base-parent__nOMvW {
2
+ line-height: 1px !important;
3
+ }
4
+
5
+ .icon-module_icon-base__S0tHf {
6
+ min-width: var(--min-width);
7
+ min-height: var(--min-height);
8
+ width: var(--width) !important;
9
+ height: var(--height) !important;
10
+ line-height: 1px !important;
11
+ background-color: var(--icon-color);
12
+ color: var(--icon-content-color);
13
+ background-repeat: no-repeat;
14
+ mask-image: var(--icon-url);
15
+ -webkit-mask-image: var(--icon-url);
16
+ mask-repeat: no-repeat;
17
+ -webkit-mask-repeat: no-repeat;
18
+ mask-size: contain;
19
+ -webkit-mask-size: contain;
20
+ mask-position: center;
21
+ -webkit-mask-position: center;
22
+ display: inline-block;
23
+ will-change: transform;
24
+ transform: translate3d(0, 0, 0);
25
+ }
26
+ .icon-module_icon-base__S0tHf svg {
27
+ fill: var(--icon-content-color);
28
+ width: var(--height);
29
+ height: var(--width);
30
+ }
1
31
  .divider-module_divider-line__6CesR {
2
32
  position: relative;
3
33
  display: block;
@@ -26,35 +56,38 @@
26
56
  .errorBoundary-module_StyledIcon__IYHiU {
27
57
  margin-right: 10px;
28
58
  }
29
- .icon-module_icon-base-parent__nOMvW {
30
- line-height: 1px !important;
59
+ .CollapsibleContainer-module_collapsible-container__u0Jmm {
60
+ transform-origin: 0% 0%;
61
+ opacity: 0;
62
+ overflow: clip;
31
63
  }
32
-
33
- .icon-module_icon-base__S0tHf {
34
- min-width: var(--min-width);
35
- min-height: var(--min-height);
36
- width: var(--width) !important;
37
- height: var(--height) !important;
38
- line-height: 1px !important;
39
- background-color: var(--icon-color);
40
- color: var(--icon-content-color);
41
- background-repeat: no-repeat;
42
- mask-image: var(--icon-url);
43
- -webkit-mask-image: var(--icon-url);
44
- mask-repeat: no-repeat;
45
- -webkit-mask-repeat: no-repeat;
46
- mask-size: contain;
47
- -webkit-mask-size: contain;
48
- mask-position: center;
49
- -webkit-mask-position: center;
50
- display: inline-block;
51
- will-change: transform;
52
- transform: translate3d(0, 0, 0);
64
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
65
+ transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
66
+ will-change: opacity, height, max-height;
53
67
  }
54
- .icon-module_icon-base__S0tHf svg {
55
- fill: var(--icon-content-color);
56
- width: var(--height);
57
- height: var(--width);
68
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
69
+ height: 0;
70
+ max-height: 0;
71
+ opacity: 0;
72
+ }
73
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
74
+ height: var(--prop-value);
75
+ max-height: var(--prop-value);
76
+ opacity: 1;
77
+ }
78
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
79
+ transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
80
+ will-change: opacity, width, max-width;
81
+ }
82
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
83
+ width: 0;
84
+ max-width: 0;
85
+ opacity: 0;
86
+ }
87
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
88
+ width: var(--prop-value);
89
+ max-width: var(--prop-value);
90
+ opacity: 1;
58
91
  }
59
92
  .field-module_field__UfKm3 {
60
93
  opacity: 1;
@@ -130,38 +163,29 @@
130
163
  .field-module_field__UfKm3 label {
131
164
  text-align: left;
132
165
  }
133
- .CollapsibleContainer-module_collapsible-container__u0Jmm {
134
- transform-origin: 0% 0%;
135
- opacity: 0;
136
- overflow: clip;
137
- }
138
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
139
- transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
140
- will-change: opacity, height, max-height;
141
- }
142
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
143
- height: 0;
144
- max-height: 0;
145
- opacity: 0;
146
- }
147
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
148
- height: var(--prop-value);
149
- max-height: var(--prop-value);
150
- opacity: 1;
151
- }
152
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
153
- transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
154
- will-change: opacity, width, max-width;
155
- }
156
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
157
- width: 0;
158
- max-width: 0;
159
- opacity: 0;
160
- }
161
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
162
- width: var(--prop-value);
163
- max-width: var(--prop-value);
164
- opacity: 1;
166
+ .layoutBox-module_layout-box__ZIID8 {
167
+ display: flex;
168
+ position: relative;
169
+ flex-direction: row;
170
+ flex: 0;
171
+ flex-grow: 0;
172
+ flex-shrink: 0;
173
+ flex-basis: auto;
174
+ flex-wrap: nowrap;
175
+ gap: 0;
176
+ text-align: left;
177
+ justify-content: flex-start;
178
+ align-items: flex-start;
179
+ align-self: auto;
180
+ margin: 0;
181
+ padding: 0;
182
+ width: auto;
183
+ height: auto;
184
+ max-width: none;
185
+ max-height: none;
186
+ min-width: 0;
187
+ min-height: 0;
188
+ border-radius: initial;
165
189
  }
166
190
  .lazyComponent-module_loader__brMEW {
167
191
  position: relative;
@@ -206,191 +230,18 @@
206
230
  stroke-dashoffset: -124;
207
231
  }
208
232
  }
209
- .layoutBox-module_layout-box__ZIID8 {
210
- display: flex;
211
- position: relative;
212
- flex-direction: row;
213
- flex: 0;
214
- flex-grow: 0;
215
- flex-shrink: 0;
216
- flex-basis: auto;
217
- flex-wrap: nowrap;
218
- gap: 0;
219
- text-align: left;
220
- justify-content: flex-start;
221
- align-items: flex-start;
222
- align-self: auto;
223
- margin: 0;
224
- padding: 0;
225
- width: auto;
226
- height: auto;
227
- max-width: none;
228
- max-height: none;
229
- min-width: 0;
230
- min-height: 0;
231
- border-radius: initial;
232
- }
233
- :root {
234
- --divider-line: #4a4b4b;
235
- }
236
-
237
- .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
238
- overflow: hidden !important;
239
- }
240
-
241
- .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
242
- white-space: nowrap !important;
243
- }
244
-
245
- .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
246
- text-overflow: ellipsis !important;
247
- }
248
-
249
- .popup-module_popup-container__PJ0oQ {
250
- --popup-width: 60vw;
251
- --popup-height: 50vh;
252
- position: fixed;
253
- width: var(--popup-width);
254
- height: var(--popup-height);
255
- --slideXFrom: 0;
256
- --slideYFrom: 0;
257
- will-change: opacity;
258
- transition: opacity 300ms ease-in-out;
259
- opacity: 0;
260
- visibility: hidden;
261
- pointer-events: none;
233
+ .flowLayout-module_flowLayout__VHpnY {
234
+ overflow: auto;
262
235
  }
263
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
264
- position: relative;
265
- flex-direction: column;
266
- align-items: start;
236
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
237
+ display: flex;
267
238
  width: 100%;
268
- height: 100%;
269
- overflow-x: clip;
270
- background-color: #090A0A;
271
- border-radius: 4px;
272
- box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
273
- transition: transform 350ms ease-out;
274
- will-change: transform;
275
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
276
- }
277
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
278
- margin-bottom: 0;
279
- }
280
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
281
- cursor: pointer;
282
- line-height: 1px;
283
- background-color: rgba(255, 255, 255, 0);
284
- }
285
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
286
- background-color: #FDDA0D;
287
- width: 9px !important;
288
- height: 9px !important;
289
- line-height: 1px !important;
290
- }
291
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
292
- background-color: #FFEA00;
239
+ min-width: 0;
293
240
  }
294
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
295
- width: 100%;
296
- height: 100%;
297
- padding: 24px;
298
- overflow-y: auto;
241
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
299
242
  display: flex;
300
- }
301
- .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
302
- overflow-y: auto;
303
- }
304
- .popup-module_popup-container__PJ0oQ[data-show] {
305
- opacity: 1;
306
- visibility: visible;
307
- pointer-events: all;
308
- }
309
- .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
310
- transform: translateX(0) translateY(0);
311
- }
312
- .popup-module_popup-container__PJ0oQ[data-show=false] {
313
- opacity: 0;
314
- visibility: hidden;
315
- pointer-events: none;
316
- }
317
- .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
318
- transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
319
- }
320
-
321
- .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
322
- background-color: #090A0A;
323
- color: #F4F4F4;
324
- }
325
- .cui-theme-light .popup-module_popup-container-inner__n83Cz {
326
- background-color: #090A0A;
327
- color: #F4F4F4;
328
- }
329
- :root {
330
- --divider-line: #4a4b4b;
331
- }
332
-
333
- .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
334
- overflow: hidden !important;
335
- }
336
-
337
- .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
338
- white-space: nowrap !important;
339
- }
340
-
341
- .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
342
- text-overflow: ellipsis !important;
343
- }
344
-
345
- .typography-module_headline__b0XlP {
346
- font-size: 28px;
347
- line-height: 32px;
348
- }
349
-
350
- .typography-module_headlineSecondary__IDnhT {
351
- font-size: 24px;
352
- line-height: 28px;
353
- }
354
-
355
- .typography-module_headlineTertiary__mlG-v {
356
- font-size: 18px;
357
- line-height: 24x;
358
- }
359
-
360
- .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
361
- font-size: 14px;
362
- line-height: 18px;
363
- font-weight: 300;
364
- }
365
-
366
- .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
367
- font-size: 12px;
368
- }
369
-
370
- .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
371
- font-weight: 600;
372
- }
373
-
374
- .typography-module_link__DWurf {
375
- overflow: hidden !important;
376
- white-space: nowrap !important;
377
- text-overflow: ellipsis !important;
378
- text-decoration: none;
379
- color: #65C5F6;
380
- display: inline;
381
- gap: 4px;
382
- flex-grow: 0;
383
- max-width: 400px;
384
- position: relative;
385
- vertical-align: center;
386
- }
387
- .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
388
- text-decoration: underline;
389
- color: #65C5F6;
390
- }
391
- .typography-module_link__DWurf.typography-module_disabled__hjK8C {
392
- pointer-events: none;
393
- opacity: 0.6;
243
+ width: 100%;
244
+ min-width: 0;
394
245
  }
395
246
  :root {
396
247
  --divider-line: #4a4b4b;
@@ -506,19 +357,6 @@
506
357
  .cui-theme-light .button-module_button__NDMQS {
507
358
  color: #090A0A;
508
359
  }
509
- .flowLayout-module_flowLayout__VHpnY {
510
- overflow: auto;
511
- }
512
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
513
- display: flex;
514
- width: 100%;
515
- min-width: 0;
516
- }
517
- .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
518
- display: flex;
519
- width: 100%;
520
- min-width: 0;
521
- }
522
360
  :root {
523
361
  --divider-line: #4a4b4b;
524
362
  }
@@ -660,6 +498,173 @@
660
498
  --divider-line: #4a4b4b;
661
499
  }
662
500
 
501
+ .popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
502
+ overflow: hidden !important;
503
+ }
504
+
505
+ .popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
506
+ white-space: nowrap !important;
507
+ }
508
+
509
+ .popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
510
+ text-overflow: ellipsis !important;
511
+ }
512
+
513
+ .popup-module_popup-container__PJ0oQ {
514
+ --popup-width: 60vw;
515
+ --popup-height: 50vh;
516
+ position: fixed;
517
+ width: var(--popup-width);
518
+ height: var(--popup-height);
519
+ --slideXFrom: 0;
520
+ --slideYFrom: 0;
521
+ will-change: opacity;
522
+ transition: opacity 300ms ease-in-out;
523
+ opacity: 0;
524
+ visibility: hidden;
525
+ pointer-events: none;
526
+ }
527
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
528
+ position: relative;
529
+ flex-direction: column;
530
+ align-items: start;
531
+ width: 100%;
532
+ height: 100%;
533
+ overflow-x: clip;
534
+ background-color: #090A0A;
535
+ border-radius: 4px;
536
+ box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
537
+ transition: transform 350ms ease-out;
538
+ will-change: transform;
539
+ transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
540
+ }
541
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
542
+ margin-bottom: 0;
543
+ }
544
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
545
+ cursor: pointer;
546
+ line-height: 1px;
547
+ background-color: rgba(255, 255, 255, 0);
548
+ }
549
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
550
+ background-color: #FDDA0D;
551
+ width: 9px !important;
552
+ height: 9px !important;
553
+ line-height: 1px !important;
554
+ }
555
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
556
+ background-color: #FFEA00;
557
+ }
558
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
559
+ width: 100%;
560
+ height: 100%;
561
+ padding: 24px;
562
+ overflow-y: auto;
563
+ display: flex;
564
+ }
565
+ .popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
566
+ overflow-y: auto;
567
+ }
568
+ .popup-module_popup-container__PJ0oQ[data-show] {
569
+ opacity: 1;
570
+ visibility: visible;
571
+ pointer-events: all;
572
+ }
573
+ .popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
574
+ transform: translateX(0) translateY(0);
575
+ }
576
+ .popup-module_popup-container__PJ0oQ[data-show=false] {
577
+ opacity: 0;
578
+ visibility: hidden;
579
+ pointer-events: none;
580
+ }
581
+ .popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
582
+ transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
583
+ }
584
+
585
+ .cui-theme-dark .popup-module_popup-container-inner__n83Cz {
586
+ background-color: #090A0A;
587
+ color: #F4F4F4;
588
+ }
589
+ .cui-theme-light .popup-module_popup-container-inner__n83Cz {
590
+ background-color: #090A0A;
591
+ color: #F4F4F4;
592
+ }
593
+ :root {
594
+ --divider-line: #4a4b4b;
595
+ }
596
+
597
+ .typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
598
+ overflow: hidden !important;
599
+ }
600
+
601
+ .typography-module_text-nowrap__dt3uu, .typography-module_text-truncate__8MgV9 {
602
+ white-space: nowrap !important;
603
+ }
604
+
605
+ .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
606
+ text-overflow: ellipsis !important;
607
+ }
608
+
609
+ .typography-module_headline__b0XlP {
610
+ font-size: 28px;
611
+ line-height: 32px;
612
+ }
613
+
614
+ .typography-module_headlineSecondary__IDnhT {
615
+ font-size: 24px;
616
+ line-height: 28px;
617
+ }
618
+
619
+ .typography-module_headlineTertiary__mlG-v {
620
+ font-size: 18px;
621
+ line-height: 24x;
622
+ }
623
+
624
+ .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
625
+ font-size: 14px;
626
+ line-height: 18px;
627
+ font-weight: 300;
628
+ }
629
+
630
+ .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
631
+ font-size: 12px;
632
+ }
633
+
634
+ .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
635
+ font-weight: 600;
636
+ }
637
+
638
+ .typography-module_link__DWurf {
639
+ overflow: hidden !important;
640
+ white-space: nowrap !important;
641
+ text-overflow: ellipsis !important;
642
+ text-decoration: none;
643
+ color: #65C5F6;
644
+ display: inline;
645
+ gap: 4px;
646
+ flex-grow: 0;
647
+ max-width: 400px;
648
+ position: relative;
649
+ vertical-align: center;
650
+ }
651
+ .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
652
+ text-decoration: underline;
653
+ color: #65C5F6;
654
+ }
655
+ .typography-module_link__DWurf.typography-module_disabled__hjK8C {
656
+ pointer-events: none;
657
+ opacity: 0.6;
658
+ }
659
+ .textAndContent-module_textAndContent__X5P1n {
660
+ align-items: baseline;
661
+ flex-shrink: 1;
662
+ gap: 8px;
663
+ }
664
+ :root {
665
+ --divider-line: #4a4b4b;
666
+ }
667
+
663
668
  .anchorLink-module_overflow-hidden__-MElA, .anchorLink-module_text-truncate__62t8P {
664
669
  overflow: hidden !important;
665
670
  }