@cypress-design/react-statusicon 0.2.3 → 0.2.5
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/CHANGELOG.md +18 -0
- package/StatusIcon.rootstory.tsx +1 -1
- package/StatusIconReact.cy.tsx +5 -4
- package/dist/index.es.mjs +13 -13
- package/dist/index.es.mjs.map +1 -1
- package/dist/index.umd.js +13 -13
- package/dist/index.umd.js.map +1 -1
- package/package.json +26 -26
- package/rollup.config.mjs +3 -0
- package/rollup.config.js +0 -3
package/dist/index.umd.js
CHANGED
|
@@ -165,79 +165,79 @@ var statuses$3 = {
|
|
|
165
165
|
*/
|
|
166
166
|
var constStatuses = {
|
|
167
167
|
running: {
|
|
168
|
-
// <
|
|
168
|
+
// <tw-keep strokeColor="indigo-400" />
|
|
169
169
|
color: 'indigo-400',
|
|
170
170
|
use: 'Runs, specs, groups, test results',
|
|
171
171
|
variants: ['outline'],
|
|
172
|
-
// <
|
|
172
|
+
// <tw-keep fillColor="gray-100" />
|
|
173
173
|
secondaryColor: 'gray-100'
|
|
174
174
|
},
|
|
175
175
|
passed: {
|
|
176
|
-
// <
|
|
176
|
+
// <tw-keep strokeColor="jade-400" />
|
|
177
177
|
color: 'jade-400',
|
|
178
178
|
use: 'Runs, specs, groups, test results',
|
|
179
179
|
link: 'https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Passed',
|
|
180
180
|
variants: ['outline', 'simple', 'solid']
|
|
181
181
|
},
|
|
182
182
|
failed: {
|
|
183
|
-
// <
|
|
183
|
+
// <tw-keep strokeColor="red-400" />
|
|
184
184
|
color: 'red-400',
|
|
185
185
|
use: 'Runs, specs, groups, test results',
|
|
186
186
|
link: 'https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Failed',
|
|
187
187
|
variants: ['outline', 'simple', 'solid']
|
|
188
188
|
},
|
|
189
189
|
unclaimed: {
|
|
190
|
-
// <
|
|
190
|
+
// <tw-keep strokeColor="gray-100" />
|
|
191
191
|
color: 'gray-100',
|
|
192
192
|
use: 'Specs',
|
|
193
193
|
variants: ['outline']
|
|
194
194
|
},
|
|
195
195
|
placeholder: {
|
|
196
|
-
// <
|
|
196
|
+
// <tw-keep strokeColor="gray-300" />
|
|
197
197
|
color: 'gray-300',
|
|
198
198
|
use: 'Placeholder',
|
|
199
199
|
variants: ['solid']
|
|
200
200
|
},
|
|
201
201
|
cancelled: {
|
|
202
|
-
// <
|
|
202
|
+
// <tw-keep strokeColor="gray-300" />
|
|
203
203
|
color: 'gray-300',
|
|
204
204
|
use: 'Runs, specs, groups, test results',
|
|
205
205
|
variants: ['outline', 'solid']
|
|
206
206
|
},
|
|
207
207
|
noTests: {
|
|
208
|
-
// <
|
|
208
|
+
// <tw-keep strokeColor="orange-400" />
|
|
209
209
|
color: 'orange-400',
|
|
210
210
|
use: 'Runs, specs, groups',
|
|
211
211
|
variants: ['outline', 'solid']
|
|
212
212
|
},
|
|
213
213
|
errored: {
|
|
214
|
-
// <
|
|
214
|
+
// <tw-keep strokeColor="orange-400" />
|
|
215
215
|
color: 'orange-400',
|
|
216
216
|
use: 'Runs, specs, groups, test results',
|
|
217
217
|
variants: ['outline', 'solid']
|
|
218
218
|
},
|
|
219
219
|
timedOut: {
|
|
220
|
-
// <
|
|
220
|
+
// <tw-keep strokeColor="orange-400" />
|
|
221
221
|
color: 'orange-400',
|
|
222
222
|
use: 'Runs, specs, groups, test results',
|
|
223
223
|
variants: ['outline', 'solid']
|
|
224
224
|
},
|
|
225
225
|
overLimit: {
|
|
226
|
-
// <
|
|
226
|
+
// <tw-keep strokeColor="orange-400" />
|
|
227
227
|
color: 'orange-400',
|
|
228
228
|
use: 'Runs, specs, groups',
|
|
229
229
|
link: 'https://docs.cypress.io/faq/questions/dashboard-faq#What-happens-once-I-reach-the-test-results-limit',
|
|
230
230
|
variants: ['outline', 'solid']
|
|
231
231
|
},
|
|
232
232
|
skipped: {
|
|
233
|
-
// <
|
|
233
|
+
// <tw-keep strokeColor="gray-400" />
|
|
234
234
|
color: 'gray-400',
|
|
235
235
|
use: 'Test results',
|
|
236
236
|
link: 'https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Skipped',
|
|
237
237
|
variants: ['outline']
|
|
238
238
|
},
|
|
239
239
|
pending: {
|
|
240
|
-
// <
|
|
240
|
+
// <tw-keep strokeColor="gray-300" />
|
|
241
241
|
color: 'gray-300',
|
|
242
242
|
use: 'Test results',
|
|
243
243
|
link: 'https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Pending',
|