sit-onyx 1.0.0-alpha.70 → 1.0.0-alpha.71
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.
|
@@ -8,11 +8,11 @@ export type MatrixScreenshotTestOptions<TColumn extends string = string, TRow ex
|
|
|
8
8
|
*/
|
|
9
9
|
name: string;
|
|
10
10
|
/**
|
|
11
|
-
* Matrix columns.
|
|
11
|
+
* Matrix columns. Must not contain spaces.
|
|
12
12
|
*/
|
|
13
13
|
columns: readonly TColumn[];
|
|
14
14
|
/**
|
|
15
|
-
* Matrix rows.
|
|
15
|
+
* Matrix rows. Must not contain spaces.
|
|
16
16
|
*/
|
|
17
17
|
rows: readonly TRow[];
|
|
18
18
|
/**
|