@pingux/astro 2.38.1-alpha.0 → 2.38.1-alpha.1
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.
@@ -232,7 +232,19 @@ var Default = function Default(args) {
|
|
232
232
|
});
|
233
233
|
}));
|
234
234
|
};
|
235
|
+
|
236
|
+
// Added to bypass color contrast issue due to virtualizer
|
235
237
|
exports.Default = Default;
|
238
|
+
Default.parameters = {
|
239
|
+
a11y: {
|
240
|
+
config: {
|
241
|
+
rules: [{
|
242
|
+
id: 'color-contrast',
|
243
|
+
enabled: false
|
244
|
+
}]
|
245
|
+
}
|
246
|
+
}
|
247
|
+
};
|
236
248
|
var Dynamic = function Dynamic(args) {
|
237
249
|
var columns = [{
|
238
250
|
name: 'Country',
|
@@ -317,7 +329,19 @@ var Dynamic = function Dynamic(args) {
|
|
317
329
|
});
|
318
330
|
}));
|
319
331
|
};
|
332
|
+
|
333
|
+
// Added to bypass color contrast issue due to virtualizer
|
320
334
|
exports.Dynamic = Dynamic;
|
335
|
+
Dynamic.parameters = {
|
336
|
+
a11y: {
|
337
|
+
config: {
|
338
|
+
rules: [{
|
339
|
+
id: 'color-contrast',
|
340
|
+
enabled: false
|
341
|
+
}]
|
342
|
+
}
|
343
|
+
}
|
344
|
+
};
|
321
345
|
var Sortable = function Sortable(args) {
|
322
346
|
var _useState = (0, _react.useState)(true),
|
323
347
|
_useState2 = (0, _slicedToArray2["default"])(_useState, 2),
|
@@ -451,7 +475,19 @@ var Sortable = function Sortable(args) {
|
|
451
475
|
});
|
452
476
|
}));
|
453
477
|
};
|
478
|
+
|
479
|
+
// Added to bypass color contrast issue due to virtualizer
|
454
480
|
exports.Sortable = Sortable;
|
481
|
+
Sortable.parameters = {
|
482
|
+
a11y: {
|
483
|
+
config: {
|
484
|
+
rules: [{
|
485
|
+
id: 'color-contrast',
|
486
|
+
enabled: false
|
487
|
+
}]
|
488
|
+
}
|
489
|
+
}
|
490
|
+
};
|
455
491
|
var AsyncLoading = function AsyncLoading(args) {
|
456
492
|
/**
|
457
493
|
* isChromatic checks if the code is running in Chromatic environment
|
@@ -535,4 +571,16 @@ var AsyncLoading = function AsyncLoading(args) {
|
|
535
571
|
});
|
536
572
|
}));
|
537
573
|
};
|
538
|
-
|
574
|
+
|
575
|
+
// Added to bypass color contrast issue due to virtualizer
|
576
|
+
exports.AsyncLoading = AsyncLoading;
|
577
|
+
AsyncLoading.parameters = {
|
578
|
+
a11y: {
|
579
|
+
config: {
|
580
|
+
rules: [{
|
581
|
+
id: 'color-contrast',
|
582
|
+
enabled: false
|
583
|
+
}]
|
584
|
+
}
|
585
|
+
}
|
586
|
+
};
|
@@ -220,6 +220,18 @@ export var Default = function Default(args) {
|
|
220
220
|
});
|
221
221
|
}));
|
222
222
|
};
|
223
|
+
|
224
|
+
// Added to bypass color contrast issue due to virtualizer
|
225
|
+
Default.parameters = {
|
226
|
+
a11y: {
|
227
|
+
config: {
|
228
|
+
rules: [{
|
229
|
+
id: 'color-contrast',
|
230
|
+
enabled: false
|
231
|
+
}]
|
232
|
+
}
|
233
|
+
}
|
234
|
+
};
|
223
235
|
export var Dynamic = function Dynamic(args) {
|
224
236
|
var columns = [{
|
225
237
|
name: 'Country',
|
@@ -304,6 +316,18 @@ export var Dynamic = function Dynamic(args) {
|
|
304
316
|
});
|
305
317
|
}));
|
306
318
|
};
|
319
|
+
|
320
|
+
// Added to bypass color contrast issue due to virtualizer
|
321
|
+
Dynamic.parameters = {
|
322
|
+
a11y: {
|
323
|
+
config: {
|
324
|
+
rules: [{
|
325
|
+
id: 'color-contrast',
|
326
|
+
enabled: false
|
327
|
+
}]
|
328
|
+
}
|
329
|
+
}
|
330
|
+
};
|
307
331
|
export var Sortable = function Sortable(args) {
|
308
332
|
var _useState = useState(true),
|
309
333
|
_useState2 = _slicedToArray(_useState, 2),
|
@@ -437,6 +461,18 @@ export var Sortable = function Sortable(args) {
|
|
437
461
|
});
|
438
462
|
}));
|
439
463
|
};
|
464
|
+
|
465
|
+
// Added to bypass color contrast issue due to virtualizer
|
466
|
+
Sortable.parameters = {
|
467
|
+
a11y: {
|
468
|
+
config: {
|
469
|
+
rules: [{
|
470
|
+
id: 'color-contrast',
|
471
|
+
enabled: false
|
472
|
+
}]
|
473
|
+
}
|
474
|
+
}
|
475
|
+
};
|
440
476
|
export var AsyncLoading = function AsyncLoading(args) {
|
441
477
|
/**
|
442
478
|
* isChromatic checks if the code is running in Chromatic environment
|
@@ -519,4 +555,16 @@ export var AsyncLoading = function AsyncLoading(args) {
|
|
519
555
|
}, item[columnKey]);
|
520
556
|
});
|
521
557
|
}));
|
558
|
+
};
|
559
|
+
|
560
|
+
// Added to bypass color contrast issue due to virtualizer
|
561
|
+
AsyncLoading.parameters = {
|
562
|
+
a11y: {
|
563
|
+
config: {
|
564
|
+
rules: [{
|
565
|
+
id: 'color-contrast',
|
566
|
+
enabled: false
|
567
|
+
}]
|
568
|
+
}
|
569
|
+
}
|
522
570
|
};
|