@e1011/es-kit 1.2.4 → 1.4.0
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/dist/hooks/esm/index.css +83 -83
- package/dist/hooks/index.css +83 -83
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/esm/index.css +83 -83
- package/dist/utils/index.css +83 -83
- package/package.json +2 -2
package/dist/hooks/esm/index.css
CHANGED
|
@@ -1,3 +1,45 @@
|
|
|
1
|
+
.errorBoundary-module_errorBoundary__gk9ps {
|
|
2
|
+
background: #EFEFEF;
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.errorBoundary-module_StyledIcon__IYHiU {
|
|
8
|
+
margin-right: 10px;
|
|
9
|
+
}
|
|
10
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
11
|
+
transform-origin: 0% 0%;
|
|
12
|
+
opacity: 0;
|
|
13
|
+
overflow: clip;
|
|
14
|
+
}
|
|
15
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
16
|
+
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
17
|
+
will-change: opacity, height, max-height;
|
|
18
|
+
}
|
|
19
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
20
|
+
height: 0;
|
|
21
|
+
max-height: 0;
|
|
22
|
+
opacity: 0;
|
|
23
|
+
}
|
|
24
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
25
|
+
height: var(--prop-value);
|
|
26
|
+
max-height: var(--prop-value);
|
|
27
|
+
opacity: 1;
|
|
28
|
+
}
|
|
29
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
30
|
+
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
31
|
+
will-change: opacity, width, max-width;
|
|
32
|
+
}
|
|
33
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
34
|
+
width: 0;
|
|
35
|
+
max-width: 0;
|
|
36
|
+
opacity: 0;
|
|
37
|
+
}
|
|
38
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
39
|
+
width: var(--prop-value);
|
|
40
|
+
max-width: var(--prop-value);
|
|
41
|
+
opacity: 1;
|
|
42
|
+
}
|
|
1
43
|
.icon-module_icon-base-parent__nOMvW {
|
|
2
44
|
line-height: 1px !important;
|
|
3
45
|
}
|
|
@@ -47,48 +89,6 @@
|
|
|
47
89
|
height: var(--height);
|
|
48
90
|
margin: var(--margin);
|
|
49
91
|
}
|
|
50
|
-
.errorBoundary-module_errorBoundary__gk9ps {
|
|
51
|
-
background: #EFEFEF;
|
|
52
|
-
width: 100%;
|
|
53
|
-
height: 100%;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.errorBoundary-module_StyledIcon__IYHiU {
|
|
57
|
-
margin-right: 10px;
|
|
58
|
-
}
|
|
59
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
60
|
-
transform-origin: 0% 0%;
|
|
61
|
-
opacity: 0;
|
|
62
|
-
overflow: clip;
|
|
63
|
-
}
|
|
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;
|
|
67
|
-
}
|
|
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;
|
|
91
|
-
}
|
|
92
92
|
.field-module_field__UfKm3 {
|
|
93
93
|
opacity: 1;
|
|
94
94
|
pointer-events: auto;
|
|
@@ -236,11 +236,6 @@
|
|
|
236
236
|
stroke-dashoffset: -124;
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
|
-
.textAndContent-module_textAndContent__X5P1n {
|
|
240
|
-
align-items: baseline;
|
|
241
|
-
flex-shrink: 1;
|
|
242
|
-
gap: 8px;
|
|
243
|
-
}
|
|
244
239
|
:root {
|
|
245
240
|
--divider-line: #4a4b4b;
|
|
246
241
|
}
|
|
@@ -375,6 +370,11 @@
|
|
|
375
370
|
.cui-theme-light .button-module_button__NDMQS {
|
|
376
371
|
color: #090A0A;
|
|
377
372
|
}
|
|
373
|
+
.textAndContent-module_textAndContent__X5P1n {
|
|
374
|
+
align-items: baseline;
|
|
375
|
+
flex-shrink: 1;
|
|
376
|
+
gap: 8px;
|
|
377
|
+
}
|
|
378
378
|
:root {
|
|
379
379
|
--divider-line: #4a4b4b;
|
|
380
380
|
}
|
|
@@ -548,6 +548,19 @@
|
|
|
548
548
|
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
|
|
549
549
|
background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
|
|
550
550
|
}
|
|
551
|
+
.flowLayout-module_flowLayout__VHpnY {
|
|
552
|
+
overflow: auto;
|
|
553
|
+
}
|
|
554
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
555
|
+
display: flex;
|
|
556
|
+
width: 100%;
|
|
557
|
+
min-width: 0;
|
|
558
|
+
}
|
|
559
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
560
|
+
display: flex;
|
|
561
|
+
width: 100%;
|
|
562
|
+
min-width: 0;
|
|
563
|
+
}
|
|
551
564
|
:root {
|
|
552
565
|
--divider-line: #4a4b4b;
|
|
553
566
|
}
|
|
@@ -712,42 +725,6 @@
|
|
|
712
725
|
border-color: #FD8F3E;
|
|
713
726
|
color: #632E03;
|
|
714
727
|
}
|
|
715
|
-
.flowLayout-module_flowLayout__VHpnY {
|
|
716
|
-
overflow: auto;
|
|
717
|
-
}
|
|
718
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
719
|
-
display: flex;
|
|
720
|
-
width: 100%;
|
|
721
|
-
min-width: 0;
|
|
722
|
-
}
|
|
723
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
724
|
-
display: flex;
|
|
725
|
-
width: 100%;
|
|
726
|
-
min-width: 0;
|
|
727
|
-
}
|
|
728
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
729
|
-
z-index: 1;
|
|
730
|
-
position: fixed;
|
|
731
|
-
width: 100%;
|
|
732
|
-
height: 100%;
|
|
733
|
-
top: 0;
|
|
734
|
-
left: 0;
|
|
735
|
-
background: rgba(40, 80, 120, 0.8) !important;
|
|
736
|
-
pointer-events: all;
|
|
737
|
-
user-select: none;
|
|
738
|
-
will-change: opacity;
|
|
739
|
-
transition: opacity 450ms ease-in-out;
|
|
740
|
-
opacity: 0;
|
|
741
|
-
visibility: hidden;
|
|
742
|
-
}
|
|
743
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
744
|
-
opacity: 1;
|
|
745
|
-
visibility: visible;
|
|
746
|
-
}
|
|
747
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
748
|
-
opacity: 0;
|
|
749
|
-
visibility: hidden;
|
|
750
|
-
}
|
|
751
728
|
:root {
|
|
752
729
|
--divider-line: #4a4b4b;
|
|
753
730
|
}
|
|
@@ -964,6 +941,29 @@
|
|
|
964
941
|
.cui-theme-light {
|
|
965
942
|
color: #1B1D1D;
|
|
966
943
|
}
|
|
944
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
945
|
+
z-index: 1;
|
|
946
|
+
position: fixed;
|
|
947
|
+
width: 100%;
|
|
948
|
+
height: 100%;
|
|
949
|
+
top: 0;
|
|
950
|
+
left: 0;
|
|
951
|
+
background: rgba(40, 80, 120, 0.8) !important;
|
|
952
|
+
pointer-events: all;
|
|
953
|
+
user-select: none;
|
|
954
|
+
will-change: opacity;
|
|
955
|
+
transition: opacity 450ms ease-in-out;
|
|
956
|
+
opacity: 0;
|
|
957
|
+
visibility: hidden;
|
|
958
|
+
}
|
|
959
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
960
|
+
opacity: 1;
|
|
961
|
+
visibility: visible;
|
|
962
|
+
}
|
|
963
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
964
|
+
opacity: 0;
|
|
965
|
+
visibility: hidden;
|
|
966
|
+
}
|
|
967
967
|
:root {
|
|
968
968
|
--divider-line: #4a4b4b;
|
|
969
969
|
}
|
package/dist/hooks/index.css
CHANGED
|
@@ -1,3 +1,45 @@
|
|
|
1
|
+
.errorBoundary-module_errorBoundary__gk9ps {
|
|
2
|
+
background: #EFEFEF;
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.errorBoundary-module_StyledIcon__IYHiU {
|
|
8
|
+
margin-right: 10px;
|
|
9
|
+
}
|
|
10
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
11
|
+
transform-origin: 0% 0%;
|
|
12
|
+
opacity: 0;
|
|
13
|
+
overflow: clip;
|
|
14
|
+
}
|
|
15
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
16
|
+
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
17
|
+
will-change: opacity, height, max-height;
|
|
18
|
+
}
|
|
19
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
20
|
+
height: 0;
|
|
21
|
+
max-height: 0;
|
|
22
|
+
opacity: 0;
|
|
23
|
+
}
|
|
24
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
25
|
+
height: var(--prop-value);
|
|
26
|
+
max-height: var(--prop-value);
|
|
27
|
+
opacity: 1;
|
|
28
|
+
}
|
|
29
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
30
|
+
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
31
|
+
will-change: opacity, width, max-width;
|
|
32
|
+
}
|
|
33
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
34
|
+
width: 0;
|
|
35
|
+
max-width: 0;
|
|
36
|
+
opacity: 0;
|
|
37
|
+
}
|
|
38
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
39
|
+
width: var(--prop-value);
|
|
40
|
+
max-width: var(--prop-value);
|
|
41
|
+
opacity: 1;
|
|
42
|
+
}
|
|
1
43
|
.icon-module_icon-base-parent__nOMvW {
|
|
2
44
|
line-height: 1px !important;
|
|
3
45
|
}
|
|
@@ -47,48 +89,6 @@
|
|
|
47
89
|
height: var(--height);
|
|
48
90
|
margin: var(--margin);
|
|
49
91
|
}
|
|
50
|
-
.errorBoundary-module_errorBoundary__gk9ps {
|
|
51
|
-
background: #EFEFEF;
|
|
52
|
-
width: 100%;
|
|
53
|
-
height: 100%;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.errorBoundary-module_StyledIcon__IYHiU {
|
|
57
|
-
margin-right: 10px;
|
|
58
|
-
}
|
|
59
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
60
|
-
transform-origin: 0% 0%;
|
|
61
|
-
opacity: 0;
|
|
62
|
-
overflow: clip;
|
|
63
|
-
}
|
|
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;
|
|
67
|
-
}
|
|
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;
|
|
91
|
-
}
|
|
92
92
|
.field-module_field__UfKm3 {
|
|
93
93
|
opacity: 1;
|
|
94
94
|
pointer-events: auto;
|
|
@@ -236,11 +236,6 @@
|
|
|
236
236
|
stroke-dashoffset: -124;
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
|
-
.textAndContent-module_textAndContent__X5P1n {
|
|
240
|
-
align-items: baseline;
|
|
241
|
-
flex-shrink: 1;
|
|
242
|
-
gap: 8px;
|
|
243
|
-
}
|
|
244
239
|
:root {
|
|
245
240
|
--divider-line: #4a4b4b;
|
|
246
241
|
}
|
|
@@ -375,6 +370,11 @@
|
|
|
375
370
|
.cui-theme-light .button-module_button__NDMQS {
|
|
376
371
|
color: #090A0A;
|
|
377
372
|
}
|
|
373
|
+
.textAndContent-module_textAndContent__X5P1n {
|
|
374
|
+
align-items: baseline;
|
|
375
|
+
flex-shrink: 1;
|
|
376
|
+
gap: 8px;
|
|
377
|
+
}
|
|
378
378
|
:root {
|
|
379
379
|
--divider-line: #4a4b4b;
|
|
380
380
|
}
|
|
@@ -548,6 +548,19 @@
|
|
|
548
548
|
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
|
|
549
549
|
background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
|
|
550
550
|
}
|
|
551
|
+
.flowLayout-module_flowLayout__VHpnY {
|
|
552
|
+
overflow: auto;
|
|
553
|
+
}
|
|
554
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
555
|
+
display: flex;
|
|
556
|
+
width: 100%;
|
|
557
|
+
min-width: 0;
|
|
558
|
+
}
|
|
559
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
560
|
+
display: flex;
|
|
561
|
+
width: 100%;
|
|
562
|
+
min-width: 0;
|
|
563
|
+
}
|
|
551
564
|
:root {
|
|
552
565
|
--divider-line: #4a4b4b;
|
|
553
566
|
}
|
|
@@ -712,42 +725,6 @@
|
|
|
712
725
|
border-color: #FD8F3E;
|
|
713
726
|
color: #632E03;
|
|
714
727
|
}
|
|
715
|
-
.flowLayout-module_flowLayout__VHpnY {
|
|
716
|
-
overflow: auto;
|
|
717
|
-
}
|
|
718
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
719
|
-
display: flex;
|
|
720
|
-
width: 100%;
|
|
721
|
-
min-width: 0;
|
|
722
|
-
}
|
|
723
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
724
|
-
display: flex;
|
|
725
|
-
width: 100%;
|
|
726
|
-
min-width: 0;
|
|
727
|
-
}
|
|
728
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
729
|
-
z-index: 1;
|
|
730
|
-
position: fixed;
|
|
731
|
-
width: 100%;
|
|
732
|
-
height: 100%;
|
|
733
|
-
top: 0;
|
|
734
|
-
left: 0;
|
|
735
|
-
background: rgba(40, 80, 120, 0.8) !important;
|
|
736
|
-
pointer-events: all;
|
|
737
|
-
user-select: none;
|
|
738
|
-
will-change: opacity;
|
|
739
|
-
transition: opacity 450ms ease-in-out;
|
|
740
|
-
opacity: 0;
|
|
741
|
-
visibility: hidden;
|
|
742
|
-
}
|
|
743
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
744
|
-
opacity: 1;
|
|
745
|
-
visibility: visible;
|
|
746
|
-
}
|
|
747
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
748
|
-
opacity: 0;
|
|
749
|
-
visibility: hidden;
|
|
750
|
-
}
|
|
751
728
|
:root {
|
|
752
729
|
--divider-line: #4a4b4b;
|
|
753
730
|
}
|
|
@@ -964,6 +941,29 @@
|
|
|
964
941
|
.cui-theme-light {
|
|
965
942
|
color: #1B1D1D;
|
|
966
943
|
}
|
|
944
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
945
|
+
z-index: 1;
|
|
946
|
+
position: fixed;
|
|
947
|
+
width: 100%;
|
|
948
|
+
height: 100%;
|
|
949
|
+
top: 0;
|
|
950
|
+
left: 0;
|
|
951
|
+
background: rgba(40, 80, 120, 0.8) !important;
|
|
952
|
+
pointer-events: all;
|
|
953
|
+
user-select: none;
|
|
954
|
+
will-change: opacity;
|
|
955
|
+
transition: opacity 450ms ease-in-out;
|
|
956
|
+
opacity: 0;
|
|
957
|
+
visibility: hidden;
|
|
958
|
+
}
|
|
959
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
960
|
+
opacity: 1;
|
|
961
|
+
visibility: visible;
|
|
962
|
+
}
|
|
963
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
964
|
+
opacity: 0;
|
|
965
|
+
visibility: hidden;
|
|
966
|
+
}
|
|
967
967
|
:root {
|
|
968
968
|
--divider-line: #4a4b4b;
|
|
969
969
|
}
|