@e1011/es-kit 1.1.26 → 1.1.30
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 +376 -206
- package/dist/hooks/index.css +376 -206
- package/dist/lib/cjs/index.css +170 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/icons.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/Tag.js +2 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/Tag.js.map +1 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/tag.module.scss.js +2 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/tag.module.scss.js.map +1 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/tag.types.js +2 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/tag/tag.types.js.map +1 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/text/Headline.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/Link.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/Paragraph.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/text/Text.js.map +1 -1
- package/dist/lib/cjs/src/core/ui/components/atoms/textAndContent/TextAndContent.js +2 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/textAndContent/TextAndContent.js.map +1 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js +2 -0
- package/dist/lib/cjs/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js.map +1 -0
- package/dist/lib/cjs/src/core/ui/components/error/propsValidationError.js +2 -0
- package/dist/lib/cjs/src/core/ui/components/error/propsValidationError.js.map +1 -0
- package/dist/lib/cjs/src/index.js +1 -1
- package/dist/lib/esm/index.css +170 -0
- package/dist/lib/esm/src/core/ui/components/atoms/icons.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/tag/Tag.js +2 -0
- package/dist/lib/esm/src/core/ui/components/atoms/tag/Tag.js.map +1 -0
- package/dist/lib/esm/src/core/ui/components/atoms/tag/tag.module.scss.js +2 -0
- package/dist/lib/esm/src/core/ui/components/atoms/tag/tag.module.scss.js.map +1 -0
- package/dist/lib/esm/src/core/ui/components/atoms/tag/tag.types.js +2 -0
- package/dist/lib/esm/src/core/ui/components/atoms/tag/tag.types.js.map +1 -0
- package/dist/lib/esm/src/core/ui/components/atoms/text/Headline.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/Link.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/Paragraph.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/text/Text.js.map +1 -1
- package/dist/lib/esm/src/core/ui/components/atoms/textAndContent/TextAndContent.js +2 -0
- package/dist/lib/esm/src/core/ui/components/atoms/textAndContent/TextAndContent.js.map +1 -0
- package/dist/lib/esm/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js +2 -0
- package/dist/lib/esm/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js.map +1 -0
- package/dist/lib/esm/src/core/ui/components/error/propsValidationError.js +2 -0
- package/dist/lib/esm/src/core/ui/components/error/propsValidationError.js.map +1 -0
- package/dist/lib/esm/src/index.js +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/core/ui/components/atoms/button/button.stories.d.ts +1 -1
- package/dist/types/src/core/ui/components/atoms/button/button.stories.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/icons.d.ts +5 -0
- package/dist/types/src/core/ui/components/atoms/icons.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/index.d.ts +2 -0
- package/dist/types/src/core/ui/components/atoms/index.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/tag/Tag.d.ts +10 -0
- package/dist/types/src/core/ui/components/atoms/tag/Tag.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/tag/Tag.test.d.ts +5 -0
- package/dist/types/src/core/ui/components/atoms/tag/Tag.test.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/tag/index.d.ts +3 -0
- package/dist/types/src/core/ui/components/atoms/tag/index.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/tag/tag.stories.d.ts +6 -0
- package/dist/types/src/core/ui/components/atoms/tag/tag.stories.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/tag/tag.types.d.ts +31 -0
- package/dist/types/src/core/ui/components/atoms/tag/tag.types.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/text/Headline.d.ts +1 -1
- package/dist/types/src/core/ui/components/atoms/text/Headline.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/text/Link.d.ts +1 -1
- package/dist/types/src/core/ui/components/atoms/text/Link.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/text/Paragraph.d.ts +1 -1
- package/dist/types/src/core/ui/components/atoms/text/Paragraph.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/text/Text.d.ts +2 -15
- package/dist/types/src/core/ui/components/atoms/text/Text.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/text/anchor-link/anchorLink.stories.d.ts +1 -1
- package/dist/types/src/core/ui/components/atoms/text/anchor-link/anchorLink.stories.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/text/anchor-link/anchorLink.types.d.ts +1 -1
- package/dist/types/src/core/ui/components/atoms/text/anchor-link/anchorLink.types.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/atoms/text/text.types.d.ts +16 -0
- package/dist/types/src/core/ui/components/atoms/text/text.types.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/TextAndContent.d.ts +17 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/TextAndContent.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/index.d.ts +3 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/index.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.stories.d.ts +8 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.stories.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.test.d.ts +5 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.test.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.types.d.ts +24 -0
- package/dist/types/src/core/ui/components/atoms/textAndContent/textAndContent.types.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/error/errorBoundary.stories.d.ts +3 -3
- package/dist/types/src/core/ui/components/error/errorBoundary.stories.d.ts.map +1 -1
- package/dist/types/src/core/ui/components/error/propsValidationError.d.ts +4 -0
- package/dist/types/src/core/ui/components/error/propsValidationError.d.ts.map +1 -0
- package/dist/types/src/core/ui/components/molecules/popup/popup.stories.d.ts +2 -2
- package/dist/types/src/core/ui/components/molecules/popup/popup.stories.d.ts.map +1 -1
- package/dist/types/src/core/utils/appState/peregrineMQ/peregrineMQ.stories.d.ts +1 -1
- package/dist/types/src/core/utils/appState/peregrineMQ/peregrineMQ.stories.d.ts.map +1 -1
- package/dist/types/src/core/utils/appState/store/store.stories.d.ts +1 -1
- package/dist/types/src/core/utils/appState/store/store.stories.d.ts.map +1 -1
- package/dist/ui/esm/index.css +170 -0
- package/dist/ui/esm/src/core/hooks/useClassNames.js +2 -0
- package/dist/ui/esm/src/core/hooks/useClassNames.js.map +1 -0
- package/dist/ui/esm/src/core/ui/components/atoms/icons.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/tag/Tag.js +2 -0
- package/dist/ui/esm/src/core/ui/components/atoms/tag/Tag.js.map +1 -0
- package/dist/ui/esm/src/core/ui/components/atoms/tag/tag.module.scss.js +2 -0
- package/dist/ui/esm/src/core/ui/components/atoms/tag/tag.module.scss.js.map +1 -0
- package/dist/ui/esm/src/core/ui/components/atoms/tag/tag.types.js +2 -0
- package/dist/ui/esm/src/core/ui/components/atoms/tag/tag.types.js.map +1 -0
- package/dist/ui/esm/src/core/ui/components/atoms/text/Headline.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/Link.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/Paragraph.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/text/Text.js.map +1 -1
- package/dist/ui/esm/src/core/ui/components/atoms/textAndContent/TextAndContent.js +2 -0
- package/dist/ui/esm/src/core/ui/components/atoms/textAndContent/TextAndContent.js.map +1 -0
- package/dist/ui/esm/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js +2 -0
- package/dist/ui/esm/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js.map +1 -0
- package/dist/ui/esm/src/core/ui/components/error/propsValidationError.js +2 -0
- package/dist/ui/esm/src/core/ui/components/error/propsValidationError.js.map +1 -0
- package/dist/ui/esm/src/core/ui/index.js +1 -1
- package/dist/ui/index.css +170 -0
- package/dist/ui/src/core/hooks/useClassNames.js +2 -0
- package/dist/ui/src/core/hooks/useClassNames.js.map +1 -0
- package/dist/ui/src/core/ui/components/atoms/icons.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/tag/Tag.js +2 -0
- package/dist/ui/src/core/ui/components/atoms/tag/Tag.js.map +1 -0
- package/dist/ui/src/core/ui/components/atoms/tag/tag.module.scss.js +2 -0
- package/dist/ui/src/core/ui/components/atoms/tag/tag.module.scss.js.map +1 -0
- package/dist/ui/src/core/ui/components/atoms/tag/tag.types.js +2 -0
- package/dist/ui/src/core/ui/components/atoms/tag/tag.types.js.map +1 -0
- package/dist/ui/src/core/ui/components/atoms/text/Headline.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/Link.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/Paragraph.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/text/Text.js.map +1 -1
- package/dist/ui/src/core/ui/components/atoms/textAndContent/TextAndContent.js +2 -0
- package/dist/ui/src/core/ui/components/atoms/textAndContent/TextAndContent.js.map +1 -0
- package/dist/ui/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js +2 -0
- package/dist/ui/src/core/ui/components/atoms/textAndContent/textAndContent.module.scss.js.map +1 -0
- package/dist/ui/src/core/ui/components/error/propsValidationError.js +2 -0
- package/dist/ui/src/core/ui/components/error/propsValidationError.js.map +1 -0
- package/dist/ui/src/core/ui/index.js +1 -1
- package/dist/utils/esm/index.css +376 -206
- package/dist/utils/index.css +376 -206
- package/package.json +19 -11
package/dist/hooks/esm/index.css
CHANGED
|
@@ -1,3 +1,33 @@
|
|
|
1
|
+
.icon-module_icon-base-parent__nOMvW {
|
|
2
|
+
line-height: 1px !important;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.icon-module_icon-base__S0tHf {
|
|
6
|
+
min-width: var(--min-width);
|
|
7
|
+
min-height: var(--min-height);
|
|
8
|
+
width: var(--width) !important;
|
|
9
|
+
height: var(--height) !important;
|
|
10
|
+
line-height: 1px !important;
|
|
11
|
+
background-color: var(--icon-color);
|
|
12
|
+
color: var(--icon-content-color);
|
|
13
|
+
background-repeat: no-repeat;
|
|
14
|
+
mask-image: var(--icon-url);
|
|
15
|
+
-webkit-mask-image: var(--icon-url);
|
|
16
|
+
mask-repeat: no-repeat;
|
|
17
|
+
-webkit-mask-repeat: no-repeat;
|
|
18
|
+
mask-size: contain;
|
|
19
|
+
-webkit-mask-size: contain;
|
|
20
|
+
mask-position: center;
|
|
21
|
+
-webkit-mask-position: center;
|
|
22
|
+
display: inline-block;
|
|
23
|
+
will-change: transform;
|
|
24
|
+
transform: translate3d(0, 0, 0);
|
|
25
|
+
}
|
|
26
|
+
.icon-module_icon-base__S0tHf svg {
|
|
27
|
+
fill: var(--icon-content-color);
|
|
28
|
+
width: var(--height);
|
|
29
|
+
height: var(--width);
|
|
30
|
+
}
|
|
1
31
|
.divider-module_divider-line__6CesR {
|
|
2
32
|
position: relative;
|
|
3
33
|
display: block;
|
|
@@ -26,35 +56,38 @@
|
|
|
26
56
|
.errorBoundary-module_StyledIcon__IYHiU {
|
|
27
57
|
margin-right: 10px;
|
|
28
58
|
}
|
|
29
|
-
.
|
|
30
|
-
|
|
59
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
60
|
+
transform-origin: 0% 0%;
|
|
61
|
+
opacity: 0;
|
|
62
|
+
overflow: clip;
|
|
31
63
|
}
|
|
32
|
-
|
|
33
|
-
.
|
|
34
|
-
|
|
35
|
-
min-height: var(--min-height);
|
|
36
|
-
width: var(--width) !important;
|
|
37
|
-
height: var(--height) !important;
|
|
38
|
-
line-height: 1px !important;
|
|
39
|
-
background-color: var(--icon-color);
|
|
40
|
-
color: var(--icon-content-color);
|
|
41
|
-
background-repeat: no-repeat;
|
|
42
|
-
mask-image: var(--icon-url);
|
|
43
|
-
-webkit-mask-image: var(--icon-url);
|
|
44
|
-
mask-repeat: no-repeat;
|
|
45
|
-
-webkit-mask-repeat: no-repeat;
|
|
46
|
-
mask-size: contain;
|
|
47
|
-
-webkit-mask-size: contain;
|
|
48
|
-
mask-position: center;
|
|
49
|
-
-webkit-mask-position: center;
|
|
50
|
-
display: inline-block;
|
|
51
|
-
will-change: transform;
|
|
52
|
-
transform: translate3d(0, 0, 0);
|
|
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;
|
|
53
67
|
}
|
|
54
|
-
.
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
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;
|
|
58
91
|
}
|
|
59
92
|
.field-module_field__UfKm3 {
|
|
60
93
|
opacity: 1;
|
|
@@ -130,38 +163,29 @@
|
|
|
130
163
|
.field-module_field__UfKm3 label {
|
|
131
164
|
text-align: left;
|
|
132
165
|
}
|
|
133
|
-
.
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
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;
|
|
166
|
+
.layoutBox-module_layout-box__ZIID8 {
|
|
167
|
+
display: flex;
|
|
168
|
+
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;
|
|
165
189
|
}
|
|
166
190
|
.lazyComponent-module_loader__brMEW {
|
|
167
191
|
position: relative;
|
|
@@ -206,125 +230,10 @@
|
|
|
206
230
|
stroke-dashoffset: -124;
|
|
207
231
|
}
|
|
208
232
|
}
|
|
209
|
-
.
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
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
|
-
:root {
|
|
234
|
-
--divider-line: #4a4b4b;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
|
|
238
|
-
overflow: hidden !important;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
|
|
242
|
-
white-space: nowrap !important;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
|
|
246
|
-
text-overflow: ellipsis !important;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.popup-module_popup-container__PJ0oQ {
|
|
250
|
-
--popup-width: 60vw;
|
|
251
|
-
--popup-height: 50vh;
|
|
252
|
-
position: fixed;
|
|
253
|
-
width: var(--popup-width);
|
|
254
|
-
height: var(--popup-height);
|
|
255
|
-
--slideXFrom: 0;
|
|
256
|
-
--slideYFrom: 0;
|
|
257
|
-
will-change: opacity;
|
|
258
|
-
transition: opacity 300ms ease-in-out;
|
|
259
|
-
opacity: 0;
|
|
260
|
-
visibility: hidden;
|
|
261
|
-
pointer-events: none;
|
|
262
|
-
}
|
|
263
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
|
|
264
|
-
position: relative;
|
|
265
|
-
flex-direction: column;
|
|
266
|
-
align-items: start;
|
|
267
|
-
width: 100%;
|
|
268
|
-
height: 100%;
|
|
269
|
-
overflow-x: clip;
|
|
270
|
-
background-color: #090A0A;
|
|
271
|
-
border-radius: 4px;
|
|
272
|
-
box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
|
|
273
|
-
transition: transform 350ms ease-out;
|
|
274
|
-
will-change: transform;
|
|
275
|
-
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
276
|
-
}
|
|
277
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
|
|
278
|
-
margin-bottom: 0;
|
|
279
|
-
}
|
|
280
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
|
|
281
|
-
cursor: pointer;
|
|
282
|
-
line-height: 1px;
|
|
283
|
-
background-color: rgba(255, 255, 255, 0);
|
|
284
|
-
}
|
|
285
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
|
|
286
|
-
background-color: #FDDA0D;
|
|
287
|
-
width: 9px !important;
|
|
288
|
-
height: 9px !important;
|
|
289
|
-
line-height: 1px !important;
|
|
290
|
-
}
|
|
291
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
|
|
292
|
-
background-color: #FFEA00;
|
|
293
|
-
}
|
|
294
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
|
|
295
|
-
width: 100%;
|
|
296
|
-
height: 100%;
|
|
297
|
-
padding: 24px;
|
|
298
|
-
overflow-y: auto;
|
|
299
|
-
display: flex;
|
|
300
|
-
}
|
|
301
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
|
|
302
|
-
overflow-y: auto;
|
|
303
|
-
}
|
|
304
|
-
.popup-module_popup-container__PJ0oQ[data-show] {
|
|
305
|
-
opacity: 1;
|
|
306
|
-
visibility: visible;
|
|
307
|
-
pointer-events: all;
|
|
308
|
-
}
|
|
309
|
-
.popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
|
|
310
|
-
transform: translateX(0) translateY(0);
|
|
311
|
-
}
|
|
312
|
-
.popup-module_popup-container__PJ0oQ[data-show=false] {
|
|
313
|
-
opacity: 0;
|
|
314
|
-
visibility: hidden;
|
|
315
|
-
pointer-events: none;
|
|
316
|
-
}
|
|
317
|
-
.popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
|
|
318
|
-
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.cui-theme-dark .popup-module_popup-container-inner__n83Cz {
|
|
322
|
-
background-color: #090A0A;
|
|
323
|
-
color: #F4F4F4;
|
|
324
|
-
}
|
|
325
|
-
.cui-theme-light .popup-module_popup-container-inner__n83Cz {
|
|
326
|
-
background-color: #090A0A;
|
|
327
|
-
color: #F4F4F4;
|
|
233
|
+
.textAndContent-module_textAndContent__X5P1n {
|
|
234
|
+
align-items: baseline;
|
|
235
|
+
flex-shrink: 1;
|
|
236
|
+
gap: 8px;
|
|
328
237
|
}
|
|
329
238
|
:root {
|
|
330
239
|
--divider-line: #4a4b4b;
|
|
@@ -506,18 +415,124 @@
|
|
|
506
415
|
.cui-theme-light .button-module_button__NDMQS {
|
|
507
416
|
color: #090A0A;
|
|
508
417
|
}
|
|
509
|
-
.
|
|
510
|
-
|
|
418
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
419
|
+
z-index: 1;
|
|
420
|
+
position: fixed;
|
|
421
|
+
width: 100%;
|
|
422
|
+
height: 100%;
|
|
423
|
+
top: 0;
|
|
424
|
+
left: 0;
|
|
425
|
+
background: rgba(40, 80, 120, 0.8) !important;
|
|
426
|
+
pointer-events: all;
|
|
427
|
+
user-select: none;
|
|
428
|
+
will-change: opacity;
|
|
429
|
+
transition: opacity 450ms ease-in-out;
|
|
430
|
+
opacity: 0;
|
|
431
|
+
visibility: hidden;
|
|
511
432
|
}
|
|
512
|
-
.
|
|
513
|
-
|
|
433
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
434
|
+
opacity: 1;
|
|
435
|
+
visibility: visible;
|
|
436
|
+
}
|
|
437
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
438
|
+
opacity: 0;
|
|
439
|
+
visibility: hidden;
|
|
440
|
+
}
|
|
441
|
+
:root {
|
|
442
|
+
--divider-line: #4a4b4b;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
|
|
446
|
+
overflow: hidden !important;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
|
|
450
|
+
white-space: nowrap !important;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
|
|
454
|
+
text-overflow: ellipsis !important;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.popup-module_popup-container__PJ0oQ {
|
|
458
|
+
--popup-width: 60vw;
|
|
459
|
+
--popup-height: 50vh;
|
|
460
|
+
position: fixed;
|
|
461
|
+
width: var(--popup-width);
|
|
462
|
+
height: var(--popup-height);
|
|
463
|
+
--slideXFrom: 0;
|
|
464
|
+
--slideYFrom: 0;
|
|
465
|
+
will-change: opacity;
|
|
466
|
+
transition: opacity 300ms ease-in-out;
|
|
467
|
+
opacity: 0;
|
|
468
|
+
visibility: hidden;
|
|
469
|
+
pointer-events: none;
|
|
470
|
+
}
|
|
471
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
|
|
472
|
+
position: relative;
|
|
473
|
+
flex-direction: column;
|
|
474
|
+
align-items: start;
|
|
514
475
|
width: 100%;
|
|
515
|
-
|
|
476
|
+
height: 100%;
|
|
477
|
+
overflow-x: clip;
|
|
478
|
+
background-color: #090A0A;
|
|
479
|
+
border-radius: 4px;
|
|
480
|
+
box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
|
|
481
|
+
transition: transform 350ms ease-out;
|
|
482
|
+
will-change: transform;
|
|
483
|
+
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
516
484
|
}
|
|
517
|
-
.
|
|
518
|
-
|
|
485
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
|
|
486
|
+
margin-bottom: 0;
|
|
487
|
+
}
|
|
488
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
|
|
489
|
+
cursor: pointer;
|
|
490
|
+
line-height: 1px;
|
|
491
|
+
background-color: rgba(255, 255, 255, 0);
|
|
492
|
+
}
|
|
493
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
|
|
494
|
+
background-color: #FDDA0D;
|
|
495
|
+
width: 9px !important;
|
|
496
|
+
height: 9px !important;
|
|
497
|
+
line-height: 1px !important;
|
|
498
|
+
}
|
|
499
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
|
|
500
|
+
background-color: #FFEA00;
|
|
501
|
+
}
|
|
502
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
|
|
519
503
|
width: 100%;
|
|
520
|
-
|
|
504
|
+
height: 100%;
|
|
505
|
+
padding: 24px;
|
|
506
|
+
overflow-y: auto;
|
|
507
|
+
display: flex;
|
|
508
|
+
}
|
|
509
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
|
|
510
|
+
overflow-y: auto;
|
|
511
|
+
}
|
|
512
|
+
.popup-module_popup-container__PJ0oQ[data-show] {
|
|
513
|
+
opacity: 1;
|
|
514
|
+
visibility: visible;
|
|
515
|
+
pointer-events: all;
|
|
516
|
+
}
|
|
517
|
+
.popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
|
|
518
|
+
transform: translateX(0) translateY(0);
|
|
519
|
+
}
|
|
520
|
+
.popup-module_popup-container__PJ0oQ[data-show=false] {
|
|
521
|
+
opacity: 0;
|
|
522
|
+
visibility: hidden;
|
|
523
|
+
pointer-events: none;
|
|
524
|
+
}
|
|
525
|
+
.popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
|
|
526
|
+
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.cui-theme-dark .popup-module_popup-container-inner__n83Cz {
|
|
530
|
+
background-color: #090A0A;
|
|
531
|
+
color: #F4F4F4;
|
|
532
|
+
}
|
|
533
|
+
.cui-theme-light .popup-module_popup-container-inner__n83Cz {
|
|
534
|
+
background-color: #090A0A;
|
|
535
|
+
color: #F4F4F4;
|
|
521
536
|
}
|
|
522
537
|
:root {
|
|
523
538
|
--divider-line: #4a4b4b;
|
|
@@ -633,28 +648,183 @@
|
|
|
633
648
|
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
|
|
634
649
|
border-color: #515757 transparent transparent transparent;
|
|
635
650
|
}
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
position: fixed;
|
|
639
|
-
width: 100%;
|
|
640
|
-
height: 100%;
|
|
641
|
-
top: 0;
|
|
642
|
-
left: 0;
|
|
643
|
-
background: rgba(40, 80, 120, 0.8) !important;
|
|
644
|
-
pointer-events: all;
|
|
645
|
-
user-select: none;
|
|
646
|
-
will-change: opacity;
|
|
647
|
-
transition: opacity 450ms ease-in-out;
|
|
648
|
-
opacity: 0;
|
|
649
|
-
visibility: hidden;
|
|
651
|
+
:root {
|
|
652
|
+
--divider-line: #4a4b4b;
|
|
650
653
|
}
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
+
|
|
655
|
+
.tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
|
|
656
|
+
overflow: hidden !important;
|
|
654
657
|
}
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
+
|
|
659
|
+
.tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
|
|
660
|
+
white-space: nowrap !important;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
|
|
664
|
+
text-overflow: ellipsis !important;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.tag-module_tag__rGA-E {
|
|
668
|
+
display: inline-flex;
|
|
669
|
+
flex-direction: row;
|
|
670
|
+
padding: 4px 8px;
|
|
671
|
+
gap: 4px;
|
|
672
|
+
min-height: 18px;
|
|
673
|
+
border-radius: 4px;
|
|
674
|
+
border-width: 1px;
|
|
675
|
+
border-style: solid;
|
|
676
|
+
align-items: center;
|
|
677
|
+
min-width: "auto";
|
|
678
|
+
width: "auto";
|
|
679
|
+
}
|
|
680
|
+
.tag-module_tag__rGA-E .icon-base {
|
|
681
|
+
color: #E2E369 !important;
|
|
682
|
+
}
|
|
683
|
+
.tag-module_tag__rGA-E .tag-module_text__WpK6w {
|
|
684
|
+
white-space: nowrap;
|
|
685
|
+
}
|
|
686
|
+
.tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
|
|
687
|
+
justify-content: center;
|
|
688
|
+
align-items: center;
|
|
689
|
+
overflow: hidden !important;
|
|
690
|
+
white-space: nowrap !important;
|
|
691
|
+
text-overflow: ellipsis !important;
|
|
692
|
+
}
|
|
693
|
+
.tag-module_tag__rGA-E.tag-module_default__6cv6k {
|
|
694
|
+
background-color: #434747;
|
|
695
|
+
border-color: #515757;
|
|
696
|
+
color: #F4F4F4;
|
|
697
|
+
}
|
|
698
|
+
.tag-module_tag__rGA-E.tag-module_clickable__W6arw {
|
|
699
|
+
cursor: pointer;
|
|
700
|
+
transition: background-color 0.25s ease;
|
|
701
|
+
}
|
|
702
|
+
.tag-module_tag__rGA-E.tag-module_clickable__W6arw.tag-module_default__6cv6k:hover {
|
|
703
|
+
background-color: #515757;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_info__PMCQH {
|
|
707
|
+
background-color: #203439;
|
|
708
|
+
border-color: #80D9F3;
|
|
709
|
+
color: #80D9F3;
|
|
710
|
+
}
|
|
711
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
|
|
712
|
+
background-color: #212A04;
|
|
713
|
+
border-color: #B1E02C;
|
|
714
|
+
color: #B1E02C;
|
|
715
|
+
}
|
|
716
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_low__57msG {
|
|
717
|
+
background-color: #353505;
|
|
718
|
+
border-color: #E2E369;
|
|
719
|
+
color: #E2E369;
|
|
720
|
+
}
|
|
721
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
|
|
722
|
+
background-color: #632E03;
|
|
723
|
+
border-color: #FD8F3E;
|
|
724
|
+
color: #FD8F3E;
|
|
725
|
+
}
|
|
726
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
|
|
727
|
+
background-color: #371A1A;
|
|
728
|
+
border-color: #FD553E;
|
|
729
|
+
color: #FD553E;
|
|
730
|
+
}
|
|
731
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
|
|
732
|
+
background-color: #311616;
|
|
733
|
+
border-color: #EC515B;
|
|
734
|
+
color: #EC515B;
|
|
735
|
+
}
|
|
736
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_information__gjuZe {
|
|
737
|
+
background-color: #203439;
|
|
738
|
+
border-color: #02B3E6;
|
|
739
|
+
color: #02B3E6;
|
|
740
|
+
}
|
|
741
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_success__M-mEI {
|
|
742
|
+
background-color: #212A04;
|
|
743
|
+
border-color: #30D136;
|
|
744
|
+
color: #30D136;
|
|
745
|
+
}
|
|
746
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
|
|
747
|
+
background-color: #311616;
|
|
748
|
+
border-color: #FD553E;
|
|
749
|
+
color: #FD553E;
|
|
750
|
+
}
|
|
751
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_error__fo8QB {
|
|
752
|
+
background-color: #311616;
|
|
753
|
+
border-color: #FD553E;
|
|
754
|
+
color: #FD553E;
|
|
755
|
+
}
|
|
756
|
+
.cui-theme-dark .tag-module_tag__rGA-E.tag-module_warning__29pni {
|
|
757
|
+
background-color: #632E03;
|
|
758
|
+
border-color: #FD8F3E;
|
|
759
|
+
color: #FD8F3E;
|
|
760
|
+
}
|
|
761
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_info__PMCQH {
|
|
762
|
+
background-color: #80D9F3;
|
|
763
|
+
border-color: #80D9F3;
|
|
764
|
+
color: #203439;
|
|
765
|
+
}
|
|
766
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_very-low__a6WSr {
|
|
767
|
+
background-color: #B1E02C;
|
|
768
|
+
border-color: #B1E02C;
|
|
769
|
+
color: #212A04;
|
|
770
|
+
}
|
|
771
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_low__57msG {
|
|
772
|
+
background-color: #E2E369;
|
|
773
|
+
border-color: #E2E369;
|
|
774
|
+
color: #353505;
|
|
775
|
+
}
|
|
776
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_medium__PtVKT {
|
|
777
|
+
background-color: #FD8F3E;
|
|
778
|
+
border-color: #FD8F3E;
|
|
779
|
+
color: #632E03;
|
|
780
|
+
}
|
|
781
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_high__8ayT0 {
|
|
782
|
+
background-color: #FD553E;
|
|
783
|
+
border-color: #FD553E;
|
|
784
|
+
color: #371A1A;
|
|
785
|
+
}
|
|
786
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_critical__fT5Pe {
|
|
787
|
+
background-color: #EC515B;
|
|
788
|
+
border-color: #EC515B;
|
|
789
|
+
color: #311616;
|
|
790
|
+
}
|
|
791
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_information__gjuZe {
|
|
792
|
+
background-color: #02B3E6;
|
|
793
|
+
border-color: #02B3E6;
|
|
794
|
+
color: #203439;
|
|
795
|
+
}
|
|
796
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_success__M-mEI {
|
|
797
|
+
background-color: #30D136;
|
|
798
|
+
border-color: #30D136;
|
|
799
|
+
color: #212A04;
|
|
800
|
+
}
|
|
801
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_alert__1NDIs {
|
|
802
|
+
background-color: #FD553E;
|
|
803
|
+
border-color: #FD553E;
|
|
804
|
+
color: #311616;
|
|
805
|
+
}
|
|
806
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_error__fo8QB {
|
|
807
|
+
background-color: #FD553E;
|
|
808
|
+
border-color: #FD553E;
|
|
809
|
+
color: #311616;
|
|
810
|
+
}
|
|
811
|
+
.cui-theme-light .tag-module_tag__rGA-E.tag-module_warning__29pni {
|
|
812
|
+
background-color: #FD8F3E;
|
|
813
|
+
border-color: #FD8F3E;
|
|
814
|
+
color: #632E03;
|
|
815
|
+
}
|
|
816
|
+
.flowLayout-module_flowLayout__VHpnY {
|
|
817
|
+
overflow: auto;
|
|
818
|
+
}
|
|
819
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
820
|
+
display: flex;
|
|
821
|
+
width: 100%;
|
|
822
|
+
min-width: 0;
|
|
823
|
+
}
|
|
824
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
825
|
+
display: flex;
|
|
826
|
+
width: 100%;
|
|
827
|
+
min-width: 0;
|
|
658
828
|
}
|
|
659
829
|
:root {
|
|
660
830
|
--divider-line: #4a4b4b;
|