@e1011/es-kit 1.0.196 → 1.0.198
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 +57 -57
- package/dist/hooks/index.css +57 -57
- package/dist/utils/esm/index.css +57 -57
- package/dist/utils/index.css +57 -57
- package/package.json +3 -3
package/dist/hooks/esm/index.css
CHANGED
|
@@ -1,3 +1,60 @@
|
|
|
1
|
+
.layoutBox-module_layout-box__faPND {
|
|
2
|
+
display: flex;
|
|
3
|
+
position: relative;
|
|
4
|
+
flex-direction: row;
|
|
5
|
+
flex: 0;
|
|
6
|
+
flex-grow: 0;
|
|
7
|
+
flex-shrink: 0;
|
|
8
|
+
flex-basis: auto;
|
|
9
|
+
flex-wrap: nowrap;
|
|
10
|
+
gap: 0;
|
|
11
|
+
text-align: left;
|
|
12
|
+
justify-content: flex-start;
|
|
13
|
+
align-items: flex-start;
|
|
14
|
+
align-self: auto;
|
|
15
|
+
margin: 0;
|
|
16
|
+
padding: 0;
|
|
17
|
+
width: auto;
|
|
18
|
+
height: auto;
|
|
19
|
+
max-width: none;
|
|
20
|
+
max-height: none;
|
|
21
|
+
min-width: 0;
|
|
22
|
+
min-height: 0;
|
|
23
|
+
border-radius: initial;
|
|
24
|
+
}
|
|
25
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
26
|
+
transform-origin: 0% 0%;
|
|
27
|
+
opacity: 0;
|
|
28
|
+
overflow: clip;
|
|
29
|
+
}
|
|
30
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
31
|
+
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
32
|
+
will-change: opacity, height, max-height;
|
|
33
|
+
}
|
|
34
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
35
|
+
height: 0;
|
|
36
|
+
max-height: 0;
|
|
37
|
+
opacity: 0;
|
|
38
|
+
}
|
|
39
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
40
|
+
height: var(--prop-value);
|
|
41
|
+
max-height: var(--prop-value);
|
|
42
|
+
opacity: 1;
|
|
43
|
+
}
|
|
44
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
45
|
+
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
46
|
+
will-change: opacity, width, max-width;
|
|
47
|
+
}
|
|
48
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
49
|
+
width: 0;
|
|
50
|
+
max-width: 0;
|
|
51
|
+
opacity: 0;
|
|
52
|
+
}
|
|
53
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
54
|
+
width: var(--prop-value);
|
|
55
|
+
max-width: var(--prop-value);
|
|
56
|
+
opacity: 1;
|
|
57
|
+
}
|
|
1
58
|
.icon-module_icon-base-parent__nOMvW {
|
|
2
59
|
line-height: 1px !important;
|
|
3
60
|
}
|
|
@@ -47,63 +104,6 @@
|
|
|
47
104
|
height: var(--height);
|
|
48
105
|
margin: var(--margin);
|
|
49
106
|
}
|
|
50
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
51
|
-
transform-origin: 0% 0%;
|
|
52
|
-
opacity: 0;
|
|
53
|
-
overflow: clip;
|
|
54
|
-
}
|
|
55
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
56
|
-
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
57
|
-
will-change: opacity, height, max-height;
|
|
58
|
-
}
|
|
59
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
60
|
-
height: 0;
|
|
61
|
-
max-height: 0;
|
|
62
|
-
opacity: 0;
|
|
63
|
-
}
|
|
64
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
65
|
-
height: var(--prop-value);
|
|
66
|
-
max-height: var(--prop-value);
|
|
67
|
-
opacity: 1;
|
|
68
|
-
}
|
|
69
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
70
|
-
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
71
|
-
will-change: opacity, width, max-width;
|
|
72
|
-
}
|
|
73
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
74
|
-
width: 0;
|
|
75
|
-
max-width: 0;
|
|
76
|
-
opacity: 0;
|
|
77
|
-
}
|
|
78
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
79
|
-
width: var(--prop-value);
|
|
80
|
-
max-width: var(--prop-value);
|
|
81
|
-
opacity: 1;
|
|
82
|
-
}
|
|
83
|
-
.layoutBox-module_layout-box__faPND {
|
|
84
|
-
display: flex;
|
|
85
|
-
position: relative;
|
|
86
|
-
flex-direction: row;
|
|
87
|
-
flex: 0;
|
|
88
|
-
flex-grow: 0;
|
|
89
|
-
flex-shrink: 0;
|
|
90
|
-
flex-basis: auto;
|
|
91
|
-
flex-wrap: nowrap;
|
|
92
|
-
gap: 0;
|
|
93
|
-
text-align: left;
|
|
94
|
-
justify-content: flex-start;
|
|
95
|
-
align-items: flex-start;
|
|
96
|
-
align-self: auto;
|
|
97
|
-
margin: 0;
|
|
98
|
-
padding: 0;
|
|
99
|
-
width: auto;
|
|
100
|
-
height: auto;
|
|
101
|
-
max-width: none;
|
|
102
|
-
max-height: none;
|
|
103
|
-
min-width: 0;
|
|
104
|
-
min-height: 0;
|
|
105
|
-
border-radius: initial;
|
|
106
|
-
}
|
|
107
107
|
.flowLayout-module_flowLayout__VHpnY {
|
|
108
108
|
overflow: auto;
|
|
109
109
|
}
|
package/dist/hooks/index.css
CHANGED
|
@@ -1,3 +1,60 @@
|
|
|
1
|
+
.layoutBox-module_layout-box__faPND {
|
|
2
|
+
display: flex;
|
|
3
|
+
position: relative;
|
|
4
|
+
flex-direction: row;
|
|
5
|
+
flex: 0;
|
|
6
|
+
flex-grow: 0;
|
|
7
|
+
flex-shrink: 0;
|
|
8
|
+
flex-basis: auto;
|
|
9
|
+
flex-wrap: nowrap;
|
|
10
|
+
gap: 0;
|
|
11
|
+
text-align: left;
|
|
12
|
+
justify-content: flex-start;
|
|
13
|
+
align-items: flex-start;
|
|
14
|
+
align-self: auto;
|
|
15
|
+
margin: 0;
|
|
16
|
+
padding: 0;
|
|
17
|
+
width: auto;
|
|
18
|
+
height: auto;
|
|
19
|
+
max-width: none;
|
|
20
|
+
max-height: none;
|
|
21
|
+
min-width: 0;
|
|
22
|
+
min-height: 0;
|
|
23
|
+
border-radius: initial;
|
|
24
|
+
}
|
|
25
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
26
|
+
transform-origin: 0% 0%;
|
|
27
|
+
opacity: 0;
|
|
28
|
+
overflow: clip;
|
|
29
|
+
}
|
|
30
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
31
|
+
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
32
|
+
will-change: opacity, height, max-height;
|
|
33
|
+
}
|
|
34
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
35
|
+
height: 0;
|
|
36
|
+
max-height: 0;
|
|
37
|
+
opacity: 0;
|
|
38
|
+
}
|
|
39
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
40
|
+
height: var(--prop-value);
|
|
41
|
+
max-height: var(--prop-value);
|
|
42
|
+
opacity: 1;
|
|
43
|
+
}
|
|
44
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
45
|
+
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
46
|
+
will-change: opacity, width, max-width;
|
|
47
|
+
}
|
|
48
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
49
|
+
width: 0;
|
|
50
|
+
max-width: 0;
|
|
51
|
+
opacity: 0;
|
|
52
|
+
}
|
|
53
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
54
|
+
width: var(--prop-value);
|
|
55
|
+
max-width: var(--prop-value);
|
|
56
|
+
opacity: 1;
|
|
57
|
+
}
|
|
1
58
|
.icon-module_icon-base-parent__nOMvW {
|
|
2
59
|
line-height: 1px !important;
|
|
3
60
|
}
|
|
@@ -47,63 +104,6 @@
|
|
|
47
104
|
height: var(--height);
|
|
48
105
|
margin: var(--margin);
|
|
49
106
|
}
|
|
50
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
51
|
-
transform-origin: 0% 0%;
|
|
52
|
-
opacity: 0;
|
|
53
|
-
overflow: clip;
|
|
54
|
-
}
|
|
55
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
56
|
-
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
57
|
-
will-change: opacity, height, max-height;
|
|
58
|
-
}
|
|
59
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
60
|
-
height: 0;
|
|
61
|
-
max-height: 0;
|
|
62
|
-
opacity: 0;
|
|
63
|
-
}
|
|
64
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
65
|
-
height: var(--prop-value);
|
|
66
|
-
max-height: var(--prop-value);
|
|
67
|
-
opacity: 1;
|
|
68
|
-
}
|
|
69
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
70
|
-
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
71
|
-
will-change: opacity, width, max-width;
|
|
72
|
-
}
|
|
73
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
74
|
-
width: 0;
|
|
75
|
-
max-width: 0;
|
|
76
|
-
opacity: 0;
|
|
77
|
-
}
|
|
78
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
79
|
-
width: var(--prop-value);
|
|
80
|
-
max-width: var(--prop-value);
|
|
81
|
-
opacity: 1;
|
|
82
|
-
}
|
|
83
|
-
.layoutBox-module_layout-box__faPND {
|
|
84
|
-
display: flex;
|
|
85
|
-
position: relative;
|
|
86
|
-
flex-direction: row;
|
|
87
|
-
flex: 0;
|
|
88
|
-
flex-grow: 0;
|
|
89
|
-
flex-shrink: 0;
|
|
90
|
-
flex-basis: auto;
|
|
91
|
-
flex-wrap: nowrap;
|
|
92
|
-
gap: 0;
|
|
93
|
-
text-align: left;
|
|
94
|
-
justify-content: flex-start;
|
|
95
|
-
align-items: flex-start;
|
|
96
|
-
align-self: auto;
|
|
97
|
-
margin: 0;
|
|
98
|
-
padding: 0;
|
|
99
|
-
width: auto;
|
|
100
|
-
height: auto;
|
|
101
|
-
max-width: none;
|
|
102
|
-
max-height: none;
|
|
103
|
-
min-width: 0;
|
|
104
|
-
min-height: 0;
|
|
105
|
-
border-radius: initial;
|
|
106
|
-
}
|
|
107
107
|
.flowLayout-module_flowLayout__VHpnY {
|
|
108
108
|
overflow: auto;
|
|
109
109
|
}
|
package/dist/utils/esm/index.css
CHANGED
|
@@ -1,3 +1,60 @@
|
|
|
1
|
+
.layoutBox-module_layout-box__faPND {
|
|
2
|
+
display: flex;
|
|
3
|
+
position: relative;
|
|
4
|
+
flex-direction: row;
|
|
5
|
+
flex: 0;
|
|
6
|
+
flex-grow: 0;
|
|
7
|
+
flex-shrink: 0;
|
|
8
|
+
flex-basis: auto;
|
|
9
|
+
flex-wrap: nowrap;
|
|
10
|
+
gap: 0;
|
|
11
|
+
text-align: left;
|
|
12
|
+
justify-content: flex-start;
|
|
13
|
+
align-items: flex-start;
|
|
14
|
+
align-self: auto;
|
|
15
|
+
margin: 0;
|
|
16
|
+
padding: 0;
|
|
17
|
+
width: auto;
|
|
18
|
+
height: auto;
|
|
19
|
+
max-width: none;
|
|
20
|
+
max-height: none;
|
|
21
|
+
min-width: 0;
|
|
22
|
+
min-height: 0;
|
|
23
|
+
border-radius: initial;
|
|
24
|
+
}
|
|
25
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
26
|
+
transform-origin: 0% 0%;
|
|
27
|
+
opacity: 0;
|
|
28
|
+
overflow: clip;
|
|
29
|
+
}
|
|
30
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
31
|
+
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
32
|
+
will-change: opacity, height, max-height;
|
|
33
|
+
}
|
|
34
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
35
|
+
height: 0;
|
|
36
|
+
max-height: 0;
|
|
37
|
+
opacity: 0;
|
|
38
|
+
}
|
|
39
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
40
|
+
height: var(--prop-value);
|
|
41
|
+
max-height: var(--prop-value);
|
|
42
|
+
opacity: 1;
|
|
43
|
+
}
|
|
44
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
45
|
+
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
46
|
+
will-change: opacity, width, max-width;
|
|
47
|
+
}
|
|
48
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
49
|
+
width: 0;
|
|
50
|
+
max-width: 0;
|
|
51
|
+
opacity: 0;
|
|
52
|
+
}
|
|
53
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
54
|
+
width: var(--prop-value);
|
|
55
|
+
max-width: var(--prop-value);
|
|
56
|
+
opacity: 1;
|
|
57
|
+
}
|
|
1
58
|
.icon-module_icon-base-parent__nOMvW {
|
|
2
59
|
line-height: 1px !important;
|
|
3
60
|
}
|
|
@@ -47,63 +104,6 @@
|
|
|
47
104
|
height: var(--height);
|
|
48
105
|
margin: var(--margin);
|
|
49
106
|
}
|
|
50
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
51
|
-
transform-origin: 0% 0%;
|
|
52
|
-
opacity: 0;
|
|
53
|
-
overflow: clip;
|
|
54
|
-
}
|
|
55
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
56
|
-
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
57
|
-
will-change: opacity, height, max-height;
|
|
58
|
-
}
|
|
59
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
60
|
-
height: 0;
|
|
61
|
-
max-height: 0;
|
|
62
|
-
opacity: 0;
|
|
63
|
-
}
|
|
64
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
65
|
-
height: var(--prop-value);
|
|
66
|
-
max-height: var(--prop-value);
|
|
67
|
-
opacity: 1;
|
|
68
|
-
}
|
|
69
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
70
|
-
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
71
|
-
will-change: opacity, width, max-width;
|
|
72
|
-
}
|
|
73
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
74
|
-
width: 0;
|
|
75
|
-
max-width: 0;
|
|
76
|
-
opacity: 0;
|
|
77
|
-
}
|
|
78
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
79
|
-
width: var(--prop-value);
|
|
80
|
-
max-width: var(--prop-value);
|
|
81
|
-
opacity: 1;
|
|
82
|
-
}
|
|
83
|
-
.layoutBox-module_layout-box__faPND {
|
|
84
|
-
display: flex;
|
|
85
|
-
position: relative;
|
|
86
|
-
flex-direction: row;
|
|
87
|
-
flex: 0;
|
|
88
|
-
flex-grow: 0;
|
|
89
|
-
flex-shrink: 0;
|
|
90
|
-
flex-basis: auto;
|
|
91
|
-
flex-wrap: nowrap;
|
|
92
|
-
gap: 0;
|
|
93
|
-
text-align: left;
|
|
94
|
-
justify-content: flex-start;
|
|
95
|
-
align-items: flex-start;
|
|
96
|
-
align-self: auto;
|
|
97
|
-
margin: 0;
|
|
98
|
-
padding: 0;
|
|
99
|
-
width: auto;
|
|
100
|
-
height: auto;
|
|
101
|
-
max-width: none;
|
|
102
|
-
max-height: none;
|
|
103
|
-
min-width: 0;
|
|
104
|
-
min-height: 0;
|
|
105
|
-
border-radius: initial;
|
|
106
|
-
}
|
|
107
107
|
.flowLayout-module_flowLayout__VHpnY {
|
|
108
108
|
overflow: auto;
|
|
109
109
|
}
|
package/dist/utils/index.css
CHANGED
|
@@ -1,3 +1,60 @@
|
|
|
1
|
+
.layoutBox-module_layout-box__faPND {
|
|
2
|
+
display: flex;
|
|
3
|
+
position: relative;
|
|
4
|
+
flex-direction: row;
|
|
5
|
+
flex: 0;
|
|
6
|
+
flex-grow: 0;
|
|
7
|
+
flex-shrink: 0;
|
|
8
|
+
flex-basis: auto;
|
|
9
|
+
flex-wrap: nowrap;
|
|
10
|
+
gap: 0;
|
|
11
|
+
text-align: left;
|
|
12
|
+
justify-content: flex-start;
|
|
13
|
+
align-items: flex-start;
|
|
14
|
+
align-self: auto;
|
|
15
|
+
margin: 0;
|
|
16
|
+
padding: 0;
|
|
17
|
+
width: auto;
|
|
18
|
+
height: auto;
|
|
19
|
+
max-width: none;
|
|
20
|
+
max-height: none;
|
|
21
|
+
min-width: 0;
|
|
22
|
+
min-height: 0;
|
|
23
|
+
border-radius: initial;
|
|
24
|
+
}
|
|
25
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
26
|
+
transform-origin: 0% 0%;
|
|
27
|
+
opacity: 0;
|
|
28
|
+
overflow: clip;
|
|
29
|
+
}
|
|
30
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
31
|
+
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
32
|
+
will-change: opacity, height, max-height;
|
|
33
|
+
}
|
|
34
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
35
|
+
height: 0;
|
|
36
|
+
max-height: 0;
|
|
37
|
+
opacity: 0;
|
|
38
|
+
}
|
|
39
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
40
|
+
height: var(--prop-value);
|
|
41
|
+
max-height: var(--prop-value);
|
|
42
|
+
opacity: 1;
|
|
43
|
+
}
|
|
44
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
45
|
+
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
46
|
+
will-change: opacity, width, max-width;
|
|
47
|
+
}
|
|
48
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
49
|
+
width: 0;
|
|
50
|
+
max-width: 0;
|
|
51
|
+
opacity: 0;
|
|
52
|
+
}
|
|
53
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
54
|
+
width: var(--prop-value);
|
|
55
|
+
max-width: var(--prop-value);
|
|
56
|
+
opacity: 1;
|
|
57
|
+
}
|
|
1
58
|
.icon-module_icon-base-parent__nOMvW {
|
|
2
59
|
line-height: 1px !important;
|
|
3
60
|
}
|
|
@@ -47,63 +104,6 @@
|
|
|
47
104
|
height: var(--height);
|
|
48
105
|
margin: var(--margin);
|
|
49
106
|
}
|
|
50
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
51
|
-
transform-origin: 0% 0%;
|
|
52
|
-
opacity: 0;
|
|
53
|
-
overflow: clip;
|
|
54
|
-
}
|
|
55
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
56
|
-
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
57
|
-
will-change: opacity, height, max-height;
|
|
58
|
-
}
|
|
59
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
60
|
-
height: 0;
|
|
61
|
-
max-height: 0;
|
|
62
|
-
opacity: 0;
|
|
63
|
-
}
|
|
64
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
65
|
-
height: var(--prop-value);
|
|
66
|
-
max-height: var(--prop-value);
|
|
67
|
-
opacity: 1;
|
|
68
|
-
}
|
|
69
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
70
|
-
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
71
|
-
will-change: opacity, width, max-width;
|
|
72
|
-
}
|
|
73
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
74
|
-
width: 0;
|
|
75
|
-
max-width: 0;
|
|
76
|
-
opacity: 0;
|
|
77
|
-
}
|
|
78
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
79
|
-
width: var(--prop-value);
|
|
80
|
-
max-width: var(--prop-value);
|
|
81
|
-
opacity: 1;
|
|
82
|
-
}
|
|
83
|
-
.layoutBox-module_layout-box__faPND {
|
|
84
|
-
display: flex;
|
|
85
|
-
position: relative;
|
|
86
|
-
flex-direction: row;
|
|
87
|
-
flex: 0;
|
|
88
|
-
flex-grow: 0;
|
|
89
|
-
flex-shrink: 0;
|
|
90
|
-
flex-basis: auto;
|
|
91
|
-
flex-wrap: nowrap;
|
|
92
|
-
gap: 0;
|
|
93
|
-
text-align: left;
|
|
94
|
-
justify-content: flex-start;
|
|
95
|
-
align-items: flex-start;
|
|
96
|
-
align-self: auto;
|
|
97
|
-
margin: 0;
|
|
98
|
-
padding: 0;
|
|
99
|
-
width: auto;
|
|
100
|
-
height: auto;
|
|
101
|
-
max-width: none;
|
|
102
|
-
max-height: none;
|
|
103
|
-
min-width: 0;
|
|
104
|
-
min-height: 0;
|
|
105
|
-
border-radius: initial;
|
|
106
|
-
}
|
|
107
107
|
.flowLayout-module_flowLayout__VHpnY {
|
|
108
108
|
overflow: auto;
|
|
109
109
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e1011/es-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.198",
|
|
4
4
|
"main": "dist/lib/cjs/src/index.js",
|
|
5
5
|
"module": "dist/lib/esm/src/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"react-dom": "^17.0.2 || ^18.2.0",
|
|
130
130
|
"react-i18next": "^11.16.2",
|
|
131
131
|
"sanitize-html": "^2.6.1",
|
|
132
|
-
"styled-components": "^6.1.
|
|
132
|
+
"styled-components": "^6.1.8"
|
|
133
133
|
},
|
|
134
134
|
"peerDdependencies": {
|
|
135
135
|
"core-js": "^3.20.2",
|
|
@@ -141,6 +141,6 @@
|
|
|
141
141
|
"react-dom": "^17.0.2 || ^18.2.0",
|
|
142
142
|
"react-i18next": "^11.16.2",
|
|
143
143
|
"sanitize-html": "^2.6.1",
|
|
144
|
-
"styled-components": "^
|
|
144
|
+
"styled-components": "^6.1.8"
|
|
145
145
|
}
|
|
146
146
|
}
|