We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46dfa4e commit 9020a3aCopy full SHA for 9020a3a
components/breadcrumb/stories/breadcrumb.test.js
@@ -1,5 +1,5 @@
1
import { Variants } from "@spectrum-css/preview/decorators";
2
-import { Template } from "./template.js";
+import { BreadcrumbTitleHeadings, Template } from "./template.js";
3
4
export const BreadcrumbGroup = Variants({
5
Template,
@@ -17,9 +17,13 @@ export const BreadcrumbGroup = Variants({
17
variant: "multiline",
18
},
19
{
20
- testHeading: "Multiline with small heading",
+ testHeading: "Multiline with typography headings",
21
22
- titleHeadingSize: "s",
+ withStates: false,
23
+ Template: BreadcrumbTitleHeadings,
24
+ showTruncatedMenu: true,
25
+ showRootContext: true,
26
+ isDragged: true,
27
28
],
29
stateData: [
0 commit comments