@techsio/storybook-better-a11y 0.0.8 → 0.0.9
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/dist/components/Report/Details.d.ts +2 -1
- package/dist/components/Report/Details.d.ts.map +1 -1
- package/dist/components/TestDiscrepancyMessage.d.ts +2 -1
- package/dist/components/TestDiscrepancyMessage.d.ts.map +1 -1
- package/dist/components/VisionSimulator.d.ts +2 -1
- package/dist/components/VisionSimulator.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { EnhancedResult, RuleType } from '../../types';
|
|
2
3
|
interface DetailsProps {
|
|
3
4
|
id: string;
|
|
@@ -6,6 +7,6 @@ interface DetailsProps {
|
|
|
6
7
|
selection: string | undefined;
|
|
7
8
|
handleSelectionChange: (key: string) => void;
|
|
8
9
|
}
|
|
9
|
-
export declare const Details: ({ id, item, type, selection, handleSelectionChange }: DetailsProps) =>
|
|
10
|
+
export declare const Details: ({ id, item, type, selection, handleSelectionChange }: DetailsProps) => React.JSX.Element;
|
|
10
11
|
export {};
|
|
11
12
|
//# sourceMappingURL=Details.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Details.d.ts","sourceRoot":"","sources":["../../../src/components/Report/Details.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Details.d.ts","sourceRoot":"","sources":["../../../src/components/Report/Details.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAU/D,OAAO,KAAK,EAAsB,cAAc,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAyHhF,UAAU,YAAY;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,cAAc,CAAC;IACrB,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,qBAAqB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C;AAED,eAAO,MAAM,OAAO,GAAI,sDAAsD,YAAY,sBAiDzF,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
export type TestDiscrepancy = 'browserPassedCliFailed' | 'cliPassedBrowserFailed' | 'cliFailedButModeManual' | null;
|
|
2
3
|
interface TestDiscrepancyMessageProps {
|
|
3
4
|
discrepancy: TestDiscrepancy;
|
|
4
5
|
}
|
|
5
|
-
export declare const TestDiscrepancyMessage: ({ discrepancy }: TestDiscrepancyMessageProps) =>
|
|
6
|
+
export declare const TestDiscrepancyMessage: ({ discrepancy }: TestDiscrepancyMessageProps) => React.JSX.Element | null;
|
|
6
7
|
export {};
|
|
7
8
|
//# sourceMappingURL=TestDiscrepancyMessage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TestDiscrepancyMessage.d.ts","sourceRoot":"","sources":["../../src/components/TestDiscrepancyMessage.tsx"],"names":[],"mappings":"AA+
|
|
1
|
+
{"version":3,"file":"TestDiscrepancyMessage.d.ts","sourceRoot":"","sources":["../../src/components/TestDiscrepancyMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AA+BvC,MAAM,MAAM,eAAe,GACvB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,IAAI,CAAC;AAET,UAAU,2BAA2B;IACnC,WAAW,EAAE,eAAe,CAAC;CAC9B;AACD,eAAO,MAAM,sBAAsB,GAAI,iBAAiB,2BAA2B,6BAiClF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VisionSimulator.d.ts","sourceRoot":"","sources":["../../src/components/VisionSimulator.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VisionSimulator.d.ts","sourceRoot":"","sources":["../../src/components/VisionSimulator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8D1B,eAAO,MAAM,eAAe,yBAuC3B,CAAC"}
|