@e1011/es-kit 1.1.8 → 1.1.12

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.
@@ -28,6 +28,67 @@
28
28
  width: var(--height);
29
29
  height: var(--width);
30
30
  }
31
+ .CollapsibleContainer-module_collapsible-container__u0Jmm {
32
+ transform-origin: 0% 0%;
33
+ opacity: 0;
34
+ overflow: clip;
35
+ }
36
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
37
+ transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
38
+ will-change: opacity, height, max-height;
39
+ }
40
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
41
+ height: 0;
42
+ max-height: 0;
43
+ opacity: 0;
44
+ }
45
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
46
+ height: var(--prop-value);
47
+ max-height: var(--prop-value);
48
+ opacity: 1;
49
+ }
50
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
51
+ transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
52
+ will-change: opacity, width, max-width;
53
+ }
54
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
55
+ width: 0;
56
+ max-width: 0;
57
+ opacity: 0;
58
+ }
59
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
60
+ width: var(--prop-value);
61
+ max-width: var(--prop-value);
62
+ opacity: 1;
63
+ }
64
+ .divider-module_divider-line__6CesR {
65
+ position: relative;
66
+ display: block;
67
+ transition: opacity, width, height 250ms ease-in-out;
68
+ background-color: var(--color);
69
+ opacity: var(--opacity);
70
+ }
71
+ .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
72
+ height: var(--length);
73
+ left: var(--left);
74
+ width: var(--width);
75
+ margin: var(--margin);
76
+ }
77
+ .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
78
+ width: var(--length);
79
+ left: var(--left);
80
+ height: var(--height);
81
+ margin: var(--margin);
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
- .CollapsibleContainer-module_collapsible-container__u0Jmm {
106
- transform-origin: 0% 0%;
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
- display: block;
150
- transition: opacity, width, height 250ms ease-in-out;
151
- background-color: var(--color);
152
- opacity: var(--opacity);
153
- }
154
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
155
- height: var(--length);
156
- left: var(--left);
157
- width: var(--width);
158
- margin: var(--margin);
159
- }
160
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
161
- width: var(--length);
162
- left: var(--left);
163
- height: var(--height);
164
- margin: var(--margin);
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
  }
@@ -28,6 +28,67 @@
28
28
  width: var(--height);
29
29
  height: var(--width);
30
30
  }
31
+ .CollapsibleContainer-module_collapsible-container__u0Jmm {
32
+ transform-origin: 0% 0%;
33
+ opacity: 0;
34
+ overflow: clip;
35
+ }
36
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
37
+ transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
38
+ will-change: opacity, height, max-height;
39
+ }
40
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
41
+ height: 0;
42
+ max-height: 0;
43
+ opacity: 0;
44
+ }
45
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
46
+ height: var(--prop-value);
47
+ max-height: var(--prop-value);
48
+ opacity: 1;
49
+ }
50
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
51
+ transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
52
+ will-change: opacity, width, max-width;
53
+ }
54
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
55
+ width: 0;
56
+ max-width: 0;
57
+ opacity: 0;
58
+ }
59
+ .CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
60
+ width: var(--prop-value);
61
+ max-width: var(--prop-value);
62
+ opacity: 1;
63
+ }
64
+ .divider-module_divider-line__6CesR {
65
+ position: relative;
66
+ display: block;
67
+ transition: opacity, width, height 250ms ease-in-out;
68
+ background-color: var(--color);
69
+ opacity: var(--opacity);
70
+ }
71
+ .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
72
+ height: var(--length);
73
+ left: var(--left);
74
+ width: var(--width);
75
+ margin: var(--margin);
76
+ }
77
+ .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
78
+ width: var(--length);
79
+ left: var(--left);
80
+ height: var(--height);
81
+ margin: var(--margin);
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
- .CollapsibleContainer-module_collapsible-container__u0Jmm {
106
- transform-origin: 0% 0%;
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
- display: block;
150
- transition: opacity, width, height 250ms ease-in-out;
151
- background-color: var(--color);
152
- opacity: var(--opacity);
153
- }
154
- .divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
155
- height: var(--length);
156
- left: var(--left);
157
- width: var(--width);
158
- margin: var(--margin);
159
- }
160
- .divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
161
- width: var(--length);
162
- left: var(--left);
163
- height: var(--height);
164
- margin: var(--margin);
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
  }