@cypress-design/react-statusicon 0.2.6 → 0.4.0
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/.turbo/turbo-build.log +12 -0
- package/CHANGELOG.md +23 -0
- package/StatusIcon.tsx +5 -5
- package/StatusIconReact.cy.tsx +1 -1
- package/{OutlineStatusIcon.ts → _OutlineStatusIcon.ts} +3 -3
- package/{SimpleStatusIcon.ts → _SimpleStatusIcon.ts} +3 -3
- package/{SolidStatusIcon.ts → _SolidStatusIcon.ts} +3 -3
- package/compileProps.ts +5 -2
- package/dist/{react/StatusIcon.d.ts → StatusIcon.d.ts} +3 -3
- package/dist/StatusIcon.d.ts.map +1 -0
- package/dist/{react/OutlineStatusIcon.d.ts → _OutlineStatusIcon.d.ts} +2 -2
- package/dist/_OutlineStatusIcon.d.ts.map +1 -0
- package/dist/{react/SimpleStatusIcon.d.ts → _SimpleStatusIcon.d.ts} +2 -2
- package/dist/_SimpleStatusIcon.d.ts.map +1 -0
- package/dist/{react/SolidStatusIcon.d.ts → _SolidStatusIcon.d.ts} +2 -2
- package/dist/_SolidStatusIcon.d.ts.map +1 -0
- package/dist/{react/compileProps.d.ts → compileProps.d.ts} +1 -1
- package/dist/compileProps.d.ts.map +1 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.es.mjs +233 -232
- package/dist/index.es.mjs.map +1 -1
- package/dist/index.umd.js +236 -236
- package/dist/index.umd.js.map +1 -1
- package/index.ts +4 -4
- package/package.json +29 -25
- package/tsconfig.build.json +3 -3
- package/tsconfig.json +5 -6
- package/StatusIcon.stories.mdx +0 -134
- package/dist/constants.d.ts +0 -106
- package/dist/constants.d.ts.map +0 -1
- package/dist/outline-imports.d.ts +0 -3
- package/dist/outline-imports.d.ts.map +0 -1
- package/dist/react/OutlineStatusIcon.d.ts.map +0 -1
- package/dist/react/SimpleStatusIcon.d.ts.map +0 -1
- package/dist/react/SolidStatusIcon.d.ts.map +0 -1
- package/dist/react/StatusIcon.d.ts.map +0 -1
- package/dist/react/compileProps.d.ts.map +0 -1
- package/dist/react/index.d.ts +0 -6
- package/dist/react/index.d.ts.map +0 -1
- package/dist/simple-imports.d.ts +0 -3
- package/dist/simple-imports.d.ts.map +0 -1
- package/dist/solid-imports.d.ts +0 -3
- package/dist/solid-imports.d.ts.map +0 -1
package/dist/index.es.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { cyStatusRunningSimpleX4, cyStatusRunningSimpleX8, cyStatusRunningOutlineX12, cyStatusRunningOutlineX16, cyStatusRunningOutlineX24, cyStatusPassedSimpleX4, cyStatusPassedSimpleX8, cyStatusPassedSimpleX12, cyStatusPassedOutlineX16, cyStatusPassedOutlineX24, cyStatusFailedSimpleX4, cyStatusFailedSimpleX8, cyStatusFailedSimpleX12, cyStatusFailedOutlineX16, cyStatusFailedOutlineX24, cyStatusQueuedSimpleX4, cyStatusQueuedSimpleX8, cyStatusQueuedOutlineX12, cyStatusQueuedOutlineX16, cyStatusQueuedOutlineX24, cyStatusPlaceholderSimpleX4, cyStatusPlaceholderSimpleX8, cyStatusPlaceholderSolidX12, cyStatusPlaceholderSolidX16, cyStatusPlaceholderSolidX24, cyStatusCancelledSimpleX4, cyStatusCancelledSimpleX8, cyStatusCancelledSolidX12, cyStatusCancelledOutlineX16, cyStatusCancelledOutlineX24, cyStatusErroredSimpleX4, cyStatusErroredSimpleX8, cyStatusErroredSolidX12, cyStatusErroredOutlineX16, cyStatusErroredOutlineX24, cyStatusSkippedSimpleX4, cyStatusSkippedSimpleX8, cyStatusSkippedOutlineX12, cyStatusSkippedOutlineX16, cyStatusSkippedOutlineX24, cyStatusPendingSimpleX4, cyStatusPendingSimpleX8, cyStatusPendingOutlineX12, cyStatusPendingOutlineX16, cyStatusPendingOutlineX24,
|
|
2
|
+
import { cyStatusRunningSimpleX4, cyStatusRunningSimpleX8, cyStatusRunningOutlineX12, cyStatusRunningOutlineX16, cyStatusRunningOutlineX24, cyStatusPassedSimpleX4, cyStatusPassedSimpleX8, cyStatusPassedSimpleX12, cyStatusPassedOutlineX16, cyStatusPassedOutlineX24, cyStatusFailedSimpleX4, cyStatusFailedSimpleX8, cyStatusFailedSimpleX12, cyStatusFailedOutlineX16, cyStatusFailedOutlineX24, cyStatusQueuedSimpleX4, cyStatusQueuedSimpleX8, cyStatusQueuedOutlineX12, cyStatusQueuedOutlineX16, cyStatusQueuedOutlineX24, cyStatusPlaceholderSimpleX4, cyStatusPlaceholderSimpleX8, cyStatusPlaceholderSolidX12, cyStatusPlaceholderSolidX16, cyStatusPlaceholderSolidX24, cyStatusCancelledSimpleX4, cyStatusCancelledSimpleX8, cyStatusCancelledSolidX12, cyStatusCancelledOutlineX16, cyStatusCancelledOutlineX24, cyStatusErroredSimpleX4, cyStatusErroredSimpleX8, cyStatusErroredSolidX12, cyStatusErroredOutlineX16, cyStatusErroredOutlineX24, cyStatusSkippedSimpleX4, cyStatusSkippedSimpleX8, cyStatusSkippedOutlineX12, cyStatusSkippedOutlineX16, cyStatusSkippedOutlineX24, cyStatusPendingSimpleX4, cyStatusPendingSimpleX8, cyStatusPendingOutlineX12, cyStatusPendingOutlineX16, cyStatusPendingOutlineX24, cyStatusPassedSimpleX16, cyStatusPassedSimpleX24, cyStatusFailedSimpleX16, cyStatusFailedSimpleX24, cyStatusCancelledSolidX16, cyStatusCancelledSolidX24, cyStatusErroredSolidX16, cyStatusErroredSolidX24, cyStatusPassedSolidX16, cyStatusPassedSolidX24, cyStatusFailedSolidX16, cyStatusFailedSolidX24, ICON_COLOR_PROP_NAMES, getComponentAttributes } from '@cypress-design/icon-registry';
|
|
3
3
|
|
|
4
4
|
/******************************************************************************
|
|
5
5
|
Copyright (c) Microsoft Corporation.
|
|
@@ -49,455 +49,456 @@ function __spreadArray(to, from, pack) {
|
|
|
49
49
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
var statuses$3 = {
|
|
53
|
-
running: {
|
|
54
|
-
size4Icon: cyStatusRunningSimpleX4,
|
|
55
|
-
size8Icon: cyStatusRunningSimpleX8,
|
|
56
|
-
size12Icon: cyStatusRunningOutlineX12,
|
|
57
|
-
size16Icon: cyStatusRunningOutlineX16,
|
|
58
|
-
size24Icon: cyStatusRunningOutlineX24
|
|
59
|
-
},
|
|
60
|
-
passed: {
|
|
61
|
-
size4Icon: cyStatusPassedSimpleX4,
|
|
62
|
-
size8Icon: cyStatusPassedSimpleX8,
|
|
63
|
-
size12Icon: cyStatusPassedSimpleX12,
|
|
64
|
-
size16Icon: cyStatusPassedOutlineX16,
|
|
65
|
-
size24Icon: cyStatusPassedOutlineX24
|
|
66
|
-
},
|
|
67
|
-
failed: {
|
|
68
|
-
size4Icon: cyStatusFailedSimpleX4,
|
|
69
|
-
size8Icon: cyStatusFailedSimpleX8,
|
|
70
|
-
size12Icon: cyStatusFailedSimpleX12,
|
|
71
|
-
size16Icon: cyStatusFailedOutlineX16,
|
|
72
|
-
size24Icon: cyStatusFailedOutlineX24
|
|
73
|
-
},
|
|
74
|
-
unclaimed: {
|
|
75
|
-
size4Icon: cyStatusQueuedSimpleX4,
|
|
76
|
-
size8Icon: cyStatusQueuedSimpleX8,
|
|
77
|
-
size12Icon: cyStatusQueuedOutlineX12,
|
|
78
|
-
size16Icon: cyStatusQueuedOutlineX16,
|
|
79
|
-
size24Icon: cyStatusQueuedOutlineX24
|
|
80
|
-
},
|
|
81
|
-
placeholder: {
|
|
82
|
-
size4Icon: cyStatusPlaceholderSimpleX4,
|
|
83
|
-
size8Icon: cyStatusPlaceholderSimpleX8,
|
|
84
|
-
size12Icon: cyStatusPlaceholderSolidX12,
|
|
85
|
-
size16Icon: cyStatusPlaceholderSolidX16,
|
|
86
|
-
size24Icon: cyStatusPlaceholderSolidX24
|
|
87
|
-
},
|
|
88
|
-
cancelled: {
|
|
89
|
-
size4Icon: cyStatusCancelledSimpleX4,
|
|
90
|
-
size8Icon: cyStatusCancelledSimpleX8,
|
|
91
|
-
size12Icon: cyStatusCancelledSolidX12,
|
|
92
|
-
size16Icon: cyStatusCancelledOutlineX16,
|
|
93
|
-
size24Icon: cyStatusCancelledOutlineX24
|
|
94
|
-
},
|
|
95
|
-
noTests: {
|
|
96
|
-
size4Icon: cyStatusErroredSimpleX4,
|
|
97
|
-
size8Icon: cyStatusErroredSimpleX8,
|
|
98
|
-
size12Icon: cyStatusErroredSolidX12,
|
|
99
|
-
size16Icon: cyStatusErroredOutlineX16,
|
|
100
|
-
size24Icon: cyStatusErroredOutlineX24
|
|
101
|
-
},
|
|
102
|
-
errored: {
|
|
103
|
-
size4Icon: cyStatusErroredSimpleX4,
|
|
104
|
-
size8Icon: cyStatusErroredSimpleX8,
|
|
105
|
-
size12Icon: cyStatusErroredSolidX12,
|
|
106
|
-
size16Icon: cyStatusErroredOutlineX16,
|
|
107
|
-
size24Icon: cyStatusErroredOutlineX24
|
|
108
|
-
},
|
|
109
|
-
timedOut: {
|
|
110
|
-
size4Icon: cyStatusErroredSimpleX4,
|
|
111
|
-
size8Icon: cyStatusErroredSimpleX8,
|
|
112
|
-
size12Icon: cyStatusErroredSolidX12,
|
|
113
|
-
size16Icon: cyStatusErroredOutlineX16,
|
|
114
|
-
size24Icon: cyStatusErroredOutlineX24
|
|
115
|
-
},
|
|
116
|
-
overLimit: {
|
|
117
|
-
size4Icon: cyStatusErroredSimpleX4,
|
|
118
|
-
size8Icon: cyStatusErroredSimpleX8,
|
|
119
|
-
size12Icon: cyStatusErroredSolidX12,
|
|
120
|
-
size16Icon: cyStatusErroredOutlineX16,
|
|
121
|
-
size24Icon: cyStatusErroredOutlineX24
|
|
122
|
-
},
|
|
123
|
-
skipped: {
|
|
124
|
-
size4Icon: cyStatusSkippedSimpleX4,
|
|
125
|
-
size8Icon: cyStatusSkippedSimpleX8,
|
|
126
|
-
size12Icon: cyStatusSkippedOutlineX12,
|
|
127
|
-
size16Icon: cyStatusSkippedOutlineX16,
|
|
128
|
-
size24Icon: cyStatusSkippedOutlineX24
|
|
129
|
-
},
|
|
130
|
-
pending: {
|
|
131
|
-
size4Icon: cyStatusPendingSimpleX4,
|
|
132
|
-
size8Icon: cyStatusPendingSimpleX8,
|
|
133
|
-
size12Icon: cyStatusPendingOutlineX12,
|
|
134
|
-
size16Icon: cyStatusPendingOutlineX16,
|
|
135
|
-
size24Icon: cyStatusPendingOutlineX24
|
|
136
|
-
}
|
|
137
|
-
};
|
|
138
|
-
|
|
139
52
|
/**
|
|
140
53
|
* This "const" is used to create the list of statuses
|
|
141
54
|
*/
|
|
142
|
-
|
|
55
|
+
const constStatuses = {
|
|
143
56
|
running: {
|
|
144
57
|
// <tw-keep strokeColor="indigo-400" />
|
|
145
58
|
color: 'indigo-400',
|
|
146
59
|
use: 'Runs, specs, groups, test results',
|
|
147
60
|
variants: ['outline'],
|
|
148
61
|
// <tw-keep fillColor="gray-100" />
|
|
149
|
-
secondaryColor: 'gray-100'
|
|
62
|
+
secondaryColor: 'gray-100',
|
|
150
63
|
},
|
|
151
64
|
passed: {
|
|
152
65
|
// <tw-keep strokeColor="jade-400" />
|
|
153
66
|
color: 'jade-400',
|
|
154
67
|
use: 'Runs, specs, groups, test results',
|
|
155
68
|
link: 'https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Passed',
|
|
156
|
-
variants: ['outline', 'simple', 'solid']
|
|
69
|
+
variants: ['outline', 'simple', 'solid'],
|
|
157
70
|
},
|
|
158
71
|
failed: {
|
|
159
72
|
// <tw-keep strokeColor="red-400" />
|
|
160
73
|
color: 'red-400',
|
|
161
74
|
use: 'Runs, specs, groups, test results',
|
|
162
75
|
link: 'https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Failed',
|
|
163
|
-
variants: ['outline', 'simple', 'solid']
|
|
76
|
+
variants: ['outline', 'simple', 'solid'],
|
|
164
77
|
},
|
|
165
78
|
unclaimed: {
|
|
166
79
|
// <tw-keep strokeColor="gray-100" />
|
|
167
80
|
color: 'gray-100',
|
|
168
81
|
use: 'Specs',
|
|
169
|
-
variants: ['outline']
|
|
82
|
+
variants: ['outline'],
|
|
170
83
|
},
|
|
171
84
|
placeholder: {
|
|
172
85
|
// <tw-keep strokeColor="gray-300" />
|
|
173
86
|
color: 'gray-300',
|
|
174
87
|
use: 'Placeholder',
|
|
175
|
-
variants: ['solid']
|
|
88
|
+
variants: ['solid'],
|
|
176
89
|
},
|
|
177
90
|
cancelled: {
|
|
178
91
|
// <tw-keep strokeColor="gray-300" />
|
|
179
92
|
color: 'gray-300',
|
|
180
93
|
use: 'Runs, specs, groups, test results',
|
|
181
|
-
variants: ['outline', 'solid']
|
|
94
|
+
variants: ['outline', 'solid'],
|
|
182
95
|
},
|
|
183
96
|
noTests: {
|
|
184
97
|
// <tw-keep strokeColor="orange-400" />
|
|
185
98
|
color: 'orange-400',
|
|
186
99
|
use: 'Runs, specs, groups',
|
|
187
|
-
variants: ['outline', 'solid']
|
|
100
|
+
variants: ['outline', 'solid'],
|
|
188
101
|
},
|
|
189
102
|
errored: {
|
|
190
103
|
// <tw-keep strokeColor="orange-400" />
|
|
191
104
|
color: 'orange-400',
|
|
192
105
|
use: 'Runs, specs, groups, test results',
|
|
193
|
-
variants: ['outline', 'solid']
|
|
106
|
+
variants: ['outline', 'solid'],
|
|
194
107
|
},
|
|
195
108
|
timedOut: {
|
|
196
109
|
// <tw-keep strokeColor="orange-400" />
|
|
197
110
|
color: 'orange-400',
|
|
198
111
|
use: 'Runs, specs, groups, test results',
|
|
199
|
-
variants: ['outline', 'solid']
|
|
112
|
+
variants: ['outline', 'solid'],
|
|
200
113
|
},
|
|
201
114
|
overLimit: {
|
|
202
115
|
// <tw-keep strokeColor="orange-400" />
|
|
203
116
|
color: 'orange-400',
|
|
204
117
|
use: 'Runs, specs, groups',
|
|
205
118
|
link: 'https://docs.cypress.io/faq/questions/dashboard-faq#What-happens-once-I-reach-the-test-results-limit',
|
|
206
|
-
variants: ['outline', 'solid']
|
|
119
|
+
variants: ['outline', 'solid'],
|
|
207
120
|
},
|
|
208
121
|
skipped: {
|
|
209
122
|
// <tw-keep strokeColor="gray-400" />
|
|
210
123
|
color: 'gray-400',
|
|
211
124
|
use: 'Test results',
|
|
212
125
|
link: 'https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Skipped',
|
|
213
|
-
variants: ['outline']
|
|
126
|
+
variants: ['outline'],
|
|
214
127
|
},
|
|
215
128
|
pending: {
|
|
216
129
|
// <tw-keep strokeColor="gray-300" />
|
|
217
130
|
color: 'gray-300',
|
|
218
131
|
use: 'Test results',
|
|
219
132
|
link: 'https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Pending',
|
|
220
|
-
variants: ['outline']
|
|
221
|
-
}
|
|
133
|
+
variants: ['outline'],
|
|
134
|
+
},
|
|
222
135
|
};
|
|
223
136
|
/**
|
|
224
137
|
* The status we have here, allow us to check the validity of the constant
|
|
225
138
|
*/
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
/******************************************************************************
|
|
229
|
-
Copyright (c) Microsoft Corporation.
|
|
230
|
-
|
|
231
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
232
|
-
purpose with or without fee is hereby granted.
|
|
233
|
-
|
|
234
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
235
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
236
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
237
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
238
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
239
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
240
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
241
|
-
***************************************************************************** */
|
|
242
|
-
|
|
243
|
-
var __assign = function() {
|
|
244
|
-
__assign = Object.assign || function __assign(t) {
|
|
245
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
246
|
-
s = arguments[i];
|
|
247
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
248
|
-
}
|
|
249
|
-
return t;
|
|
250
|
-
};
|
|
251
|
-
return __assign.apply(this, arguments);
|
|
252
|
-
};
|
|
253
|
-
|
|
254
|
-
function __rest(s, e) {
|
|
255
|
-
var t = {};
|
|
256
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
257
|
-
t[p] = s[p];
|
|
258
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
259
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
260
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
261
|
-
t[p[i]] = s[p[i]];
|
|
262
|
-
}
|
|
263
|
-
return t;
|
|
264
|
-
}
|
|
139
|
+
const statuses$3 = constStatuses;
|
|
265
140
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
141
|
+
const statuses$2 = {
|
|
142
|
+
running: {
|
|
143
|
+
size4Icon: cyStatusRunningSimpleX4,
|
|
144
|
+
size8Icon: cyStatusRunningSimpleX8,
|
|
145
|
+
size12Icon: cyStatusRunningOutlineX12,
|
|
146
|
+
size16Icon: cyStatusRunningOutlineX16,
|
|
147
|
+
size24Icon: cyStatusRunningOutlineX24,
|
|
148
|
+
},
|
|
149
|
+
passed: {
|
|
150
|
+
size4Icon: cyStatusPassedSimpleX4,
|
|
151
|
+
size8Icon: cyStatusPassedSimpleX8,
|
|
152
|
+
size12Icon: cyStatusPassedSimpleX12,
|
|
153
|
+
size16Icon: cyStatusPassedOutlineX16,
|
|
154
|
+
size24Icon: cyStatusPassedOutlineX24,
|
|
155
|
+
},
|
|
156
|
+
failed: {
|
|
157
|
+
size4Icon: cyStatusFailedSimpleX4,
|
|
158
|
+
size8Icon: cyStatusFailedSimpleX8,
|
|
159
|
+
size12Icon: cyStatusFailedSimpleX12,
|
|
160
|
+
size16Icon: cyStatusFailedOutlineX16,
|
|
161
|
+
size24Icon: cyStatusFailedOutlineX24,
|
|
162
|
+
},
|
|
163
|
+
unclaimed: {
|
|
164
|
+
size4Icon: cyStatusQueuedSimpleX4,
|
|
165
|
+
size8Icon: cyStatusQueuedSimpleX8,
|
|
166
|
+
size12Icon: cyStatusQueuedOutlineX12,
|
|
167
|
+
size16Icon: cyStatusQueuedOutlineX16,
|
|
168
|
+
size24Icon: cyStatusQueuedOutlineX24,
|
|
169
|
+
},
|
|
170
|
+
placeholder: {
|
|
171
|
+
size4Icon: cyStatusPlaceholderSimpleX4,
|
|
172
|
+
size8Icon: cyStatusPlaceholderSimpleX8,
|
|
173
|
+
size12Icon: cyStatusPlaceholderSolidX12,
|
|
174
|
+
size16Icon: cyStatusPlaceholderSolidX16,
|
|
175
|
+
size24Icon: cyStatusPlaceholderSolidX24,
|
|
176
|
+
},
|
|
177
|
+
cancelled: {
|
|
178
|
+
size4Icon: cyStatusCancelledSimpleX4,
|
|
179
|
+
size8Icon: cyStatusCancelledSimpleX8,
|
|
180
|
+
size12Icon: cyStatusCancelledSolidX12,
|
|
181
|
+
size16Icon: cyStatusCancelledOutlineX16,
|
|
182
|
+
size24Icon: cyStatusCancelledOutlineX24,
|
|
183
|
+
},
|
|
184
|
+
noTests: {
|
|
185
|
+
size4Icon: cyStatusErroredSimpleX4,
|
|
186
|
+
size8Icon: cyStatusErroredSimpleX8,
|
|
187
|
+
size12Icon: cyStatusErroredSolidX12,
|
|
188
|
+
size16Icon: cyStatusErroredOutlineX16,
|
|
189
|
+
size24Icon: cyStatusErroredOutlineX24,
|
|
190
|
+
},
|
|
191
|
+
errored: {
|
|
192
|
+
size4Icon: cyStatusErroredSimpleX4,
|
|
193
|
+
size8Icon: cyStatusErroredSimpleX8,
|
|
194
|
+
size12Icon: cyStatusErroredSolidX12,
|
|
195
|
+
size16Icon: cyStatusErroredOutlineX16,
|
|
196
|
+
size24Icon: cyStatusErroredOutlineX24,
|
|
197
|
+
},
|
|
198
|
+
timedOut: {
|
|
199
|
+
size4Icon: cyStatusErroredSimpleX4,
|
|
200
|
+
size8Icon: cyStatusErroredSimpleX8,
|
|
201
|
+
size12Icon: cyStatusErroredSolidX12,
|
|
202
|
+
size16Icon: cyStatusErroredOutlineX16,
|
|
203
|
+
size24Icon: cyStatusErroredOutlineX24,
|
|
204
|
+
},
|
|
205
|
+
overLimit: {
|
|
206
|
+
size4Icon: cyStatusErroredSimpleX4,
|
|
207
|
+
size8Icon: cyStatusErroredSimpleX8,
|
|
208
|
+
size12Icon: cyStatusErroredSolidX12,
|
|
209
|
+
size16Icon: cyStatusErroredOutlineX16,
|
|
210
|
+
size24Icon: cyStatusErroredOutlineX24,
|
|
211
|
+
},
|
|
212
|
+
skipped: {
|
|
213
|
+
size4Icon: cyStatusSkippedSimpleX4,
|
|
214
|
+
size8Icon: cyStatusSkippedSimpleX8,
|
|
215
|
+
size12Icon: cyStatusSkippedOutlineX12,
|
|
216
|
+
size16Icon: cyStatusSkippedOutlineX16,
|
|
217
|
+
size24Icon: cyStatusSkippedOutlineX24,
|
|
218
|
+
},
|
|
219
|
+
pending: {
|
|
220
|
+
size4Icon: cyStatusPendingSimpleX4,
|
|
221
|
+
size8Icon: cyStatusPendingSimpleX8,
|
|
222
|
+
size12Icon: cyStatusPendingOutlineX12,
|
|
223
|
+
size16Icon: cyStatusPendingOutlineX16,
|
|
224
|
+
size24Icon: cyStatusPendingOutlineX24,
|
|
225
|
+
},
|
|
317
226
|
};
|
|
318
227
|
|
|
319
|
-
|
|
228
|
+
const statuses$1 = {
|
|
320
229
|
running: {
|
|
321
230
|
size4Icon: cyStatusRunningSimpleX4,
|
|
322
231
|
size8Icon: cyStatusRunningSimpleX8,
|
|
323
232
|
size12Icon: cyStatusRunningOutlineX12,
|
|
324
233
|
size16Icon: cyStatusRunningOutlineX16,
|
|
325
|
-
size24Icon: cyStatusRunningOutlineX24
|
|
234
|
+
size24Icon: cyStatusRunningOutlineX24,
|
|
326
235
|
},
|
|
327
236
|
passed: {
|
|
328
237
|
size4Icon: cyStatusPassedSimpleX4,
|
|
329
238
|
size8Icon: cyStatusPassedSimpleX8,
|
|
330
239
|
size12Icon: cyStatusPassedSimpleX12,
|
|
331
240
|
size16Icon: cyStatusPassedSimpleX16,
|
|
332
|
-
size24Icon: cyStatusPassedSimpleX24
|
|
241
|
+
size24Icon: cyStatusPassedSimpleX24,
|
|
333
242
|
},
|
|
334
243
|
failed: {
|
|
335
244
|
size4Icon: cyStatusFailedSimpleX4,
|
|
336
245
|
size8Icon: cyStatusFailedSimpleX8,
|
|
337
246
|
size12Icon: cyStatusFailedSimpleX12,
|
|
338
247
|
size16Icon: cyStatusFailedSimpleX16,
|
|
339
|
-
size24Icon: cyStatusFailedSimpleX24
|
|
248
|
+
size24Icon: cyStatusFailedSimpleX24,
|
|
340
249
|
},
|
|
341
250
|
unclaimed: {
|
|
342
251
|
size4Icon: cyStatusQueuedSimpleX4,
|
|
343
252
|
size8Icon: cyStatusQueuedSimpleX8,
|
|
344
253
|
size12Icon: cyStatusQueuedOutlineX12,
|
|
345
254
|
size16Icon: cyStatusQueuedOutlineX16,
|
|
346
|
-
size24Icon: cyStatusQueuedOutlineX24
|
|
255
|
+
size24Icon: cyStatusQueuedOutlineX24,
|
|
347
256
|
},
|
|
348
257
|
placeholder: {
|
|
349
258
|
size4Icon: cyStatusPlaceholderSimpleX4,
|
|
350
259
|
size8Icon: cyStatusPlaceholderSimpleX8,
|
|
351
260
|
size12Icon: cyStatusPlaceholderSolidX12,
|
|
352
261
|
size16Icon: cyStatusPlaceholderSolidX16,
|
|
353
|
-
size24Icon: cyStatusPlaceholderSolidX24
|
|
262
|
+
size24Icon: cyStatusPlaceholderSolidX24,
|
|
354
263
|
},
|
|
355
264
|
cancelled: {
|
|
356
265
|
size4Icon: cyStatusCancelledSimpleX4,
|
|
357
266
|
size8Icon: cyStatusCancelledSimpleX8,
|
|
358
267
|
size12Icon: cyStatusCancelledSolidX12,
|
|
359
268
|
size16Icon: cyStatusCancelledSolidX16,
|
|
360
|
-
size24Icon: cyStatusCancelledSolidX24
|
|
269
|
+
size24Icon: cyStatusCancelledSolidX24,
|
|
361
270
|
},
|
|
362
271
|
noTests: {
|
|
363
272
|
size4Icon: cyStatusErroredSimpleX4,
|
|
364
273
|
size8Icon: cyStatusErroredSimpleX8,
|
|
365
274
|
size12Icon: cyStatusErroredSolidX12,
|
|
366
275
|
size16Icon: cyStatusErroredSolidX16,
|
|
367
|
-
size24Icon: cyStatusErroredSolidX24
|
|
276
|
+
size24Icon: cyStatusErroredSolidX24,
|
|
368
277
|
},
|
|
369
278
|
errored: {
|
|
370
279
|
size4Icon: cyStatusErroredSimpleX4,
|
|
371
280
|
size8Icon: cyStatusErroredSimpleX8,
|
|
372
281
|
size12Icon: cyStatusErroredSolidX12,
|
|
373
282
|
size16Icon: cyStatusErroredSolidX16,
|
|
374
|
-
size24Icon: cyStatusErroredSolidX24
|
|
283
|
+
size24Icon: cyStatusErroredSolidX24,
|
|
375
284
|
},
|
|
376
285
|
timedOut: {
|
|
377
286
|
size4Icon: cyStatusErroredSimpleX4,
|
|
378
287
|
size8Icon: cyStatusErroredSimpleX8,
|
|
379
288
|
size12Icon: cyStatusErroredSolidX12,
|
|
380
289
|
size16Icon: cyStatusErroredSolidX16,
|
|
381
|
-
size24Icon: cyStatusErroredSolidX24
|
|
290
|
+
size24Icon: cyStatusErroredSolidX24,
|
|
382
291
|
},
|
|
383
292
|
overLimit: {
|
|
384
293
|
size4Icon: cyStatusErroredSimpleX4,
|
|
385
294
|
size8Icon: cyStatusErroredSimpleX8,
|
|
386
295
|
size12Icon: cyStatusErroredSolidX12,
|
|
387
296
|
size16Icon: cyStatusErroredSolidX16,
|
|
388
|
-
size24Icon: cyStatusErroredSolidX24
|
|
297
|
+
size24Icon: cyStatusErroredSolidX24,
|
|
389
298
|
},
|
|
390
299
|
skipped: {
|
|
391
300
|
size4Icon: cyStatusSkippedSimpleX4,
|
|
392
301
|
size8Icon: cyStatusSkippedSimpleX8,
|
|
393
302
|
size12Icon: cyStatusSkippedOutlineX12,
|
|
394
303
|
size16Icon: cyStatusSkippedOutlineX16,
|
|
395
|
-
size24Icon: cyStatusSkippedOutlineX24
|
|
304
|
+
size24Icon: cyStatusSkippedOutlineX24,
|
|
396
305
|
},
|
|
397
306
|
pending: {
|
|
398
307
|
size4Icon: cyStatusPendingSimpleX4,
|
|
399
308
|
size8Icon: cyStatusPendingSimpleX8,
|
|
400
309
|
size12Icon: cyStatusPendingOutlineX12,
|
|
401
310
|
size16Icon: cyStatusPendingOutlineX16,
|
|
402
|
-
size24Icon: cyStatusPendingOutlineX24
|
|
403
|
-
}
|
|
404
|
-
};
|
|
405
|
-
|
|
406
|
-
var SimpleStatusIcon = function (_a) {
|
|
407
|
-
var _b = _a.size, size = _b === void 0 ? '24' : _b, _c = _a.status, status = _c === void 0 ? 'placeholder' : _c, rest = __rest$1(_a, ["size", "status"]);
|
|
408
|
-
return React.createElement('svg', __assign$1(__assign$1({}, rest), compileProps({
|
|
409
|
-
status: status,
|
|
410
|
-
statuses: statuses$1,
|
|
411
|
-
className: rest.className,
|
|
412
|
-
size: size
|
|
413
|
-
})));
|
|
311
|
+
size24Icon: cyStatusPendingOutlineX24,
|
|
312
|
+
},
|
|
414
313
|
};
|
|
415
314
|
|
|
416
|
-
|
|
315
|
+
const statuses = {
|
|
417
316
|
running: {
|
|
418
317
|
size4Icon: cyStatusRunningSimpleX4,
|
|
419
318
|
size8Icon: cyStatusRunningSimpleX8,
|
|
420
319
|
size12Icon: cyStatusRunningOutlineX12,
|
|
421
320
|
size16Icon: cyStatusRunningOutlineX16,
|
|
422
|
-
size24Icon: cyStatusRunningOutlineX24
|
|
321
|
+
size24Icon: cyStatusRunningOutlineX24,
|
|
423
322
|
},
|
|
424
323
|
passed: {
|
|
425
324
|
size4Icon: cyStatusPassedSimpleX4,
|
|
426
325
|
size8Icon: cyStatusPassedSimpleX8,
|
|
427
326
|
size12Icon: cyStatusPassedSimpleX12,
|
|
428
327
|
size16Icon: cyStatusPassedSolidX16,
|
|
429
|
-
size24Icon: cyStatusPassedSolidX24
|
|
328
|
+
size24Icon: cyStatusPassedSolidX24,
|
|
430
329
|
},
|
|
431
330
|
failed: {
|
|
432
331
|
size4Icon: cyStatusFailedSimpleX4,
|
|
433
332
|
size8Icon: cyStatusFailedSimpleX8,
|
|
434
333
|
size12Icon: cyStatusFailedSimpleX12,
|
|
435
334
|
size16Icon: cyStatusFailedSolidX16,
|
|
436
|
-
size24Icon: cyStatusFailedSolidX24
|
|
335
|
+
size24Icon: cyStatusFailedSolidX24,
|
|
437
336
|
},
|
|
438
337
|
unclaimed: {
|
|
439
338
|
size4Icon: cyStatusQueuedSimpleX4,
|
|
440
339
|
size8Icon: cyStatusQueuedSimpleX8,
|
|
441
340
|
size12Icon: cyStatusQueuedOutlineX12,
|
|
442
341
|
size16Icon: cyStatusQueuedOutlineX16,
|
|
443
|
-
size24Icon: cyStatusQueuedOutlineX24
|
|
342
|
+
size24Icon: cyStatusQueuedOutlineX24,
|
|
444
343
|
},
|
|
445
344
|
placeholder: {
|
|
446
345
|
size4Icon: cyStatusPlaceholderSimpleX4,
|
|
447
346
|
size8Icon: cyStatusPlaceholderSimpleX8,
|
|
448
347
|
size12Icon: cyStatusPlaceholderSolidX12,
|
|
449
348
|
size16Icon: cyStatusPlaceholderSolidX16,
|
|
450
|
-
size24Icon: cyStatusPlaceholderSolidX24
|
|
349
|
+
size24Icon: cyStatusPlaceholderSolidX24,
|
|
451
350
|
},
|
|
452
351
|
cancelled: {
|
|
453
352
|
size4Icon: cyStatusCancelledSimpleX4,
|
|
454
353
|
size8Icon: cyStatusCancelledSimpleX8,
|
|
455
354
|
size12Icon: cyStatusCancelledSolidX12,
|
|
456
355
|
size16Icon: cyStatusCancelledSolidX16,
|
|
457
|
-
size24Icon: cyStatusCancelledSolidX24
|
|
356
|
+
size24Icon: cyStatusCancelledSolidX24,
|
|
458
357
|
},
|
|
459
358
|
noTests: {
|
|
460
359
|
size4Icon: cyStatusErroredSimpleX4,
|
|
461
360
|
size8Icon: cyStatusErroredSimpleX8,
|
|
462
361
|
size12Icon: cyStatusErroredSolidX12,
|
|
463
362
|
size16Icon: cyStatusErroredSolidX16,
|
|
464
|
-
size24Icon: cyStatusErroredSolidX24
|
|
363
|
+
size24Icon: cyStatusErroredSolidX24,
|
|
465
364
|
},
|
|
466
365
|
errored: {
|
|
467
366
|
size4Icon: cyStatusErroredSimpleX4,
|
|
468
367
|
size8Icon: cyStatusErroredSimpleX8,
|
|
469
368
|
size12Icon: cyStatusErroredSolidX12,
|
|
470
369
|
size16Icon: cyStatusErroredSolidX16,
|
|
471
|
-
size24Icon: cyStatusErroredSolidX24
|
|
370
|
+
size24Icon: cyStatusErroredSolidX24,
|
|
472
371
|
},
|
|
473
372
|
timedOut: {
|
|
474
373
|
size4Icon: cyStatusErroredSimpleX4,
|
|
475
374
|
size8Icon: cyStatusErroredSimpleX8,
|
|
476
375
|
size12Icon: cyStatusErroredSolidX12,
|
|
477
376
|
size16Icon: cyStatusErroredSolidX16,
|
|
478
|
-
size24Icon: cyStatusErroredSolidX24
|
|
377
|
+
size24Icon: cyStatusErroredSolidX24,
|
|
479
378
|
},
|
|
480
379
|
overLimit: {
|
|
481
380
|
size4Icon: cyStatusErroredSimpleX4,
|
|
482
381
|
size8Icon: cyStatusErroredSimpleX8,
|
|
483
382
|
size12Icon: cyStatusErroredSolidX12,
|
|
484
383
|
size16Icon: cyStatusErroredSolidX16,
|
|
485
|
-
size24Icon: cyStatusErroredSolidX24
|
|
384
|
+
size24Icon: cyStatusErroredSolidX24,
|
|
486
385
|
},
|
|
487
386
|
skipped: {
|
|
488
387
|
size4Icon: cyStatusSkippedSimpleX4,
|
|
489
388
|
size8Icon: cyStatusSkippedSimpleX8,
|
|
490
389
|
size12Icon: cyStatusSkippedOutlineX12,
|
|
491
390
|
size16Icon: cyStatusSkippedOutlineX16,
|
|
492
|
-
size24Icon: cyStatusSkippedOutlineX24
|
|
391
|
+
size24Icon: cyStatusSkippedOutlineX24,
|
|
493
392
|
},
|
|
494
393
|
pending: {
|
|
495
394
|
size4Icon: cyStatusPendingSimpleX4,
|
|
496
395
|
size8Icon: cyStatusPendingSimpleX8,
|
|
497
396
|
size12Icon: cyStatusPendingOutlineX12,
|
|
498
397
|
size16Icon: cyStatusPendingOutlineX16,
|
|
499
|
-
size24Icon: cyStatusPendingOutlineX24
|
|
398
|
+
size24Icon: cyStatusPendingOutlineX24,
|
|
399
|
+
},
|
|
400
|
+
};
|
|
401
|
+
|
|
402
|
+
/******************************************************************************
|
|
403
|
+
Copyright (c) Microsoft Corporation.
|
|
404
|
+
|
|
405
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
406
|
+
purpose with or without fee is hereby granted.
|
|
407
|
+
|
|
408
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
409
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
410
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
411
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
412
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
413
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
414
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
415
|
+
***************************************************************************** */
|
|
416
|
+
|
|
417
|
+
var __assign = function() {
|
|
418
|
+
__assign = Object.assign || function __assign(t) {
|
|
419
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
420
|
+
s = arguments[i];
|
|
421
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
422
|
+
}
|
|
423
|
+
return t;
|
|
424
|
+
};
|
|
425
|
+
return __assign.apply(this, arguments);
|
|
426
|
+
};
|
|
427
|
+
|
|
428
|
+
function __rest(s, e) {
|
|
429
|
+
var t = {};
|
|
430
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
431
|
+
t[p] = s[p];
|
|
432
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
433
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
434
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
435
|
+
t[p[i]] = s[p[i]];
|
|
436
|
+
}
|
|
437
|
+
return t;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
var compileReactIconProperties = function (_a) {
|
|
441
|
+
var body = _a.body, compiledClasses = _a.compiledClasses, size = _a.size, attributes = __rest(_a, ["body", "compiledClasses", "size"]);
|
|
442
|
+
var filteredAttributes = Object.keys(attributes).reduce(function (newAttributes, attrName) {
|
|
443
|
+
if (!ICON_COLOR_PROP_NAMES.includes(attrName) && attrName !== 'name') {
|
|
444
|
+
newAttributes[attrName] =
|
|
445
|
+
attributes[attrName];
|
|
446
|
+
}
|
|
447
|
+
return newAttributes;
|
|
448
|
+
}, {});
|
|
449
|
+
var componentProps = __assign({ width: size, height: size, viewBox: "0 0 ".concat(size, " ").concat(size), fill: 'none', dangerouslySetInnerHTML: {
|
|
450
|
+
__html: body,
|
|
451
|
+
} }, filteredAttributes);
|
|
452
|
+
if (attributes.className) {
|
|
453
|
+
compiledClasses.push(attributes.className);
|
|
454
|
+
}
|
|
455
|
+
if (compiledClasses.length) {
|
|
456
|
+
componentProps.className = compiledClasses.join(' ');
|
|
500
457
|
}
|
|
458
|
+
return componentProps;
|
|
459
|
+
};
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
/* <windicss-keep class=""> */
|
|
463
|
+
|
|
464
|
+
var compileProps = function (_a) {
|
|
465
|
+
var status = _a.status, statuses = _a.statuses, className = _a.className, size = _a.size;
|
|
466
|
+
var statusInfo = status ? statuses[status] : statuses.placeholder;
|
|
467
|
+
var iconInfo = status ? statuses$3[status] : statuses$3.placeholder;
|
|
468
|
+
var _b = statusInfo["size".concat(size, "Icon")], iconData = _b.data, name = _b.name;
|
|
469
|
+
var classes = "inline-block ".concat(className || '');
|
|
470
|
+
var compiledClasses = getComponentAttributes({
|
|
471
|
+
name: name,
|
|
472
|
+
strokeColor: iconInfo.color,
|
|
473
|
+
size: size,
|
|
474
|
+
availableSizes: [size],
|
|
475
|
+
fillColor: iconInfo.secondaryColor,
|
|
476
|
+
}).compiledClasses;
|
|
477
|
+
return compileReactIconProperties({
|
|
478
|
+
body: iconData,
|
|
479
|
+
compiledClasses: __spreadArray(__spreadArray([], compiledClasses, true), [classes], false),
|
|
480
|
+
size: size,
|
|
481
|
+
});
|
|
482
|
+
};
|
|
483
|
+
|
|
484
|
+
var OutlineStatusIcon = function (_a) {
|
|
485
|
+
var _b = _a.size, size = _b === void 0 ? '24' : _b, _c = _a.status, status = _c === void 0 ? 'placeholder' : _c, rest = __rest$1(_a, ["size", "status"]);
|
|
486
|
+
return React.createElement('svg', __assign$1(__assign$1({}, rest), compileProps({
|
|
487
|
+
status: status,
|
|
488
|
+
statuses: statuses$2,
|
|
489
|
+
className: rest.className,
|
|
490
|
+
size: size,
|
|
491
|
+
})));
|
|
492
|
+
};
|
|
493
|
+
|
|
494
|
+
var SimpleStatusIcon = function (_a) {
|
|
495
|
+
var _b = _a.size, size = _b === void 0 ? '24' : _b, _c = _a.status, status = _c === void 0 ? 'placeholder' : _c, rest = __rest$1(_a, ["size", "status"]);
|
|
496
|
+
return React.createElement('svg', __assign$1(__assign$1({}, rest), compileProps({
|
|
497
|
+
status: status,
|
|
498
|
+
statuses: statuses$1,
|
|
499
|
+
className: rest.className,
|
|
500
|
+
size: size,
|
|
501
|
+
})));
|
|
501
502
|
};
|
|
502
503
|
|
|
503
504
|
var SolidStatusIcon = function (_a) {
|
|
@@ -506,7 +507,7 @@ var SolidStatusIcon = function (_a) {
|
|
|
506
507
|
status: status,
|
|
507
508
|
statuses: statuses,
|
|
508
509
|
className: rest.className,
|
|
509
|
-
size: size
|
|
510
|
+
size: size,
|
|
510
511
|
})));
|
|
511
512
|
};
|
|
512
513
|
|
|
@@ -522,6 +523,6 @@ var StatusIcon = function (_a) {
|
|
|
522
523
|
};
|
|
523
524
|
|
|
524
525
|
export { OutlineStatusIcon, SimpleStatusIcon, SolidStatusIcon, StatusIcon as default };
|
|
525
|
-
|
|
526
|
-
/* <windicss-keep class="outline inline-block icon-dark-indigo-400 icon-light-gray-100 icon-dark-jade-400 icon-dark-red-400 icon-dark-gray-100 icon-dark-gray-300 icon-dark-orange-400 icon-dark-gray-400"> */
|
|
527
526
|
//# sourceMappingURL=index.es.mjs.map
|
|
527
|
+
|
|
528
|
+
/* <windicss-keep class="outline inline-block"> */
|