@e1011/es-kit 1.1.8 → 1.1.10
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/types/src/core/index.d.ts +1 -0
- package/dist/types/src/core/index.d.ts.map +1 -1
- package/dist/types/src/core/types/CommonProps.d.ts.map +1 -0
- package/dist/utils/esm/index.css +83 -83
- package/dist/utils/index.css +83 -83
- package/package.json +1 -1
- package/dist/types/types/CommonProps.d.ts.map +0 -1
- /package/dist/types/{types → src/core/types}/CommonProps.d.ts +0 -0
package/dist/hooks/esm/index.css
CHANGED
|
@@ -1,3 +1,55 @@
|
|
|
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
|
+
.divider-module_divider-line__6CesR {
|
|
35
|
+
position: relative;
|
|
36
|
+
display: block;
|
|
37
|
+
transition: opacity, width, height 250ms ease-in-out;
|
|
38
|
+
background-color: var(--color);
|
|
39
|
+
opacity: var(--opacity);
|
|
40
|
+
}
|
|
41
|
+
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
42
|
+
height: var(--length);
|
|
43
|
+
left: var(--left);
|
|
44
|
+
width: var(--width);
|
|
45
|
+
margin: var(--margin);
|
|
46
|
+
}
|
|
47
|
+
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
48
|
+
width: var(--length);
|
|
49
|
+
left: var(--left);
|
|
50
|
+
height: var(--height);
|
|
51
|
+
margin: var(--margin);
|
|
52
|
+
}
|
|
1
53
|
.icon-module_icon-base-parent__nOMvW {
|
|
2
54
|
line-height: 1px !important;
|
|
3
55
|
}
|
|
@@ -28,6 +80,15 @@
|
|
|
28
80
|
width: var(--height);
|
|
29
81
|
height: var(--width);
|
|
30
82
|
}
|
|
83
|
+
.errorBoundary-module_errorBoundary__gk9ps {
|
|
84
|
+
background: #EFEFEF;
|
|
85
|
+
width: 100%;
|
|
86
|
+
height: 100%;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.errorBoundary-module_StyledIcon__IYHiU {
|
|
90
|
+
margin-right: 10px;
|
|
91
|
+
}
|
|
31
92
|
.field-module_field__UfKm3 {
|
|
32
93
|
opacity: 1;
|
|
33
94
|
pointer-events: auto;
|
|
@@ -102,66 +163,29 @@
|
|
|
102
163
|
.field-module_field__UfKm3 label {
|
|
103
164
|
text-align: left;
|
|
104
165
|
}
|
|
105
|
-
.
|
|
106
|
-
|
|
107
|
-
opacity: 0;
|
|
108
|
-
overflow: clip;
|
|
109
|
-
}
|
|
110
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
111
|
-
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
112
|
-
will-change: opacity, height, max-height;
|
|
113
|
-
}
|
|
114
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
115
|
-
height: 0;
|
|
116
|
-
max-height: 0;
|
|
117
|
-
opacity: 0;
|
|
118
|
-
}
|
|
119
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
120
|
-
height: var(--prop-value);
|
|
121
|
-
max-height: var(--prop-value);
|
|
122
|
-
opacity: 1;
|
|
123
|
-
}
|
|
124
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
125
|
-
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
126
|
-
will-change: opacity, width, max-width;
|
|
127
|
-
}
|
|
128
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
129
|
-
width: 0;
|
|
130
|
-
max-width: 0;
|
|
131
|
-
opacity: 0;
|
|
132
|
-
}
|
|
133
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
134
|
-
width: var(--prop-value);
|
|
135
|
-
max-width: var(--prop-value);
|
|
136
|
-
opacity: 1;
|
|
137
|
-
}
|
|
138
|
-
.errorBoundary-module_errorBoundary__gk9ps {
|
|
139
|
-
background: #EFEFEF;
|
|
140
|
-
width: 100%;
|
|
141
|
-
height: 100%;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.errorBoundary-module_StyledIcon__IYHiU {
|
|
145
|
-
margin-right: 10px;
|
|
146
|
-
}
|
|
147
|
-
.divider-module_divider-line__6CesR {
|
|
166
|
+
.layoutBox-module_layout-box__ZIID8 {
|
|
167
|
+
display: flex;
|
|
148
168
|
position: relative;
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
height:
|
|
164
|
-
|
|
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,30 +230,6 @@
|
|
|
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
233
|
.flowLayout-module_flowLayout__VHpnY {
|
|
234
234
|
overflow: auto;
|
|
235
235
|
}
|
package/dist/hooks/index.css
CHANGED
|
@@ -1,3 +1,55 @@
|
|
|
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
|
+
.divider-module_divider-line__6CesR {
|
|
35
|
+
position: relative;
|
|
36
|
+
display: block;
|
|
37
|
+
transition: opacity, width, height 250ms ease-in-out;
|
|
38
|
+
background-color: var(--color);
|
|
39
|
+
opacity: var(--opacity);
|
|
40
|
+
}
|
|
41
|
+
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
42
|
+
height: var(--length);
|
|
43
|
+
left: var(--left);
|
|
44
|
+
width: var(--width);
|
|
45
|
+
margin: var(--margin);
|
|
46
|
+
}
|
|
47
|
+
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
48
|
+
width: var(--length);
|
|
49
|
+
left: var(--left);
|
|
50
|
+
height: var(--height);
|
|
51
|
+
margin: var(--margin);
|
|
52
|
+
}
|
|
1
53
|
.icon-module_icon-base-parent__nOMvW {
|
|
2
54
|
line-height: 1px !important;
|
|
3
55
|
}
|
|
@@ -28,6 +80,15 @@
|
|
|
28
80
|
width: var(--height);
|
|
29
81
|
height: var(--width);
|
|
30
82
|
}
|
|
83
|
+
.errorBoundary-module_errorBoundary__gk9ps {
|
|
84
|
+
background: #EFEFEF;
|
|
85
|
+
width: 100%;
|
|
86
|
+
height: 100%;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.errorBoundary-module_StyledIcon__IYHiU {
|
|
90
|
+
margin-right: 10px;
|
|
91
|
+
}
|
|
31
92
|
.field-module_field__UfKm3 {
|
|
32
93
|
opacity: 1;
|
|
33
94
|
pointer-events: auto;
|
|
@@ -102,66 +163,29 @@
|
|
|
102
163
|
.field-module_field__UfKm3 label {
|
|
103
164
|
text-align: left;
|
|
104
165
|
}
|
|
105
|
-
.
|
|
106
|
-
|
|
107
|
-
opacity: 0;
|
|
108
|
-
overflow: clip;
|
|
109
|
-
}
|
|
110
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
111
|
-
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
112
|
-
will-change: opacity, height, max-height;
|
|
113
|
-
}
|
|
114
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
115
|
-
height: 0;
|
|
116
|
-
max-height: 0;
|
|
117
|
-
opacity: 0;
|
|
118
|
-
}
|
|
119
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
120
|
-
height: var(--prop-value);
|
|
121
|
-
max-height: var(--prop-value);
|
|
122
|
-
opacity: 1;
|
|
123
|
-
}
|
|
124
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
125
|
-
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
126
|
-
will-change: opacity, width, max-width;
|
|
127
|
-
}
|
|
128
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
129
|
-
width: 0;
|
|
130
|
-
max-width: 0;
|
|
131
|
-
opacity: 0;
|
|
132
|
-
}
|
|
133
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
134
|
-
width: var(--prop-value);
|
|
135
|
-
max-width: var(--prop-value);
|
|
136
|
-
opacity: 1;
|
|
137
|
-
}
|
|
138
|
-
.errorBoundary-module_errorBoundary__gk9ps {
|
|
139
|
-
background: #EFEFEF;
|
|
140
|
-
width: 100%;
|
|
141
|
-
height: 100%;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.errorBoundary-module_StyledIcon__IYHiU {
|
|
145
|
-
margin-right: 10px;
|
|
146
|
-
}
|
|
147
|
-
.divider-module_divider-line__6CesR {
|
|
166
|
+
.layoutBox-module_layout-box__ZIID8 {
|
|
167
|
+
display: flex;
|
|
148
168
|
position: relative;
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
height:
|
|
164
|
-
|
|
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,30 +230,6 @@
|
|
|
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
233
|
.flowLayout-module_flowLayout__VHpnY {
|
|
234
234
|
overflow: auto;
|
|
235
235
|
}
|