Skip to content

Commit 7e2f303

Browse files
committed
feat(helptext): adding changeset
1 parent 3afd427 commit 7e2f303

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.changeset/wild-lemons-spend.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@spectrum-css/helptext": major
3+
---
4+
5+
### Helptext S2 Migration
6+
7+
The helptext S2 component has some updated spacing and typography tokens.

components/dialog/stories/template.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import { Template as ButtonGroup } from "@spectrum-css/buttongroup/stories/templ
22
import { Template as Checkbox } from "@spectrum-css/checkbox/stories/template.js";
33
import { Template as CloseButton } from "@spectrum-css/closebutton/stories/template.js";
44
import { Template as Modal } from "@spectrum-css/modal/stories/template.js";
5-
import { getRandomId } from "@spectrum-css/preview/decorators";
6-
import { Template as Typography } from "@spectrum-css/typography/stories/template.js";
5+
import { getRandomId, renderContent } from "@spectrum-css/preview/decorators";
76
import { html } from "lit";
87
import { classMap } from "lit/directives/class-map.js";
98
import { ifDefined } from "lit/directives/if-defined.js";

0 commit comments

Comments
 (0)