@e1011/es-kit 1.1.22 → 1.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,94 +1,3 @@
1
- .CollapsibleContainer-module_collapsible-container__u0Jmm {
2
- transform-origin: 0% 0%;
3
- opacity: 0;
4
- overflow: clip;
5
- }
6
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
7
- transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
8
- will-change: opacity, height, max-height;
9
- }
10
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
11
- height: 0;
12
- max-height: 0;
13
- opacity: 0;
14
- }
15
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
16
- height: var(--prop-value);
17
- max-height: var(--prop-value);
18
- opacity: 1;
19
- }
20
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
21
- transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
22
- will-change: opacity, width, max-width;
23
- }
24
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
25
- width: 0;
26
- max-width: 0;
27
- opacity: 0;
28
- }
29
- .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
30
- width: var(--prop-value);
31
- max-width: var(--prop-value);
32
- opacity: 1;
33
- }
34
- .icon-module_icon-base-parent__nOMvW {
35
- line-height: 1px !important;
36
- }
37
-
38
- .icon-module_icon-base__S0tHf {
39
- min-width: var(--min-width);
40
- min-height: var(--min-height);
41
- width: var(--width) !important;
42
- height: var(--height) !important;
43
- line-height: 1px !important;
44
- background-color: var(--icon-color);
45
- color: var(--icon-content-color);
46
- background-repeat: no-repeat;
47
- mask-image: var(--icon-url);
48
- -webkit-mask-image: var(--icon-url);
49
- mask-repeat: no-repeat;
50
- -webkit-mask-repeat: no-repeat;
51
- mask-size: contain;
52
- -webkit-mask-size: contain;
53
- mask-position: center;
54
- -webkit-mask-position: center;
55
- display: inline-block;
56
- will-change: transform;
57
- transform: translate3d(0, 0, 0);
58
- }
59
- .icon-module_icon-base__S0tHf svg {
60
- fill: var(--icon-content-color);
61
- width: var(--height);
62
- height: var(--width);
63
- }
64
- .errorBoundary-module_errorBoundary__gk9ps {
65
- background: #EFEFEF;
66
- width: 100%;
67
- height: 100%;
68
- }
69
-
70
- .errorBoundary-module_StyledIcon__IYHiU {
71
- margin-right: 10px;
72
- }
73
- .divider-module_divider-line__6CesR {
74
- position: relative;
75
- display: block;
76
- transition: opacity, width, height 250ms ease-in-out;
77
- background-color: var(--color);
78
- opacity: var(--opacity);
79
- }
80
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
81
- height: var(--length);
82
- left: var(--left);
83
- width: var(--width);
84
- margin: var(--margin);
85
- }
86
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
87
- width: var(--length);
88
- left: var(--left);
89
- height: var(--height);
90
- margin: var(--margin);
91
- }
92
1
  .field-module_field__UfKm3 {
93
2
  opacity: 1;
94
3
  pointer-events: auto;
@@ -163,29 +72,96 @@
163
72
  .field-module_field__UfKm3 label {
164
73
  text-align: left;
165
74
  }
166
- .layoutBox-module_layout-box__ZIID8 {
167
- display: flex;
75
+ .icon-module_icon-base-parent__nOMvW {
76
+ line-height: 1px !important;
77
+ }
78
+
79
+ .icon-module_icon-base__S0tHf {
80
+ min-width: var(--min-width);
81
+ min-height: var(--min-height);
82
+ width: var(--width) !important;
83
+ height: var(--height) !important;
84
+ line-height: 1px !important;
85
+ background-color: var(--icon-color);
86
+ color: var(--icon-content-color);
87
+ background-repeat: no-repeat;
88
+ mask-image: var(--icon-url);
89
+ -webkit-mask-image: var(--icon-url);
90
+ mask-repeat: no-repeat;
91
+ -webkit-mask-repeat: no-repeat;
92
+ mask-size: contain;
93
+ -webkit-mask-size: contain;
94
+ mask-position: center;
95
+ -webkit-mask-position: center;
96
+ display: inline-block;
97
+ will-change: transform;
98
+ transform: translate3d(0, 0, 0);
99
+ }
100
+ .icon-module_icon-base__S0tHf svg {
101
+ fill: var(--icon-content-color);
102
+ width: var(--height);
103
+ height: var(--width);
104
+ }
105
+ .errorBoundary-module_errorBoundary__gk9ps {
106
+ background: #EFEFEF;
107
+ width: 100%;
108
+ height: 100%;
109
+ }
110
+
111
+ .errorBoundary-module_StyledIcon__IYHiU {
112
+ margin-right: 10px;
113
+ }
114
+ .divider-module_divider-line__6CesR {
168
115
  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;
116
+ display: block;
117
+ transition: opacity, width, height 250ms ease-in-out;
118
+ background-color: var(--color);
119
+ opacity: var(--opacity);
120
+ }
121
+ .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
122
+ height: var(--length);
123
+ left: var(--left);
124
+ width: var(--width);
125
+ margin: var(--margin);
126
+ }
127
+ .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
128
+ width: var(--length);
129
+ left: var(--left);
130
+ height: var(--height);
131
+ margin: var(--margin);
132
+ }
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;
189
165
  }
190
166
  .lazyComponent-module_loader__brMEW {
191
167
  position: relative;
@@ -230,6 +206,30 @@
230
206
  stroke-dashoffset: -124;
231
207
  }
232
208
  }
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
233
  :root {
234
234
  --divider-line: #4a4b4b;
235
235
  }
@@ -245,56 +245,170 @@
245
245
  .typography-module_text-ellipsis__iyHeZ, .typography-module_text-truncate__8MgV9 {
246
246
  text-overflow: ellipsis !important;
247
247
  }
248
-
249
- .typography-module_headline__b0XlP {
250
- font-size: 28px;
251
- line-height: 32px;
248
+
249
+ .typography-module_headline__b0XlP {
250
+ font-size: 28px;
251
+ line-height: 32px;
252
+ }
253
+
254
+ .typography-module_headlineSecondary__IDnhT {
255
+ font-size: 24px;
256
+ line-height: 28px;
257
+ }
258
+
259
+ .typography-module_headlineTertiary__mlG-v {
260
+ font-size: 18px;
261
+ line-height: 24x;
262
+ }
263
+
264
+ .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
265
+ font-size: 14px;
266
+ line-height: 18px;
267
+ font-weight: 300;
268
+ }
269
+
270
+ .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
271
+ font-size: 12px;
272
+ }
273
+
274
+ .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
275
+ font-weight: 600;
276
+ }
277
+
278
+ .typography-module_link__DWurf {
279
+ overflow: hidden !important;
280
+ white-space: nowrap !important;
281
+ text-overflow: ellipsis !important;
282
+ text-decoration: none;
283
+ color: #65C5F6;
284
+ display: inline;
285
+ gap: 4px;
286
+ flex-grow: 0;
287
+ max-width: 400px;
288
+ position: relative;
289
+ vertical-align: center;
290
+ }
291
+ .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
292
+ text-decoration: underline;
293
+ color: #65C5F6;
294
+ }
295
+ .typography-module_link__DWurf.typography-module_disabled__hjK8C {
296
+ pointer-events: none;
297
+ opacity: 0.6;
298
+ }
299
+ :root {
300
+ --divider-line: #4a4b4b;
301
+ }
302
+
303
+ .tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
304
+ overflow: hidden !important;
305
+ }
306
+
307
+ .tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
308
+ white-space: nowrap !important;
309
+ }
310
+
311
+ .tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
312
+ text-overflow: ellipsis !important;
313
+ }
314
+
315
+ .tooltip-module_popover-tooltip__sAhKa {
316
+ position: fixed;
317
+ z-index: 999;
318
+ will-change: opacity;
319
+ transition: opacity 450ms ease;
320
+ opacity: 0;
321
+ visibility: hidden;
322
+ border-radius: 4px;
323
+ background-color: #1B1D1D;
324
+ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
325
+ }
326
+ .tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
327
+ margin: 0;
328
+ padding: 0;
329
+ }
330
+ .tooltip-module_popover-tooltip__sAhKa p {
331
+ display: -webkit-box;
332
+ -webkit-line-clamp: 4; /* number of lines to show */
333
+ line-clamp: 4;
334
+ -webkit-box-orient: vertical;
335
+ margin: 0;
336
+ width: 100%;
337
+ white-space: normal;
338
+ overflow: auto;
339
+ }
340
+ .tooltip-module_popover-tooltip__sAhKa[data-show] {
341
+ opacity: 1;
342
+ visibility: visible;
343
+ }
344
+ .tooltip-module_popover-tooltip__sAhKa[data-show=false] {
345
+ opacity: 0;
346
+ visibility: hidden;
347
+ }
348
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
349
+ bottom: -16px;
350
+ }
351
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
352
+ transform: rotate(0deg);
353
+ }
354
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
355
+ top: -16px;
356
+ }
357
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
358
+ transform: rotate(180deg);
359
+ }
360
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
361
+ right: -16px;
362
+ }
363
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
364
+ transform: rotate(-90deg);
365
+ }
366
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
367
+ left: -16px;
368
+ }
369
+ .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
370
+ transform: rotate(90deg);
371
+ }
372
+ .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
373
+ position: absolute;
252
374
  }
253
-
254
- .typography-module_headlineSecondary__IDnhT {
255
- font-size: 24px;
256
- line-height: 28px;
375
+ .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
376
+ content: "";
377
+ border-width: 8px;
378
+ border-style: solid;
379
+ border-color: #1B1D1D transparent transparent transparent;
257
380
  }
258
381
 
259
- .typography-module_headlineTertiary__mlG-v {
260
- font-size: 18px;
261
- line-height: 24x;
382
+ .tooltip-module_close-button__o8OBN {
383
+ cursor: pointer;
384
+ line-height: 1px;
385
+ background-color: rgba(255, 255, 255, 0);
262
386
  }
263
-
264
- .typography-module_paragraph__tgBAx, .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY, .typography-module_paragraphSmall__vTMiI {
265
- font-size: 14px;
266
- line-height: 18px;
267
- font-weight: 300;
387
+ .tooltip-module_close-button__o8OBN .icon-base {
388
+ background-color: #FDDA0D;
389
+ width: 9px !important;
390
+ height: 9px !important;
391
+ line-height: 1px !important;
268
392
  }
269
-
270
- .typography-module_paragraphSmall__vTMiI, .typography-module_paragraphBoldSmall__qExmY {
271
- font-size: 12px;
393
+ .tooltip-module_close-button__o8OBN:hover .icon-base {
394
+ background-color: #FFEA00;
272
395
  }
273
396
 
274
- .typography-module_paragraphBold__PmcZU, .typography-module_paragraphBoldSmall__qExmY {
275
- font-weight: 600;
397
+ .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
398
+ background-color: #1B1D1D;
399
+ color: #F4F4F4;
276
400
  }
277
-
278
- .typography-module_link__DWurf {
279
- overflow: hidden !important;
280
- white-space: nowrap !important;
281
- text-overflow: ellipsis !important;
282
- text-decoration: none;
283
- color: #65C5F6;
284
- display: inline;
285
- gap: 4px;
286
- flex-grow: 0;
287
- max-width: 400px;
288
- position: relative;
289
- vertical-align: center;
401
+ .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
402
+ border-color: #1B1D1D transparent transparent transparent;
290
403
  }
291
- .typography-module_link__DWurf:hover:not(.typography-module_disabled__hjK8C) {
292
- text-decoration: underline;
293
- color: #65C5F6;
404
+ .cui-theme-light {
405
+ color: #1B1D1D;
294
406
  }
295
- .typography-module_link__DWurf.typography-module_disabled__hjK8C {
296
- pointer-events: none;
297
- opacity: 0.6;
407
+ .cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
408
+ background-color: #515757;
409
+ }
410
+ .cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
411
+ border-color: #515757 transparent transparent transparent;
298
412
  }
299
413
  :root {
300
414
  --divider-line: #4a4b4b;
@@ -410,6 +524,42 @@
410
524
  .cui-theme-light .button-module_button__NDMQS {
411
525
  color: #090A0A;
412
526
  }
527
+ .flowLayout-module_flowLayout__VHpnY {
528
+ overflow: auto;
529
+ }
530
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
531
+ display: flex;
532
+ width: 100%;
533
+ min-width: 0;
534
+ }
535
+ .flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
536
+ display: flex;
537
+ width: 100%;
538
+ min-width: 0;
539
+ }
540
+ .popup-overlay-module_popup-modal-overlay__dlJqM {
541
+ z-index: 1;
542
+ position: fixed;
543
+ width: 100%;
544
+ height: 100%;
545
+ top: 0;
546
+ left: 0;
547
+ background: rgba(40, 80, 120, 0.8) !important;
548
+ pointer-events: all;
549
+ user-select: none;
550
+ will-change: opacity;
551
+ transition: opacity 450ms ease-in-out;
552
+ opacity: 0;
553
+ visibility: hidden;
554
+ }
555
+ .popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
556
+ opacity: 1;
557
+ visibility: visible;
558
+ }
559
+ .popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
560
+ opacity: 0;
561
+ visibility: hidden;
562
+ }
413
563
  :root {
414
564
  --divider-line: #4a4b4b;
415
565
  }
@@ -506,156 +656,6 @@
506
656
  background-color: #090A0A;
507
657
  color: #F4F4F4;
508
658
  }
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
- .popup-overlay-module_popup-modal-overlay__dlJqM {
523
- z-index: 1;
524
- position: fixed;
525
- width: 100%;
526
- height: 100%;
527
- top: 0;
528
- left: 0;
529
- background: rgba(40, 80, 120, 0.8) !important;
530
- pointer-events: all;
531
- user-select: none;
532
- will-change: opacity;
533
- transition: opacity 450ms ease-in-out;
534
- opacity: 0;
535
- visibility: hidden;
536
- }
537
- .popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
538
- opacity: 1;
539
- visibility: visible;
540
- }
541
- .popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
542
- opacity: 0;
543
- visibility: hidden;
544
- }
545
- :root {
546
- --divider-line: #4a4b4b;
547
- }
548
-
549
- .tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
550
- overflow: hidden !important;
551
- }
552
-
553
- .tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
554
- white-space: nowrap !important;
555
- }
556
-
557
- .tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
558
- text-overflow: ellipsis !important;
559
- }
560
-
561
- .tooltip-module_popover-tooltip__sAhKa {
562
- position: fixed;
563
- z-index: 999;
564
- will-change: opacity;
565
- transition: opacity 450ms ease;
566
- opacity: 0;
567
- visibility: hidden;
568
- border-radius: 4px;
569
- background-color: #1B1D1D;
570
- box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
571
- }
572
- .tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
573
- margin: 0;
574
- padding: 0;
575
- }
576
- .tooltip-module_popover-tooltip__sAhKa p {
577
- display: -webkit-box;
578
- -webkit-line-clamp: 4; /* number of lines to show */
579
- line-clamp: 4;
580
- -webkit-box-orient: vertical;
581
- margin: 0;
582
- width: 100%;
583
- white-space: normal;
584
- overflow: auto;
585
- }
586
- .tooltip-module_popover-tooltip__sAhKa[data-show] {
587
- opacity: 1;
588
- visibility: visible;
589
- }
590
- .tooltip-module_popover-tooltip__sAhKa[data-show=false] {
591
- opacity: 0;
592
- visibility: hidden;
593
- }
594
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
595
- bottom: -16px;
596
- }
597
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
598
- transform: rotate(0deg);
599
- }
600
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
601
- top: -16px;
602
- }
603
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
604
- transform: rotate(180deg);
605
- }
606
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
607
- right: -16px;
608
- }
609
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
610
- transform: rotate(-90deg);
611
- }
612
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
613
- left: -16px;
614
- }
615
- .tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
616
- transform: rotate(90deg);
617
- }
618
- .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
619
- position: absolute;
620
- }
621
- .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
622
- content: "";
623
- border-width: 8px;
624
- border-style: solid;
625
- border-color: #1B1D1D transparent transparent transparent;
626
- }
627
-
628
- .tooltip-module_close-button__o8OBN {
629
- cursor: pointer;
630
- line-height: 1px;
631
- background-color: rgba(255, 255, 255, 0);
632
- }
633
- .tooltip-module_close-button__o8OBN .icon-base {
634
- background-color: #FDDA0D;
635
- width: 9px !important;
636
- height: 9px !important;
637
- line-height: 1px !important;
638
- }
639
- .tooltip-module_close-button__o8OBN:hover .icon-base {
640
- background-color: #FFEA00;
641
- }
642
-
643
- .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
644
- background-color: #1B1D1D;
645
- color: #F4F4F4;
646
- }
647
- .cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
648
- border-color: #1B1D1D transparent transparent transparent;
649
- }
650
- .cui-theme-light {
651
- color: #1B1D1D;
652
- }
653
- .cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
654
- background-color: #515757;
655
- }
656
- .cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
657
- border-color: #515757 transparent transparent transparent;
658
- }
659
659
  :root {
660
660
  --divider-line: #4a4b4b;
661
661
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e1011/es-kit",
3
- "version": "1.1.22",
3
+ "version": "1.1.24",
4
4
  "main": "dist/lib/cjs/src/index.js",
5
5
  "module": "dist/lib/esm/src/index.js",
6
6
  "sideEffects": false,