Flowfile 0.2.2__py3-none-any.whl → 0.3.0.1__py3-none-any.whl
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.
Potentially problematic release.
This version of Flowfile might be problematic. Click here for more details.
- flowfile/__init__.py +14 -7
- flowfile/__main__.py +51 -15
- flowfile/api.py +379 -0
- flowfile/web/__init__.py +155 -0
- flowfile/web/static/assets/AirbyteReader-1ac35765.css +314 -0
- flowfile/web/static/assets/AirbyteReader-cb0c1d4a.js +921 -0
- flowfile/web/static/assets/CrossJoin-41efa4cb.css +100 -0
- flowfile/web/static/assets/CrossJoin-a514fa59.js +153 -0
- flowfile/web/static/assets/DatabaseConnectionSettings-0c04b2e5.css +77 -0
- flowfile/web/static/assets/DatabaseConnectionSettings-f2cecf33.js +151 -0
- flowfile/web/static/assets/DatabaseManager-30fa27e5.css +64 -0
- flowfile/web/static/assets/DatabaseManager-83ee3c98.js +484 -0
- flowfile/web/static/assets/DatabaseReader-dc0c6881.js +426 -0
- flowfile/web/static/assets/DatabaseReader-f50c6558.css +158 -0
- flowfile/web/static/assets/DatabaseWriter-2f570e53.css +96 -0
- flowfile/web/static/assets/DatabaseWriter-5afe9f8d.js +312 -0
- flowfile/web/static/assets/ExploreData-5bdae813.css +45 -0
- flowfile/web/static/assets/ExploreData-c7ee19cf.js +118306 -0
- flowfile/web/static/assets/ExternalSource-17b23a01.js +225 -0
- flowfile/web/static/assets/ExternalSource-e37b6275.css +94 -0
- flowfile/web/static/assets/Filter-90856b4f.js +238 -0
- flowfile/web/static/assets/Filter-a9d08ba1.css +20 -0
- flowfile/web/static/assets/Formula-38b71e9e.js +197 -0
- flowfile/web/static/assets/Formula-d60a74f4.css +17 -0
- flowfile/web/static/assets/FuzzyMatch-6857de82.css +254 -0
- flowfile/web/static/assets/FuzzyMatch-d0f1fe81.js +422 -0
- flowfile/web/static/assets/GoogleSheet-854294a4.js +2616 -0
- flowfile/web/static/assets/GoogleSheet-92084da7.css +233 -0
- flowfile/web/static/assets/GraphSolver-0c86bbc6.js +382 -0
- flowfile/web/static/assets/GraphSolver-17fd26db.css +68 -0
- flowfile/web/static/assets/GroupBy-ab1ea74b.css +51 -0
- flowfile/web/static/assets/GroupBy-f2772e9f.js +413 -0
- flowfile/web/static/assets/Join-41c0f331.css +109 -0
- flowfile/web/static/assets/Join-bc3e1cf7.js +247 -0
- flowfile/web/static/assets/ManualInput-03aa0245.js +391 -0
- flowfile/web/static/assets/ManualInput-ac7b9972.css +84 -0
- flowfile/web/static/assets/Output-48f81019.css +2642 -0
- flowfile/web/static/assets/Output-5b35eee8.js +536 -0
- flowfile/web/static/assets/Pivot-7164087c.js +408 -0
- flowfile/web/static/assets/Pivot-f415e85f.css +35 -0
- flowfile/web/static/assets/PolarsCode-3abf6507.js +2863 -0
- flowfile/web/static/assets/PolarsCode-650322d1.css +35 -0
- flowfile/web/static/assets/PopOver-b37ff9be.js +577 -0
- flowfile/web/static/assets/PopOver-bccfde04.css +32 -0
- flowfile/web/static/assets/Read-65966a3e.js +701 -0
- flowfile/web/static/assets/Read-80dc1675.css +197 -0
- flowfile/web/static/assets/RecordCount-c66c6d6d.js +121 -0
- flowfile/web/static/assets/RecordId-826dc095.js +339 -0
- flowfile/web/static/assets/Sample-4ed555c8.js +184 -0
- flowfile/web/static/assets/SecretManager-eac1e97d.js +382 -0
- flowfile/web/static/assets/Select-085f05cc.js +231 -0
- flowfile/web/static/assets/SettingsSection-1f5e79c1.js +87 -0
- flowfile/web/static/assets/SettingsSection-9c836ecc.css +47 -0
- flowfile/web/static/assets/Sort-3e6cb414.js +309 -0
- flowfile/web/static/assets/Sort-7ccfa0fe.css +51 -0
- flowfile/web/static/assets/TextToRows-606349bc.js +307 -0
- flowfile/web/static/assets/TextToRows-c92d1ec2.css +48 -0
- flowfile/web/static/assets/UnavailableFields-5edd5322.css +49 -0
- flowfile/web/static/assets/UnavailableFields-b41976ed.js +36 -0
- flowfile/web/static/assets/Union-8d9ac7f9.css +30 -0
- flowfile/web/static/assets/Union-fca91665.js +145 -0
- flowfile/web/static/assets/Unique-a59f830e.js +273 -0
- flowfile/web/static/assets/Unique-b5615727.css +51 -0
- flowfile/web/static/assets/Unpivot-246e9bbd.css +77 -0
- flowfile/web/static/assets/Unpivot-c3815565.js +441 -0
- flowfile/web/static/assets/airbyte-292aa232.png +0 -0
- flowfile/web/static/assets/api-22b338bd.js +60 -0
- flowfile/web/static/assets/cross_join-d30c0290.png +0 -0
- flowfile/web/static/assets/database_reader-ce1e55f3.svg +24 -0
- flowfile/web/static/assets/database_writer-b4ad0753.svg +23 -0
- flowfile/web/static/assets/designer-2394122a.css +10697 -0
- flowfile/web/static/assets/designer-e5bbe26f.js +69712 -0
- flowfile/web/static/assets/documentation-08045cf2.js +33 -0
- flowfile/web/static/assets/documentation-12216a74.css +50 -0
- flowfile/web/static/assets/dropDown-35135ba8.css +143 -0
- flowfile/web/static/assets/dropDown-5e7e9a5a.js +319 -0
- flowfile/web/static/assets/dropDownGeneric-50a91b99.js +72 -0
- flowfile/web/static/assets/dropDownGeneric-895680d6.css +10 -0
- flowfile/web/static/assets/element-icons-9c88a535.woff +0 -0
- flowfile/web/static/assets/element-icons-de5eb258.ttf +0 -0
- flowfile/web/static/assets/explore_data-8a0a2861.png +0 -0
- flowfile/web/static/assets/fa-brands-400-808443ae.ttf +0 -0
- flowfile/web/static/assets/fa-brands-400-d7236a19.woff2 +0 -0
- flowfile/web/static/assets/fa-regular-400-54cf6086.ttf +0 -0
- flowfile/web/static/assets/fa-regular-400-e3456d12.woff2 +0 -0
- flowfile/web/static/assets/fa-solid-900-aa759986.woff2 +0 -0
- flowfile/web/static/assets/fa-solid-900-d2f05935.ttf +0 -0
- flowfile/web/static/assets/fa-v4compatibility-0ce9033c.woff2 +0 -0
- flowfile/web/static/assets/fa-v4compatibility-30f6abf6.ttf +0 -0
- flowfile/web/static/assets/filter-d7708bda.png +0 -0
- flowfile/web/static/assets/formula-eeeb1611.png +0 -0
- flowfile/web/static/assets/fullEditor-178376bb.css +256 -0
- flowfile/web/static/assets/fullEditor-705c6ccb.js +630 -0
- flowfile/web/static/assets/fuzzy_match-40c161b2.png +0 -0
- flowfile/web/static/assets/genericNodeSettings-65587f20.js +137 -0
- flowfile/web/static/assets/genericNodeSettings-924759c7.css +46 -0
- flowfile/web/static/assets/graph_solver-8b7888b8.png +0 -0
- flowfile/web/static/assets/group_by-80561fc3.png +0 -0
- flowfile/web/static/assets/index-552863fd.js +58652 -0
- flowfile/web/static/assets/index-681a3ed0.css +8843 -0
- flowfile/web/static/assets/input_data-ab2eb678.png +0 -0
- flowfile/web/static/assets/join-349043ae.png +0 -0
- flowfile/web/static/assets/manual_input-ae98f31d.png +0 -0
- flowfile/web/static/assets/nodeTitle-cf9bae3c.js +227 -0
- flowfile/web/static/assets/nodeTitle-f4b12bcb.css +134 -0
- flowfile/web/static/assets/old_join-5d0eb604.png +0 -0
- flowfile/web/static/assets/output-06ec0371.png +0 -0
- flowfile/web/static/assets/pivot-9660df51.png +0 -0
- flowfile/web/static/assets/polars_code-05ce5dc6.png +0 -0
- flowfile/web/static/assets/record_count-dab44eb5.png +0 -0
- flowfile/web/static/assets/record_id-0b15856b.png +0 -0
- flowfile/web/static/assets/sample-693a88b5.png +0 -0
- flowfile/web/static/assets/secretApi-3ad510e1.js +46 -0
- flowfile/web/static/assets/select-b0d0437a.png +0 -0
- flowfile/web/static/assets/selectDynamic-b062bc9b.css +107 -0
- flowfile/web/static/assets/selectDynamic-bd644891.js +302 -0
- flowfile/web/static/assets/sort-2aa579f0.png +0 -0
- flowfile/web/static/assets/summarize-2a099231.png +0 -0
- flowfile/web/static/assets/text_to_rows-859b29ea.png +0 -0
- flowfile/web/static/assets/union-2d8609f4.png +0 -0
- flowfile/web/static/assets/unique-1958b98a.png +0 -0
- flowfile/web/static/assets/unpivot-d3cb4b5b.png +0 -0
- flowfile/web/static/assets/view-7a0f0be1.png +0 -0
- flowfile/web/static/assets/vue-codemirror.esm-dd17b478.js +22281 -0
- flowfile/web/static/assets/vue-content-loader.es-6b36f05e.js +210 -0
- flowfile/web/static/flowfile.svg +47 -0
- flowfile/web/static/icons/flowfile.png +0 -0
- flowfile/web/static/images/airbyte.png +0 -0
- flowfile/web/static/images/flowfile.svg +47 -0
- flowfile/web/static/images/google.svg +1 -0
- flowfile/web/static/images/sheets.png +0 -0
- flowfile/web/static/index.html +22 -0
- flowfile/web/static/vite.svg +1 -0
- flowfile/web/static/vue.svg +1 -0
- flowfile-0.3.0.1.dist-info/METADATA +219 -0
- {flowfile-0.2.2.dist-info → flowfile-0.3.0.1.dist-info}/RECORD +147 -16
- {flowfile-0.2.2.dist-info → flowfile-0.3.0.1.dist-info}/entry_points.txt +1 -1
- flowfile_core/configs/settings.py +7 -32
- flowfile_core/flowfile/FlowfileFlow.py +4 -2
- flowfile_core/flowfile/analytics/analytics_processor.py +1 -1
- flowfile_core/main.py +4 -1
- flowfile_core/schemas/input_schema.py +1 -8
- flowfile_frame/__init__.py +1 -2
- flowfile_frame/flow_frame.py +6 -6
- flowfile_frame/utils.py +1 -140
- flowfile-0.2.2.dist-info/METADATA +0 -225
- flowfile_frame/__main__.py +0 -12
- {flowfile-0.2.2.dist-info → flowfile-0.3.0.1.dist-info}/LICENSE +0 -0
- {flowfile-0.2.2.dist-info → flowfile-0.3.0.1.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,314 @@
|
|
|
1
|
+
|
|
2
|
+
/* Array input styles */
|
|
3
|
+
.array-input-section[data-v-b2f2d704] {
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
gap: 8px;
|
|
7
|
+
}
|
|
8
|
+
.input-with-button[data-v-b2f2d704] {
|
|
9
|
+
display: flex;
|
|
10
|
+
gap: 8px;
|
|
11
|
+
align-items: center;
|
|
12
|
+
}
|
|
13
|
+
.items-container[data-v-b2f2d704] {
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-wrap: wrap;
|
|
16
|
+
gap: 10px; /* Space between items */
|
|
17
|
+
}
|
|
18
|
+
.item-box[data-v-b2f2d704] {
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
21
|
+
padding: 5px 10px;
|
|
22
|
+
background-color: #f0f0f0;
|
|
23
|
+
border-radius: 4px;
|
|
24
|
+
font-size: 12px;
|
|
25
|
+
position: relative;
|
|
26
|
+
}
|
|
27
|
+
.remove-btn[data-v-b2f2d704] {
|
|
28
|
+
margin-left: 8px;
|
|
29
|
+
cursor: pointer;
|
|
30
|
+
color: #100f0f72;
|
|
31
|
+
font-weight: bold;
|
|
32
|
+
}
|
|
33
|
+
.add-btn[data-v-b2f2d704] {
|
|
34
|
+
padding: 4px 12px;
|
|
35
|
+
background: #7878ff5b;
|
|
36
|
+
border: none;
|
|
37
|
+
border-radius: 3px;
|
|
38
|
+
cursor: pointer;
|
|
39
|
+
font-size: 12px;
|
|
40
|
+
transition: background-color 0.2s;
|
|
41
|
+
white-space: nowrap;
|
|
42
|
+
}
|
|
43
|
+
.add-btn[data-v-b2f2d704]:hover {
|
|
44
|
+
background: #6363ff5b;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/* Your existing styles */
|
|
48
|
+
.form-container[data-v-b2f2d704] {
|
|
49
|
+
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
|
|
50
|
+
font-size: 13px;
|
|
51
|
+
color: #333;
|
|
52
|
+
}
|
|
53
|
+
.form-grid[data-v-b2f2d704] {
|
|
54
|
+
display: grid;
|
|
55
|
+
gap: 8px;
|
|
56
|
+
padding: 12px;
|
|
57
|
+
background: #fff;
|
|
58
|
+
border: 1px solid #eee;
|
|
59
|
+
border-radius: 4px;
|
|
60
|
+
}
|
|
61
|
+
.form-item-wrapper[data-v-b2f2d704] {
|
|
62
|
+
margin-bottom: 2px;
|
|
63
|
+
}
|
|
64
|
+
.single-item[data-v-b2f2d704] {
|
|
65
|
+
margin-bottom: 4px;
|
|
66
|
+
}
|
|
67
|
+
.compact-header[data-v-b2f2d704] {
|
|
68
|
+
font-size: 12px;
|
|
69
|
+
color: #666;
|
|
70
|
+
margin-bottom: 2px;
|
|
71
|
+
display: flex;
|
|
72
|
+
align-items: center;
|
|
73
|
+
gap: 4px;
|
|
74
|
+
}
|
|
75
|
+
.minimal-header[data-v-b2f2d704] {
|
|
76
|
+
width: 100%;
|
|
77
|
+
text-align: left;
|
|
78
|
+
padding: 6px 8px;
|
|
79
|
+
background: #f5f5f5;
|
|
80
|
+
border: 1px solid #eee;
|
|
81
|
+
border-radius: 3px;
|
|
82
|
+
font-size: 12px;
|
|
83
|
+
display: flex;
|
|
84
|
+
align-items: center;
|
|
85
|
+
gap: 6px;
|
|
86
|
+
cursor: pointer;
|
|
87
|
+
transition: background 0.2s;
|
|
88
|
+
}
|
|
89
|
+
.minimal-header[data-v-b2f2d704]:hover {
|
|
90
|
+
background: #f0f0f0;
|
|
91
|
+
}
|
|
92
|
+
.minimal-header.is-open[data-v-b2f2d704] {
|
|
93
|
+
border-bottom-left-radius: 0;
|
|
94
|
+
border-bottom-right-radius: 0;
|
|
95
|
+
}
|
|
96
|
+
.minimal-chevron[data-v-b2f2d704] {
|
|
97
|
+
font-size: 14px;
|
|
98
|
+
color: #999;
|
|
99
|
+
width: 12px;
|
|
100
|
+
}
|
|
101
|
+
.tag[data-v-b2f2d704] {
|
|
102
|
+
color: #ff4757;
|
|
103
|
+
font-size: 14px;
|
|
104
|
+
}
|
|
105
|
+
.type-indicator[data-v-b2f2d704] {
|
|
106
|
+
color: #999;
|
|
107
|
+
font-size: 11px;
|
|
108
|
+
}
|
|
109
|
+
.nested-content[data-v-b2f2d704] {
|
|
110
|
+
padding: 8px;
|
|
111
|
+
border: 1px solid #eee;
|
|
112
|
+
border-top: none;
|
|
113
|
+
background: #fff;
|
|
114
|
+
border-bottom-left-radius: 3px;
|
|
115
|
+
border-bottom-right-radius: 3px;
|
|
116
|
+
}
|
|
117
|
+
.nested-item[data-v-b2f2d704] {
|
|
118
|
+
margin-bottom: 6px;
|
|
119
|
+
}
|
|
120
|
+
.nested-item[data-v-b2f2d704]:last-child {
|
|
121
|
+
margin-bottom: 0;
|
|
122
|
+
}
|
|
123
|
+
.minimal-input[data-v-b2f2d704] {
|
|
124
|
+
box-sizing: border-box; /* Add this to include padding in width calculation */
|
|
125
|
+
width: 100%;
|
|
126
|
+
padding: 4px 8px;
|
|
127
|
+
border: 1px solid #ddd;
|
|
128
|
+
border-radius: 3px;
|
|
129
|
+
font-size: 12px;
|
|
130
|
+
background: #fff;
|
|
131
|
+
transition: border 0.2s;
|
|
132
|
+
}
|
|
133
|
+
.minimal-input[data-v-b2f2d704]:focus {
|
|
134
|
+
outline: none;
|
|
135
|
+
border-color: #666;
|
|
136
|
+
}
|
|
137
|
+
.minimal-input[data-v-b2f2d704]::placeholder {
|
|
138
|
+
color: #ccc;
|
|
139
|
+
}
|
|
140
|
+
.minimal-popover[data-v-b2f2d704] {
|
|
141
|
+
position: fixed;
|
|
142
|
+
background: rgba(0, 0, 0, 0.8);
|
|
143
|
+
color: #fff;
|
|
144
|
+
padding: 4px 8px;
|
|
145
|
+
border-radius: 3px;
|
|
146
|
+
font-size: 12px;
|
|
147
|
+
max-width: 250px;
|
|
148
|
+
z-index: 100;
|
|
149
|
+
pointer-events: none;
|
|
150
|
+
}
|
|
151
|
+
@media (max-width: 640px) {
|
|
152
|
+
.form-grid[data-v-b2f2d704] {
|
|
153
|
+
padding: 8px;
|
|
154
|
+
gap: 6px;
|
|
155
|
+
}
|
|
156
|
+
.minimal-header[data-v-b2f2d704] {
|
|
157
|
+
padding: 4px 6px;
|
|
158
|
+
}
|
|
159
|
+
.minimal-input[data-v-b2f2d704] {
|
|
160
|
+
padding: 3px 6px;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.to-front[data-v-9dcbd94f] {
|
|
165
|
+
z-index: 1000;
|
|
166
|
+
}
|
|
167
|
+
.config-section[data-v-9dcbd94f] {
|
|
168
|
+
margin-top: 16px;
|
|
169
|
+
}
|
|
170
|
+
.stream-section[data-v-9dcbd94f] {
|
|
171
|
+
margin-top: 16px;
|
|
172
|
+
}
|
|
173
|
+
.stream-select[data-v-9dcbd94f] {
|
|
174
|
+
width: 100%;
|
|
175
|
+
max-width: 400px;
|
|
176
|
+
}
|
|
177
|
+
.icon-button[data-v-9dcbd94f] {
|
|
178
|
+
padding: 2px;
|
|
179
|
+
border: none;
|
|
180
|
+
background: none;
|
|
181
|
+
cursor: pointer;
|
|
182
|
+
color: #666;
|
|
183
|
+
}
|
|
184
|
+
.icon-button[data-v-9dcbd94f]:hover {
|
|
185
|
+
color: #333;
|
|
186
|
+
}
|
|
187
|
+
.primary-button[data-v-9dcbd94f] {
|
|
188
|
+
display: inline-flex;
|
|
189
|
+
align-items: center;
|
|
190
|
+
justify-content: center;
|
|
191
|
+
cursor: pointer;
|
|
192
|
+
padding: 8px 16px;
|
|
193
|
+
background-color: #7878ff5b;
|
|
194
|
+
border: none;
|
|
195
|
+
border-radius: 4px;
|
|
196
|
+
font-size: 13px;
|
|
197
|
+
transition: background-color 0.3s ease;
|
|
198
|
+
}
|
|
199
|
+
.primary-button[data-v-9dcbd94f]:hover:not(:disabled) {
|
|
200
|
+
background-color: #b3b5ba;
|
|
201
|
+
}
|
|
202
|
+
.primary-button[data-v-9dcbd94f]:disabled {
|
|
203
|
+
opacity: 0.6;
|
|
204
|
+
cursor: not-allowed;
|
|
205
|
+
}
|
|
206
|
+
.secondary-button[data-v-9dcbd94f] {
|
|
207
|
+
display: inline-flex;
|
|
208
|
+
align-items: center;
|
|
209
|
+
gap: 4px;
|
|
210
|
+
padding: 4px 8px;
|
|
211
|
+
background-color: #f1f1f1;
|
|
212
|
+
border: 1px solid #ddd;
|
|
213
|
+
border-radius: 4px;
|
|
214
|
+
font-size: 12px;
|
|
215
|
+
color: #666;
|
|
216
|
+
transition: all 0.2s ease;
|
|
217
|
+
}
|
|
218
|
+
.secondary-button[data-v-9dcbd94f]:hover {
|
|
219
|
+
background-color: #e4e4e4;
|
|
220
|
+
color: #333;
|
|
221
|
+
}
|
|
222
|
+
.validation-banner[data-v-9dcbd94f] {
|
|
223
|
+
display: flex;
|
|
224
|
+
align-items: center;
|
|
225
|
+
gap: 8px;
|
|
226
|
+
padding: 12px;
|
|
227
|
+
margin-top: 12px;
|
|
228
|
+
border-radius: 4px;
|
|
229
|
+
font-size: 14px;
|
|
230
|
+
}
|
|
231
|
+
.validation-banner.success[data-v-9dcbd94f] {
|
|
232
|
+
background-color: #ecfdf5;
|
|
233
|
+
color: #047857;
|
|
234
|
+
}
|
|
235
|
+
.validation-banner.error[data-v-9dcbd94f] {
|
|
236
|
+
background-color: #fef2f2;
|
|
237
|
+
color: #dc2626;
|
|
238
|
+
}
|
|
239
|
+
.spin[data-v-9dcbd94f] {
|
|
240
|
+
animation: spin-9dcbd94f 1s linear infinite;
|
|
241
|
+
}
|
|
242
|
+
@keyframes spin-9dcbd94f {
|
|
243
|
+
from {
|
|
244
|
+
transform: rotate(0deg);
|
|
245
|
+
}
|
|
246
|
+
to {
|
|
247
|
+
transform: rotate(360deg);
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
.file-upload-label[data-v-9dcbd94f] {
|
|
251
|
+
display: flex;
|
|
252
|
+
align-items: center;
|
|
253
|
+
justify-content: flex-start;
|
|
254
|
+
background-color: #f5f5f5;
|
|
255
|
+
border: 1px solid #ddd;
|
|
256
|
+
border-radius: 4px;
|
|
257
|
+
padding: 10px 15px;
|
|
258
|
+
color: #333;
|
|
259
|
+
font-size: 16px;
|
|
260
|
+
font-weight: 500;
|
|
261
|
+
text-align: left;
|
|
262
|
+
user-select: none;
|
|
263
|
+
cursor: pointer;
|
|
264
|
+
transition: background-color 0.3s ease;
|
|
265
|
+
}
|
|
266
|
+
.file-upload-label[data-v-9dcbd94f]:hover {
|
|
267
|
+
background-color: #e4e4e4;
|
|
268
|
+
}
|
|
269
|
+
.file-icon[data-v-9dcbd94f] {
|
|
270
|
+
margin-right: 10px;
|
|
271
|
+
font-size: 20px;
|
|
272
|
+
width: 24px;
|
|
273
|
+
height: auto;
|
|
274
|
+
}
|
|
275
|
+
.attention-notice[data-v-9dcbd94f] {
|
|
276
|
+
display: flex;
|
|
277
|
+
align-items: center;
|
|
278
|
+
gap: 6px;
|
|
279
|
+
padding: 4px 8px;
|
|
280
|
+
border-radius: 4px;
|
|
281
|
+
width: fit-content;
|
|
282
|
+
margin-top: 4px;
|
|
283
|
+
}
|
|
284
|
+
.docker-notice[data-v-9dcbd94f] {
|
|
285
|
+
font-size: 12px;
|
|
286
|
+
font-weight: 600;
|
|
287
|
+
}
|
|
288
|
+
.warning-icon[data-v-9dcbd94f] {
|
|
289
|
+
font-size: 14px;
|
|
290
|
+
animation: pulse-9dcbd94f 2s infinite;
|
|
291
|
+
}
|
|
292
|
+
.flex[data-v-9dcbd94f] {
|
|
293
|
+
display: flex;
|
|
294
|
+
}
|
|
295
|
+
.justify-between[data-v-9dcbd94f] {
|
|
296
|
+
justify-content: space-between;
|
|
297
|
+
}
|
|
298
|
+
.items-center[data-v-9dcbd94f] {
|
|
299
|
+
align-items: center;
|
|
300
|
+
}
|
|
301
|
+
.gap-2[data-v-9dcbd94f] {
|
|
302
|
+
gap: 8px;
|
|
303
|
+
}
|
|
304
|
+
@keyframes pulse-9dcbd94f {
|
|
305
|
+
0% {
|
|
306
|
+
opacity: 1;
|
|
307
|
+
}
|
|
308
|
+
50% {
|
|
309
|
+
opacity: 0.5;
|
|
310
|
+
}
|
|
311
|
+
100% {
|
|
312
|
+
opacity: 1;
|
|
313
|
+
}
|
|
314
|
+
}
|